eric-wood / excel2latex

Javascript .xlsx to LaTeX table converter
90 stars 28 forks source link

Dates don't convert #15

Open RobertMyles opened 8 years ago

RobertMyles commented 8 years ago

I have an Excel table with dates (simply in the format 1/26/89). excel2latex transforms this into 31072.

(Awesome little project, thanks!)

eric-wood commented 7 years ago

I'm going to try my hand at parsing these correctly, since there's metadata in the document that indicates how it gets displayed...I need to fix decimal formatting first but ideally it'd be able to handle other important types like this.