1
0
mirror of https://github.com/pbnjay/grate.git synced 2024-12-12 21:49:14 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
Tamás Gulácsi
a459175619 Fix index out of bounds panic
Sheet.Resize did not resize all old rows.
2021-02-25 16:07:08 -05:00
Jeremy Jay
ebe430dc09 provide access to format strings 2021-02-23 23:29:20 -05:00
Jeremy Jay
a40620db11 closer to the 'General' excel format 2021-02-23 23:22:53 -05:00
Jeremy Jay
7570bd9134 fix th-th formats and fractions w/no whole part 2021-02-23 10:49:46 -05:00
Jeremy Jay
10c14fa766 deal with invalid files instead of making all files worse 2021-02-23 09:15:25 -05:00
Jeremy Jay
460301037b off-by-one errors on both side of last refactor 2021-02-23 08:19:15 -05:00
Jeremy Jay
35d03d67eb expose data types through interface 2021-02-22 00:01:17 -05:00
Jeremy Jay
35c8ec73bc refactor sheets and formatting so we can use for type detection 2021-02-21 23:29:48 -05:00
Jeremy Jay
167574603f fix some XFs when applyNumberFormat not defined 2021-02-18 16:57:27 -05:00
Jeremy Jay
450cc0e5ab cleaning up tests 2021-02-17 12:24:26 -05:00
Jeremy Jay
d9b725da93 misc cleanups 2021-02-14 14:16:46 -05:00
Jeremy Jay
a5be267bf7 more tweaks to memory usage in xls this time
did not reduce total allocations much (bytes.Reader is more efficient
than I thought), but reduced walltime from 99s to 55s for a large collection
2021-02-13 00:06:04 -05:00
Jeremy Jay
88daa500dc accidently implemented xlsx. refactor to include it 2021-02-12 00:50:50 -05:00
Jeremy Jay
b048fa8aad refactor common excel stuff 2021-02-11 01:28:46 -05:00