Commit Graph

16 Commits

Author SHA1 Message Date
Pieter Sheth-Voss f2520b7223 Freeze columns 2017-05-31 15:50:29 -04:00
Pieter Sheth-Voss 9edf279467 Add freeze pane option 2017-04-02 22:53:03 -04:00
Pieter Sheth-Voss 6e6678960c PR #40 - Skip cells with incorrect link to shared strings 2016-10-11 09:11:45 -04:00
Pieter Sheth-Voss 34d618c8fe Update tests; add feature to freeze headerrow 2016-05-24 23:30:56 -04:00
Pieter Sheth-Voss 0b8e5386bb Add repeating print headers 2016-05-24 17:27:37 -04:00
Pieter Sheth-Voss bed6327d22 Set tabSelected to 0 per issue #26 2016-04-05 23:09:20 -04:00
Pieter Sheth-Voss f984bd6479 Add rowBreaks, colBreaks, scale, showGridLines 2015-12-05 16:45:13 -05:00
Pieter Sheth-Voss d4e0b8b172 Bump bower version to 0.87 2015-12-04 09:56:10 -05:00
Pieter Sheth-Voss 57b6fd4662 Pull changes to persist styles with blank cells; increment versions for bower and npm; run cp node_modules/codepage/dist/cpexcel.full.js dist/cpexcel.js
cp jszip.js dist/jszip.js
cp ods.js dist/ods.js
cp xlsx.js dist/
cp LICENSE dist/
uglifyjs xlsx.js -o dist/xlsx.min.js --source-map dist/xlsx.min.map --preamble "$(head -n 1 bits/00_header.js)"
misc/strip_sourcemap.sh dist/xlsx.min.js
uglifyjs jszip.js xlsx.js -o dist/xlsx.core.min.js --source-map dist/xlsx.core.min.map --preamble "$(head -n 1 bits/00_header.js)"
misc/strip_sourcemap.sh dist/xlsx.core.min.js
uglifyjs jszip.js dist/cpexcel.js xlsx.js -o dist/xlsx.full.min.js --source-map dist/xlsx.full.min.map --preamble "$(head -n 1 bits/00_header.js)"
misc/strip_sourcemap.sh dist/xlsx.full.min.js
2015-08-11 17:40:53 -04:00
Pieter Sheth-Voss 348c533f6c Update bower version to 0.8.5 2015-08-11 17:32:56 -04:00
Pieter Sheth-Voss 0096c09dd3 Update README, bower, package 2015-06-12 20:32:58 -04:00
varblob 53f7f6d944 add missing comma in bower.json 2015-04-03 10:34:42 -04:00
SheetJS 0d38d4c0a0 version bump 0.8.0: unification with js-xls 0.7.5 2015-04-02 16:32:22 -04: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
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