Releases: folkcoder/OpenSpreadsheet
Releases · folkcoder/OpenSpreadsheet
v1.2.3
v1.2.2
v1.2.1
v1.2.0
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 toShouldFreezeHeaderRow
. 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 explicitWorksheetWriter
.
Bug Fixes
- Changed
WorksheetReader
to handle numbers stored in scientific notation.
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Enhancements
- Added
ReadUsing
andWriteUsing
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 forReadUsing
). - Created more accurate tests for
Default
configuration methods.