Skip to content

Releases: folkcoder/OpenSpreadsheet

v1.2.3

27 Feb 01:21
Compare
Choose a tag to compare

Bug Fixes

  • Removed ActiveCell from the selection pane when writing a frozen header row; it does not seem necessary and creates a corrupt worksheet unless the entire row sequence is specified.

v1.2.2

25 Feb 14:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug in which WorksheetReader and WorksheetWriter were still not converting between a double and mapped numeric types.

v1.2.1

24 Feb 23:23
Compare
Choose a tag to compare

Bug Fixes

  • Fixed ShouldFreezeHeaderRow when using a non-default header, and added a better test case to capture the scenario.

v1.2.0

24 Feb 19:43
Compare
Choose a tag to compare

Enhancements

  • Continued refactoring test cases to automate testing of additional scenarios.
  • Added automated tests to validate and read worksheets generated by OpenSpreadsheet and subsequently saved by Excel, as Excel automatically modifies XML and causes unexpected errors.
  • Renamed ShouldFreezeTopRow worksheet style property to ShouldFreezeHeaderRow.
  • ShouldAutoFilter now acts on the user-specified header row, rather than the first row.
  • Header styles are now cached regardless of the value of ShouldWriteHeaderRow, which will allow for greater precision when using an explicit WorksheetWriter.

Bug Fixes

  • Changed WorksheetReader to handle numbers stored in scientific notation.

v1.1.3

21 Feb 01:39
Compare
Choose a tag to compare

Enhancements

  • Began refactoring test cases to automate additional testing scenarios.

Bug Fixes

  • Null cell data types now default to numeric during reading (Excel removes this attribute automatically).

v1.1.2

07 Feb 01:05
Compare
Choose a tag to compare

Enhancements

  • Added Accounting numbering format.

Bug Fixes

  • WorksheetReader will no longer try to set properties without a public setter.
  • Fixed bug that skipped constants when reading.

v1.1.1

05 Feb 10:18
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug that duplicated style definitions when reading.

v1.1.0

02 Feb 02:27
Compare
Choose a tag to compare

Enhancements

  • Added ReadUsing and WriteUsing methods (and associated tests) to allow for custom logic to be applied to read and write maps.
  • Added ReaderRow class to handle read operations (used for ReadUsing).
  • Created more accurate tests for Default configuration methods.

v1.0.0

01 Feb 15:02
1bc8a68
Compare
Choose a tag to compare

Initial release