Skip to content

Tags: Abayokehh/spout

Tags

v2.7.3

Toggle v2.7.3's commit message
Change Worksheet function visibility from private to protected in ord…

…er to class extending. We have created small package on top of the Spout for support cell number format and per cell styles.

v2.7.2

Toggle v2.7.2's commit message
Prevent error when close() called while writer already closed (box#402)

v2.7.1

Toggle v2.7.1's commit message
Fix crash when using associative array with empty row (box#354)

v2.7.0

Toggle v2.7.0's commit message
Move ReaderCommonOptions class to Common folder (box#343)

v2.6.0

Toggle v2.6.0's commit message
Apply custom style to empty cells if needed (box#307)

Fixes box#295

If a row should be written with a custom style, the handling of empty cells should change.
Instead of being skipped entirely, empty cells will be applied the custom style, if this style has custom background color or borders.
If not, then the cell definition can still be skipped.

v2.5.0

Toggle v2.5.0's commit message
Shared strings table without uniqueCount and count should work (box#269)

Use file based strategy in this case

v2.4.4

Toggle v2.4.4's commit message
Merge pull request box#199 from box/check_valid_resource_on_close

Check file handle is valid before manipulating it

v2.4.3

Toggle v2.4.3's commit message
Merge pull request box#187 from skeleton/issue-183

Fix line breaks on CSV reader

v2.4.2

Toggle v2.4.2's commit message
Merge pull request box#173 from sfichera/master

Support for variable EOL for CSV

v2.4.1

Toggle v2.4.1's commit message
Merge pull request box#167 from box/fix_int_float_value_formatters

Fix CellValueFormatter for numeric values