@@ -8,56 +8,59 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
### [ Unreleased]
10
10
11
- ...
11
+ #### Added
12
12
13
+ - Hidden rows and columns now are ** NOT** exported by default; checkboxes
14
+ to enable export of hidden cells (per row and/or per-column) are
15
+ now provided
13
16
14
17
### [ 1.1.0] - 2019-01-08
15
18
16
19
#### Added
17
20
18
- * New information box on the form indicates the sheet and range of
19
- cells currently set to be exported
20
- * New warning added, if the separator appears in the data to be exported;
21
- this should minimize accidental generation of files that cannot be
22
- used subsequently, due to the excess separator characters
21
+ - New information box on the form indicates the sheet and range of
22
+ cells currently set to be exported
23
+ - New warning added, if the separator appears in the data to be exported;
24
+ this should minimize accidental generation of files that cannot be
25
+ used subsequently, due to the excess separator characters
23
26
24
27
#### Changed
25
28
26
- * UserForm now reappears in its prior location when closed
27
- and re-opened, instead of always reappearing in the center
28
- of the Excel window.
29
- * Selection of multiple areas now results in an "<invalid selection >"
30
- message in the new information box; and, greying out of the 'Export'
31
- button instead of a warning message after clicking 'Export'
32
- * Selection of entire rows/columns now sets for export the intersection
33
- of the selection and the UsedRange of the worksheet. Selection of an
34
- entire row/column outside the UsedRange of the worksheet gives an
35
- "<invalid selection >" message in the new information box and disables
36
- the 'Export' button
29
+ - UserForm now reappears in its prior location when closed
30
+ and re-opened, instead of always reappearing in the center
31
+ of the Excel window
32
+ - Selection of multiple areas now results in an "<invalid selection >"
33
+ message in the new information box; and, greying out of the 'Export'
34
+ button instead of a warning message after clicking 'Export'
35
+ - Selection of entire rows/columns now sets for export the intersection
36
+ of the selection and the UsedRange of the worksheet; selection of an
37
+ entire row/column outside the UsedRange of the worksheet gives an
38
+ "<invalid selection >" message in the new information box and disables
39
+ the 'Export' button
37
40
38
41
#### Fixed
39
42
40
- * Userform now disappears when a chart-sheet is selected, and reappears
41
- when a worksheet is re-selected. Userform will silently refuse to open
42
- if triggered when a chart-sheet is active
43
- * Error handling added around folder selection and output file opening
44
- for write/append
43
+ - Userform now disappears when a chart-sheet is selected, and reappears
44
+ when a worksheet is re-selected; Userform will silently refuse to open
45
+ if triggered when a chart-sheet is active
46
+ - Error handling added around folder selection and output file opening
47
+ for write/append
45
48
46
49
### [ 1.0.0] - 2016-01-30
47
50
48
51
* Initial release*
49
52
50
53
#### Features
51
- * Folder selection works
52
- * Name, number format, and separator entry work
53
- * Append vs overwrite works
54
- * Modeless form retains folder/filename/format/separator/etc. within a given Excel instance
54
+ - Folder selection works
55
+ - Name, number format, and separator entry work
56
+ - Append vs overwrite works
57
+ - Modeless form retains folder/filename/format/separator/etc. within a given Excel instance
55
58
56
59
#### Limitations
57
- * Exports only a single contiguous range at a time
60
+ - Exports only a single contiguous range at a time
58
61
59
62
#### Internals
60
- * Modest validity checking implemented for filename
61
- * Red text and disabled ` Export ` button on invalid filename
62
- * No validity checking implemented for number format
63
- * Disabled ` Export ` button if number format or separator are empty
63
+ - Modest validity checking implemented for filename
64
+ - Red text and disabled ` Export ` button on invalid filename
65
+ - No validity checking implemented for number format
66
+ - Disabled ` Export ` button if number format or separator are empty
0 commit comments