Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Sep 20, 2019
1 parent 21fc286 commit 67f7ef8
Showing 1 changed file with 34 additions and 31 deletions.
65 changes: 34 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,59 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### [Unreleased]

...
#### Added

- Hidden rows and columns now are **NOT** exported by default; checkboxes
to enable export of hidden cells (per row and/or per-column) are
now provided

### [1.1.0] - 2019-01-08

#### Added

* New information box on the form indicates the sheet and range of
cells currently set to be exported
* New warning added, if the separator appears in the data to be exported;
this should minimize accidental generation of files that cannot be
used subsequently, due to the excess separator characters
- New information box on the form indicates the sheet and range of
cells currently set to be exported
- New warning added, if the separator appears in the data to be exported;
this should minimize accidental generation of files that cannot be
used subsequently, due to the excess separator characters

#### Changed

* UserForm now reappears in its prior location when closed
and re-opened, instead of always reappearing in the center
of the Excel window.
* Selection of multiple areas now results in an "<invalid selection>"
message in the new information box; and, greying out of the 'Export'
button instead of a warning message after clicking 'Export'
* Selection of entire rows/columns now sets for export the intersection
of the selection and the UsedRange of the worksheet. Selection of an
entire row/column outside the UsedRange of the worksheet gives an
"<invalid selection>" message in the new information box and disables
the 'Export' button
- UserForm now reappears in its prior location when closed
and re-opened, instead of always reappearing in the center
of the Excel window
- Selection of multiple areas now results in an "<invalid selection>"
message in the new information box; and, greying out of the 'Export'
button instead of a warning message after clicking 'Export'
- Selection of entire rows/columns now sets for export the intersection
of the selection and the UsedRange of the worksheet; selection of an
entire row/column outside the UsedRange of the worksheet gives an
"<invalid selection>" message in the new information box and disables
the 'Export' button

#### Fixed

* Userform now disappears when a chart-sheet is selected, and reappears
when a worksheet is re-selected. Userform will silently refuse to open
if triggered when a chart-sheet is active
* Error handling added around folder selection and output file opening
for write/append
- Userform now disappears when a chart-sheet is selected, and reappears
when a worksheet is re-selected; Userform will silently refuse to open
if triggered when a chart-sheet is active
- Error handling added around folder selection and output file opening
for write/append

### [1.0.0] - 2016-01-30

*Initial release*

#### Features
* Folder selection works
* Name, number format, and separator entry work
* Append vs overwrite works
* Modeless form retains folder/filename/format/separator/etc. within a given Excel instance
- Folder selection works
- Name, number format, and separator entry work
- Append vs overwrite works
- Modeless form retains folder/filename/format/separator/etc. within a given Excel instance

#### Limitations
* Exports only a single contiguous range at a time
- Exports only a single contiguous range at a time

#### Internals
* Modest validity checking implemented for filename
* Red text and disabled `Export` button on invalid filename
* No validity checking implemented for number format
* Disabled `Export` button if number format or separator are empty
- Modest validity checking implemented for filename
- Red text and disabled `Export` button on invalid filename
- No validity checking implemented for number format
- Disabled `Export` button if number format or separator are empty

0 comments on commit 67f7ef8

Please sign in to comment.