Commit Graph

4 Commits

Author SHA1 Message Date
SheetJS 077056d984 Handling empty typeless cells
@nathanathan presented a case generated from excel, which had the cell:

    <c r="E1" s="1"/>

The schema is incorrect here (advising to treat it as a NaN value).  The right
thing to do is to treat it as `undefined`.
2013-10-10 02:44:16 -04:00
Nathan Breit 8f5151c2e0 Fixing a conversion bug and adding JSON helper
closes #1
2013-10-10 02:44:16 -04:00
SheetJS f010c3165e Resolved issue with empty sheet generating single <sheetData/> tag 2013-10-10 02:44:16 -04:00
SheetJS 5806249485 initial 2013-10-10 02:43:57 -04:00