felipenoris / XLSX.jl

Excel file reader and writer for the Julia language.
https://felipenoris.github.io/XLSX.jl/stable
Other
272 stars 57 forks source link

XLSX cell format #259

Open montyvesselinov opened 4 months ago

montyvesselinov commented 4 months ago

I tried different approaches to specify a numerical format with 4 decimal places of all the cells in an Excel sheet generated using XLSX.

None of them worked. Any suggestions?

grahamgill commented 4 months ago

It really helps to say what you did try.

However I had a similar problem recently and posted a reply to your question over on discourse.julialang.org.