Skip to content

Tags: SheetJS/js-cfb

Tags

v0.13.2

Toggle v0.13.2's commit message
version bump 0.13.2

- file writing includes `fs` as appropriate
- CLI modify and write options
- infrastructure update

v0.13.1

Toggle v0.13.1's commit message
version bump 0.13.1: determinism

- pin unknown dates and zero-fill end of file
- cfb_add can take an absolute path e.g. "/Workbook"

v0.13.0

Toggle v0.13.0's commit message
version bump 0.13.0: write

v0.12.1

Toggle v0.12.1's commit message
version bump 0.12.1: CFB.find

- exported object includes static find method
- CLI option displays file manifest
- ignore mid-table free sectors
- ignore lazily-deleted files (orphan nodes)

v0.12.0

Toggle v0.12.0's commit message
version bump 0.12.0: refresh

- pin dependencies
- flow and typescript improvements
- updated repo infrastructure

v0.11.1

Toggle v0.11.1's commit message
version bump 0.11.1: ignore byte order

some writers incorrectly fill `0xffff` rather than `0xfffe`

v0.10.3

Toggle v0.10.3's commit message
pin npm version in travis

see npm/npm#15855

v0.10.2

Toggle v0.10.2's commit message
version bump 0.10.2: proper directory/FAT analysis

- reprocess directory sector lists if not available
- search now strips out OLE metacharacters \0-\5
- strip sourceMappingURL references from minified scripts (h/t @vinin3)
- added xlscfb.js for js-xls

v0.10.0

Toggle v0.10.0's commit message
version bump 0.10.0: performance

- reworked IIFE
- avoid Buffer read helpers (see nodejs/node-v0.x-archive#7809)
- avoid nested functions in parse
- eliminate consecutive nulls in test files (libreoffice)
- travis + coveralls support
- jscs linting

v0.9.1

Toggle v0.9.1's commit message
version bump 0.9.1: massive cleanup

- no pollution of the Array prototype
- alignment with js-xls CFB code
- removed main code in CFB (use cfb bin instead)
- more tests
- added dist
- correect for incorrect tree level pointers