sheetjs/bits
SheetJS ad20bf9b83 version bump 0.5.10: numbers iOS fix
Most writers write sheets to

xl/worksheets/sheetN.xml (where N is 1-indexed)

Numbers for iOS apparently writes to

xl/worksheets/sheet.xml (for first sheet)
xl/worksheets/sheetN.xml (N>1, 0-indexed -- sheet1.xml corresponds to 2nd sheet)

The right thing to do is to dig into workbook rels, but that's for another day
2014-02-21 11:41:37 -05:00
..
10_ssf.js version bump 0.5.8: bookFiles, default change 2014-02-17 03:44:22 -05:00
30_xlsxheader.js
31_version.js version bump 0.5.10: numbers iOS fix 2014-02-21 11:41:37 -05:00
32_codepage.js
35_ziputils.js version bump 0.5.7: WTF-ification 2014-02-15 00:08:18 -05:00
36_xlsxutils.js version bump 0.5.1: field reorg 2014-02-05 08:39:21 -05:00
37_xlsbutils.js version bump 0.5.4: more options 2014-02-12 01:09:42 -05:00
38_recordhopper.js version bump 0.5.5: sheet names optimization 2014-02-13 01:22:42 -05:00
39_parsestructs.js test cleanup 2014-02-13 03:48:41 -05:00
52_sstxml.js version bump 0.5.4: more options 2014-02-12 01:09:42 -05:00
53_sstbin.js
56_stycommon.js
57_styxml.js version bump 0.5.3: options! 2014-02-07 05:53:40 -05:00
58_stybin.js version bump 0.5.8: bookFiles, default change 2014-02-17 03:44:22 -05:00
60_xlsx.js Support custom properties 2014-02-14 11:39:03 +08:00
65_comments.js version bump 0.5.9: sheetRows partial processing 2014-02-18 22:03:28 -05:00
70_fbin.js version bump 0.5.5: sheet names optimization 2014-02-13 01:22:42 -05:00
71_wscommon.js
72_wsxml.js version bump 0.5.9: sheetRows partial processing 2014-02-18 22:03:28 -05:00
73_wsbin.js version bump 0.5.9: sheetRows partial processing 2014-02-18 22:03:28 -05:00
76_wbcommon.js
77_wbxml.js version bump 0.5.3: options! 2014-02-07 05:53:40 -05:00
78_wbbin.js version bump 0.5.8: bookFiles, default change 2014-02-17 03:44:22 -05:00
79_xmlbin.js version bump 0.5.4: more options 2014-02-12 01:09:42 -05:00
82_parsetab.js
84_defaults.js version bump 0.5.10: numbers iOS fix 2014-02-21 11:41:37 -05:00
85_parsezip.js version bump 0.5.10: numbers iOS fix 2014-02-21 11:41:37 -05:00
88_read.js version bump 0.5.3: options! 2014-02-07 05:53:40 -05:00
89_xlsxfooter.js
90_utils.js version bump 0.5.8: bookFiles, default change 2014-02-17 03:44:22 -05:00
99_footer.js version bump 0.5.4: more options 2014-02-12 01:09:42 -05:00
00_header.js