eric-wood / excel2latex

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

Empty cell and number issue #24

Open GitGabri opened 5 years ago

GitGabri commented 5 years ago

Hi, the first issue is not crucial, just a heads up that I have a table in which the first cell is blank and after conversion it becomes filled byt the coloumn after it instead of remaining blank. The bigger issue is that the numbers in my cells are being changed to numbers that would round to the inserted number. Eg. If I have the number 3.1415 in my cell then after conversion to a LaTex table it becomes, say, 3.141500000001230. The number rounds to the original number but it is quite cumbersome to have to delete useless digits if you have lots of data to go through. Hope this helps.