xlsx2csv icon indicating copy to clipboard operation
xlsx2csv copied to clipboard

write formatted values to csv not underlaying floats

Open mszbot opened this issue 5 years ago • 0 comments

Firstly, this is a great library!

Image below shows the xlsx to the right and the csv output to the left. image

Is it possible to write the formatted values from xlsx to csv? All as strings maybe?

At the moment, this library extracts the underlying float values from the cells and writes it to csv

Zamzar for example outputs formatted values as strings when using their xlsx to csv parser.

mszbot avatar Jun 23 '20 22:06 mszbot