I'm writing a xls
file into an application server folder (al11
).
I need to keep leading zeros for some fieds, so i tried to concatenate '
character before value. Data is written in server file using OPEN DATASET
, TRANSFER
, ecc...
When I download the file into local folder, the cell in excel is not formatted as a text cell, but '
is shown in the cell. So my codes are not what I expected because of '
character.
How to fix this problem?