clarketm / TableExport

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
https://tableexport.travismclarke.com/
Apache License 2.0
888 stars 289 forks source link

Date Time format mm/dd/yyyy HH:MM:SS drops time on export unless tableexport-string is used #103

Open budfrogs opened 6 years ago

budfrogs commented 6 years ago

Currently fields that have mm/dd/yyyy HH:MM:SS the time portion of the field is dropped when exporting to xlsx or xls. Exporting to CSV or Text works fine.

If I set the class to tableexport-string I will get the date with 'mm/dd/yyyy HH:MM:SS which is undesirable. Using the class tableexport-date also drops the time from the cell contents.

shahnawazk commented 6 years ago

I am facing the same issue, I need to show time as well. Please suggest

SWAT10101 commented 5 years ago

I am facing the same issue.