Commit Graph

14 Commits

Author SHA1 Message Date
Pieter Sheth-Voss 5dbf215c9c Correct hex2RGB coding, apply tints 2015-04-17 13:15:13 -04:00
Pieter Sheth-Voss 89066b45b6 Save fill color to .rgb but not tint 2015-04-17 11:18:51 -04:00
Pieter Sheth-Voss 51b7cabd2c Parse raw_rgb 2015-04-17 10:21:48 -04:00
Pieter Sheth-Voss 0b1a0408cb Merge changes from upsteam 2015-04-15 16:40:26 -04:00
Pieter Sheth-Voss 5f9576a6d2 Read borders and alignments 2015-04-15 15:07:45 -04:00
Pieter Sheth-Voss 995f5e89bf Parse font bold-italic-strike-outline-shadow-superscript-subscript 2015-03-28 13:05:53 -04:00
Pieter Sheth-Voss 37a031caee Parse font bold-italic-strike-outline-shadow-superscript-subscript 2015-03-28 13:04:20 -04:00
Pieter Sheth-Voss 27a300b862 Read styles - font, fill and numFmt 2015-03-28 12:32:46 -04:00
Pieter Sheth-Voss 0227496616 Add ability to save cell styles to .xlsx 2015-02-28 01:42:41 -05:00
SheetJS f9097d403b version bump 0.7.12: cell type 'd'
- more structure in the theme parsing
- cellDates option on parsing side creates date cells
- cellDates option on writing side creates cells with type 'd'
- cell types clarified, type 'str' phased out
- README clarifications
- more tests to ensure date consistency
- more test cases for ODS
2014-10-26 01:26:18 -04:00
SheetJS d4999ac421 version bump 0.7.8: docs, defaults, details
- browser shim updated (h/t @wintersm for discovering this)
- smart tag ignores (h/t @lostinplace)
- sheet_to_row_object_array bugfix (fixes #80, h/t @ChrisBurkeBSD)
- README improved
- baltic and vietnamese codepages: updated codepage to 1.3.4
- iOS Numbers can handle inline strings -> disabling SST by default
- avoid Buffer accessors (see https://github.com/joyent/node/issues/7809)
- caching certain hot regexes
2014-07-28 09:22:32 -04:00
SheetJS 6bc24374b9 version bump 0.7.7: needs more cowbell
- parsexmltag and other hot functions now better optimized for v8
- monomorphic functions (different types -> different funcs)
- more efficient decode_range implementation when source is trusted
- regular expressions cached and simplified without breaking correctness
- more efficient utf8 techniques when available
- XLSX: large functions broken down into sub-functions (e.g. `parse_ws_xml`)
- XLSB: avoid unnecessary binds
- XLSB: assume no exotic codepage exists (no one else tries to write XLSB)
- demo exposes rABS / worker / transferable options
- more tests
- jszip updated to 2.3.0
- SSF updated to 0.8.1
- codepage updated to 1.3.1
2014-06-29 14:29:45 -04:00
SheetJS 44b55c5c56 version bump 0.7.6: IE compatibility
- jscs linting to check for trailing comma issues (h/t @altkatz)
- IE: phased out lazy string indexing in favor of charCodeAt
- XLSX: replaced certain operations in hot functions with faster alternatives
- updated SSF to 0.7.1
- improved coverage in tests
2014-06-05 03:06:20 -04:00
SheetJS 009946339c version bump 0.7.5: more performance
- eliminated functional constructs in hot functions
- format try-catch block extracted into new function
- cpexcel + codepage updated to 1.2.0
- more efficient (and correct) clean implementation of RGB/HSL/tint algorithms
- xlsx binary --all option enables every extra formatting and saving option
- column widths parsed and saved (requires cellStyles:true)
2014-06-02 01:19:07 -04:00