4 Commits

Author SHA1 Message Date
Ilya Pleshakov
dbaa57abf5 Merge 33deb10aa769e9a98653c5bb79640c04c58882d9 into 5a7c2c1262ed683067c4ee074da104af658eddc7 2016-05-19 16:40:20 +00:00
Adrien Loison
5a7c2c1262 Handle General number format as non date (#221)
If the number format is set to General (id = 0), do no try to format the value as a date
2016-05-19 09:40:12 -07:00
Ilya Pleshakov
33deb10aa7 General should not be interpreted as a date format for number cells (fix issue #212) 2016-05-12 16:39:48 +03:00
Adrien Loison
8ef6bdac62 Better date support
Although Excel has a Date type, older Excel versions use numeric values to store dates.
The value represents the number of days since Jan 1st, 1900.
The only way to tell if the value is a number or a date is to look at the styles.xml and check if the cell has date formatting.
2015-10-23 16:04:38 -07:00