I want to export some data from Column A in a spreadsheet as textand save it ,without adding a " ",to the data.
For instance the current data (say in sheet1 ColumnA) reads like:
"name1","name2","data3","data4","etc",
Exporting as text results in getting:
""name1"",""name2"",""data3"",""data4"",""etc"",
How can I export it in a text format without excel adding the extra " "
(The reason it already has an " " in the excel data is so I can cut and paste the data,however I would like to have an auto option available as well without it adding the extra " ").
Any suggestion please
For instance the current data (say in sheet1 ColumnA) reads like:
"name1","name2","data3","data4","etc",
Exporting as text results in getting:
""name1"",""name2"",""data3"",""data4"",""etc"",
How can I export it in a text format without excel adding the extra " "
(The reason it already has an " " in the excel data is so I can cut and paste the data,however I would like to have an auto option available as well without it adding the extra " ").
Any suggestion please