forked from sheetjs/sheetjs
SheetJS
75845a0ca7
- IE6-9 ActiveX + VBScript shim - `writeFile` supported in browser - `oldie` demo for IE write strategies
2.3 KiB
2.3 KiB
CHANGELOG
This log is intended to keep track of backwards-incompatible changes, including but not limited to API changes and file location changes. Minor behavioral changes may not be included if they are not expected to break existing code.
0.11.19
- Error on empty workbook
0.11.16 (2017-12-30)
- XLS ANSI/CP separation
- 'array' write type and ArrayBuffer processing
0.11.6 (2017-10-16)
- Semicolon-delimited files are detected
0.11.5 (2017-09-30)
- Bower main script shifted to full version
- 'binary' / 'string' encoding
0.11.3 (2017-08-19)
- XLS cell ixfe/XF removed
0.11.0 (2017-07-31)
- Strip
require
statements from minified version - minifier mangler enabled
0.10.9 (2017-07-28)
- XLML/HTML resolution logic looks further into the data stream to decide type
- Errors thrown on suspected RTF files
0.10.5 (2017-06-09)
- HTML Table output header/footer should not include
<table>
tag
0.10.2 (2017-05-16)
- Dates are converted to numbers by default (set
cellDates:true
to emit Dates) - Module does not export CFB
0.9.10 (2017-04-08)
--perf
renamed to--read-only
0.9.9 (2017-04-03)
- default output format changed to XLSB
- comment text line endings are now normalized
- errors thrown on write when worksheets have invalid names
0.9.7 (2017-03-28)
- XLS legacy
!range
field removed - Hyperlink tooltip is stored in the
Tooltip
field
0.9.6 (2017-03-25)
sheet_to_json
now passesnull
values whenraw
is set totrue
sheet_to_json
treatsnull
stub cells as values in conjunction withraw
0.9.5 (2017-03-22)
cellDates
affects parsing in non-XLSX formats
0.9.3 (2017-03-15)
- XLML property names are more closely mapped to the XLSX equivalent
- Stub cells are now cell type
z
0.9.2 (2017-03-13)
- Removed stale TypeScript definition files. Flowtype comments are used in the
xlsx.flow.js
source and stripped to producexlsx.js
. - sed usage reworked to support GNU sed in-place form. BSD sed seems to work, but the build script has not been tested on other sed variants:
$ sed -i.ext [...] # GNU
$ sed -i .ext [...] # bsd
0.9.0 (2017-03-09)
- Removed ods.js source. The xlsx.js source absorbed the ODS logic and exposes the ODS variable, so projects should remove references to ods.js