Commit Graph

60 Commits

Author SHA1 Message Date
John Shearer b01260294e Truncate stream names to 31 characters
fixes https://github.com/SheetJS/js-cfb/issues/18
2022-11-10 10:35:49 +00:00
SheetJS 5a5870eb1b replace git.io links 2022-04-27 01:46:46 -04:00
SheetJS ad93f76a36 version bump 1.2.2 2022-04-06 02:45:11 -04:00
SheetJS 0e33eb6e13 unify changes with main sheetjs project
- Fixed issue #14 h/t @wisekaa03
- CFB write truncate file names exceeding 32 characters

Co-authored-by: Stanislav Vyaliy <wisekaa03@gmail.com>
2022-03-31 04:57:58 -04:00
SheetJS c5eb7e6278 testing 2022-03-30 13:27:33 -04:00
Christophe Coevoet 99990abf64
Remove unused dependency
The printj package is used only by the cli package.
2022-03-30 09:51:13 +02:00
reviewher 4d8ef18b10
ExtendScript 2021-10-09 17:49:35 -04:00
SheetJS 1e70aae159 version bump 1.2.1: DEFLATE 2021-09-06 15:53:23 -04:00
Ross Johnson efb96a2c2c Use Buffer.copy() if available to write file contents to final CFB Buf 2021-09-05 13:24:57 -04:00
Ross Johnson 4c7b78f9dc Use map when creating CFB storage list (fixes #12) 2021-09-04 19:48:09 -04:00
SheetJS 76e4603fa5 version bump 1.2.0: MAD 2020-07-09 02:20:52 -04:00
Garrett Luu 1a1920c567 CLI refactor 2020-06-25 19:57:40 -07:00
SheetJS 7c1980741a version bump 1.1.4: detect sector cycle (fixes #8) 2020-03-13 01:58:41 -04:00
SheetJS 6367acfd8a Included full license text [ci skip] 2019-10-07 23:13:37 -04:00
SheetJS aff6d67444 version bump 1.1.3: crc32 checksum signed 2019-08-04 15:55:35 -04:00
SheetJS 8756cc9b41 version bump 1.1.2: tree fix h/t @rossj 2019-07-20 18:10:48 -04:00
SheetJS 8d85fb6e74 version bump 1.1.1: skip CLSID chk (h/t @xjnotxj) 2019-06-10 08:44:27 -04:00
Ross Johnson 62bd08588e Fixes #5 2018-12-12 13:50:04 -05:00
SheetJS d9b99d68a7 version bump 1.1.0: zip support 2018-09-04 03:16:24 -04:00
SheetJS 8ee792f343 version bump 1.0.8: Buffer.from node 4.x fix 2018-07-08 04:08:15 -04:00
SheetJS c88a98104d version bump 1.0.7: node 10 deprecation 2018-04-28 13:52:45 -04:00
SheetJS 8bb0c56acd flow switch to module.exports 2018-04-21 10:16:31 -04:00
SheetJS 35d59c57bf version bump 1.0.6: performance
- `unsafe` option to `cfb_add` for bulk write (see #2)
- use `lastIndexOf` to save operations in BFP queue
2018-04-09 02:33:22 -04:00
SheetJS 17b1a8de5a version bump 1.05: non-display char strict search 2018-03-04 22:49:40 -05:00
SheetJS 98e9d2e641 version bump 1.0.4: type update [ci skip] 2018-02-14 19:18:56 -05:00
SheetJS 25688e28fe version bump 1.0.3: handle negative sizes 2018-02-12 02:30:44 -05:00
SheetJS b0e076f003 version bump 1.0.2: infrastructure 2018-01-18 20:09:51 -05:00
SheetJS 8cd01668f0 version bump 1.0.1: find multiple \x01-\x06 chars 2017-11-27 00:41:39 -05:00
SheetJS 46719dfe3c version bump 1.0.0: walk minifat 2017-11-05 11:54:11 -05:00
SheetJS ec9ab57132 version bump 0.14.0: removed FullPathDir
- CLI tool properly handles empty files
- node 9 added to travis
2017-11-04 20:15:50 -04:00
SheetJS 9e22a4425e version bump 0.13.2
- file writing includes `fs` as appropriate
- CLI modify and write options
- infrastructure update
2017-10-20 16:36:54 -04:00
SheetJS e6d1c8b06e added shim to html 2017-09-28 02:20:50 -04:00
SheetJS 3fd73f806b 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"
2017-09-20 19:33:03 -04:00
SheetJS d784f9b1f2 version bump 0.13.0: write 2017-09-14 17:14:22 -04:00
SheetJS 2d0c71ac88 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)
2017-08-09 02:50:59 -04:00
SheetJS 17f35153f8 travis update 2017-07-28 14:25:36 -04:00
SheetJS 5a769874f4 version bump 0.12.0: refresh
- pin dependencies
- flow and typescript improvements
- updated repo infrastructure
2017-07-28 13:53:08 -04:00
SheetJS 16eebaeab4 version bump 0.11.1: ignore byte order
some writers incorrectly fill `0xffff` rather than `0xfffe`
2017-03-30 17:34:37 -04:00
SheetJS b5c5f05e32 version bump 0.11.0: flush (strange npm issue)
See https://github.com/SheetJS/js-xlsx/issues/571
2017-02-24 00:17:34 -08:00
SheetJS 87677f0ae0 pin npm version in travis
see https://github.com/npm/npm/issues/15855
2017-02-23 22:16:52 -08:00
SheetJS 2481022b45 fix travis config 2017-02-23 21:18:52 -08:00
SheetJS 1a428c8f5b version bump 0.10.3: ignore bad FAT
- sector checked before reading (h/t @e12009)
  See https://github.com/SheetJS/js-xlsx/issues/569
- flow type checking
2017-02-23 21:11:45 -08:00
SheetJS 0ef16e1ad1 version bump 0.10.2-a: updated cfb bin location 2014-11-03 00:51:23 -05:00
SheetJS fcc05e3567 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
2014-11-02 23:02:42 -05:00
SheetJS 597de28cf5 version bump 0.10.1: streamlined node module 2014-07-05 12:22:11 -04:00
SheetJS 5c7df1f3db version bump 0.10.0: performance
- reworked IIFE
- avoid Buffer read helpers (see https://github.com/joyent/node/issues/7809)
- avoid nested functions in parse
- eliminate consecutive nulls in test files (libreoffice)
- travis + coveralls support
- jscs linting
2014-06-24 00:00:39 -04:00
SheetJS ab962d782e 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
2014-05-20 10:43:03 -07:00
SheetJS 6ac8a02762 version bump 0.8.1: byte shield 2013-11-29 02:09:46 -05:00
SheetJS d03d13d6f2 version bump 0.8.0: removed old accessors
- removed .Directory and .Paths accessors
- build script using bits/
- typescript definitions in misc/
2013-11-26 10:56:58 -05:00
SheetJS 5c79a6ee30 version bump 0.7.0: removing unnecessary try-catch
Instead of a fixed check, assume that the references are relative if they are
not absolute
2013-11-13 15:36:47 -08:00