-1
I am exporting data to Excel, but the format of the created spreadsheet is not what is desired. I am exporting the text 000 however Excel understands as being number, and the exported value is 0. The code I’m using is as follows: txt_export="000" .range(a1). value=txt_export.
Another example is: txt_export="060" .range(a1). value=txt_export.
The exported value for Excel is 60.
Thanks for your attention.