2 Commits

Author SHA1 Message Date
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