Commit Graph

194 Commits

Author SHA1 Message Date
Pieter Sheth-Voss 5f9576a6d2 Read borders and alignments 2015-04-15 15:07:45 -04:00
Pieter Sheth-Voss 114f257ce4 Merge remote-tracking branch 'origin/master' 2015-04-15 09:52:35 -04:00
Pieter Sheth-Voss 9102c8214d Added round-trip test for styles 2015-03-29 15:21:11 -04:00
Pieter Sheth-Voss 8da3738378 Update README.md
Add additional font style options
2015-03-28 13:12:54 -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 33c32f0647 Merge remote-tracking branch 'origin/master' 2015-03-19 22:50:22 -04:00
Pieter Sheth-Voss 4f4f7fc6bc Fix issue exporting font color 2015-03-19 22:49:24 -04:00
Pieter Sheth-Voss ad2a1203f1 Update README.md
Add notes for bordering merged cells
2015-03-12 23:47:02 -04:00
Pieter Sheth-Voss 0e2b8a499d Merge pull request #1 from knownasilya/patch-2
Remove broken link
2015-03-12 11:16:25 -04:00
Ilya Radchenko 1a51c40423 Remove broken link 2015-03-12 10:47:35 -04:00
Pieter Sheth-Voss 9b76f6b1f5 Update README for textRotation 2015-03-12 09:54:59 -04:00
Pieter Sheth-Voss aa8f3a759f Add support for textRotation 2015-03-12 09:52:30 -04:00
Pieter Sheth-Voss 33dc7b883d Update README.md 2015-03-09 10:05:20 -04:00
Pieter Sheth-Voss 97d4001343 Update Style specifications in README.md 2015-03-09 10:04:34 -04:00
Pieter Sheth-Voss c3af249415 Add styles to README.md 2015-03-09 09:59:31 -04:00
Pieter Sheth-Voss 5e443310f8 Remove stray console.log() calls 2015-03-07 00:02:18 -05:00
Pieter Sheth-Voss 91ec052ae6 Added support for borders 2015-03-06 23:55:50 -05:00
Pieter Sheth-Voss 1f02e5bea2 Handle embedded quotes in number formats 2015-03-05 12:18:36 -05:00
Pieter Sheth-Voss 05b58d839a Escape embedded quotes 2015-03-03 14:27:28 -05:00
Pieter Sheth-Voss 576b59f96a Fix issue with custom formats 2015-03-02 00:28:11 -05:00
Pieter Sheth-Voss cd2b20f7e5 Remove stray logs 2015-03-01 23:27:00 -05:00
Pieter Sheth-Voss 5f7a0f2ad2 Removed dependence on cheerio, jquery; added xmlbuilder; 2015-03-01 23:18:10 -05:00
Pieter Sheth-Voss a562150b96 Use jQuery parseXML to preserve case in XML 2015-03-01 00:39:47 -05:00
Pieter Sheth-Voss 845d2a8880 Added support for alignment 2015-02-28 11:55:15 -05:00
Pieter Sheth-Voss 0227496616 Add ability to save cell styles to .xlsx 2015-02-28 01:42:41 -05:00
harbhub 61b17e6d9d handle internal links (fixes #145) 2014-11-13 03:44:29 -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 61d2e55cc6 version bump 0.7.11: ODS hooks
- ODS hooks + very basic parser (ods.js)
- handle implicit row/col spec (h/t @EarlJS, see http://git.io/2lwOuA)
2014-10-09 22:22:38 -04:00
Mo de Ruiter 5942587509 Remove global variable "cellen" 2014-10-07 17:12:04 +02:00
SheetJS 19f3a6ae76 version bump 0.7.10: cleanup
- build bower.json (h/t @jjstewart, following the change from js-xls)
- README clarification on !ref (fixes #82)
- XLSX treat empty <v/> tags as empty cells (h/t @clarlars)
- XLSX write !merges array (fixes #92)
2014-08-26 13:40:04 -04:00
SheetJS c58477279e pinning node 0.10.30 for tests
h/t @lightbringer1991 https://github.com/SheetJS/j/issues/4

waiting on https://github.com/joyent/node/issues/8208
2014-08-23 00:52:13 -04:00
SheetJS 127a430e79 version bump 0.7.9: updating jszip to 2.4.0
Fixes #98
2014-08-21 11:44:30 -04:00
SheetJS 9c36927071 added file input to web demo (fixes #97) 2014-08-18 12:28:45 -04:00
SheetJS 909e98d514 README note about ajax demo [ci skip] 2014-07-28 13:52:16 -04:00
SheetJS dd5ac8bba3 timeout and tests changes to satiate travis 2014-07-28 11:57:28 -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
Chris Wheeler 19c22fa34a Prevented crash on wbfactoid 2014-07-14 11:53:04 -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 aa46ada7b8 version bump 0.7.6-i: more browserify
h/t @volodymyrl
2014-06-27 11:11:33 -04:00
SheetJS 662c550d9e version bump 0.7.6-h: browserify issues
- updated codepage to 1.3.1 (h/t @volodymyrl)
2014-06-27 09:58:43 -04:00
SheetJS 87bbe636d3 version bump 0.7.6-a: npm is flaky [ci skip]
The original push showed up as failed, pushing again
2014-06-05 03:25:49 -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
altkatz a96b723cda IE Compatibility and notes 2014-06-03 14:44:08 -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
SheetJS d882757c0a enforcing 31 character sheet name restriction 2014-05-31 11:44:56 -04:00
SheetJS f63426167d test.js fixes for windows 2014-05-29 21:09:20 -04:00
SheetJS a3d9c4d9ac version bump 0.7.4: I/O improvements
- basic style + theme parsing, option .cellStyles (h/t @eladxxx)
- more XLSB writing stubs
- correct resolution of .xml/.bin files
- sheet_to_json improvements from js-xls
o opts.header = 1 for array of arrays
o opts.header = 'A' for spreadsheet column labels
o custom opts.header array for custom labels
o opts.range = n starts from row n
o opts.range = range restricts writer to work within the specified range
- Makefile adapted to work with cygwin on windows
2014-05-29 18:30:03 -04:00
SheetJSDev c91e94dbbb Merge pull request #66 from eladxxx/master
Style/theme implementation
2014-05-29 02:25:38 -04:00