Skip to content

Tags: cloud-coders/js-xlsx

Tags

v0.8.0

Toggle v0.8.0's commit message
add missing comma in bower.json 

v0.7.11

Toggle v0.7.11's commit message
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)

v0.7.10

Toggle v0.7.10's commit message
version bump 0.7.10: cleanup - build bower.json (h/t @jjstewart, following the change from js-xls) - README clarification on !ref (fixes SheetJS#82) - XLSX treat empty <v/> tags as empty cells (h/t @clarlars) - XLSX write !merges array (fixes SheetJS#92)

v0.7.9

Toggle v0.7.9's commit message
version bump 0.7.9: updating jszip to 2.4.0 Fixes SheetJS#98

v0.7.7

Toggle v0.7.7's commit message
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

v0.7.6-i

Toggle v0.7.6-i's commit message
version bump 0.7.6-i: more browserify h/t @VolodymyrL

v0.7.6-h

Toggle v0.7.6-h's commit message
version bump 0.7.6-h: browserify issues - updated codepage to 1.3.1 (h/t @VolodymyrL)

v0.7.6

Toggle v0.7.6's commit message
version bump 0.7.6-a: npm is flaky [ci skip] The original push showed up as failed, pushing again

v0.7.6-a

Toggle v0.7.6-a's commit message
version bump 0.7.6-a: npm is flaky [ci skip] The original push showed up as failed, pushing again

v0.7.5

Toggle v0.7.5's commit message
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)