leftshifters / excel-parser

nodejs wrapper for parsing spreadsheet.
MIT License
72 stars 70 forks source link

Everything is a string #33

Open DeanWard opened 9 years ago

DeanWard commented 9 years ago

When parsing a file with numbers, dates, etc everything is read as a string. Is there any way to get the datatype of each cell?

sthawali commented 9 years ago

@DeanWard no way while parsing you have to convert/manage that after final output.