I have a data structure like this:
Data
Request Detailed Number (RequestNumber - Request Line Item Number)
Request Explanation
Price
...
Example
Request Number Explanation Price
10-5 Lorem Ipsum 15$
After I open the file which I have written data in cvs file, 10-5 is shown like datetime.
How can I enable this column to be shown its pure nature 10-5?
Any help will be appreciated…
Export/write it with a preceding single quote (ASCII code 39). Excel will see it as string. But be warned: it is a feature of Excel. Any other program that opens the CSV will “see” the single quote as part of the data.