7 Commits

Author SHA1 Message Date
Todd
b056033c12 format: add support for string formats 2017-09-20 15:15:13 -04:00
Todd
1992e3c519 format: support variable denominators in fraction formats 2017-09-20 15:15:13 -04:00
Todd
20e8ecd685 format: add package doc 2017-09-19 19:45:41 -04:00
Todd
1103aa1edb format: add support for fraction formatting 2017-09-19 16:35:11 -04:00
Todd
49e34b1d90 formula: better support for thousands separator 2017-09-18 22:30:08 -05:00
Todd
d69cf90249 format: implement support for evaluating spreadsheet number formatting
This adds support for extracting a cell's formatted value according to
the number format applied to the cell.  To do this we need to implement
a parser for Excel style format strings and support formatting numbers
according to that style.

This also enhances the General formatting to be much closer to what
Excel normally does. There are likely still a few corner cases where
Excel and gooxml differ, but hopefully not too many.
2017-09-18 22:30:08 -05:00
Todd
d9c4a27794 spreadsheet: start adding support for extracting formatted cell value 2017-09-18 22:30:08 -05:00