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

Issue with values like x.x.x on exporting as excel #192

Open abhishekno1 opened 4 years ago

abhishekno1 commented 4 years ago

In my table I have a column which has values like x.x.x where x is a number when I am exporting the table as excel it is showing arbitrary number as 384203... etc which is not the desired result. It is happening for two dot values.

To Reproduce Create a table which is having a column and fill the column with values like x.x.x use only two dots and three digits

Expected behavior This should've printed out the values like 1.1.1 or similar not the arbitrary numbers.

Screenshots tableexport

Environment