I want to export a huge excel worksheet to a text file.
I'm using the following command :
- Code: Select all
worksheet.SaveToFile(destination & "\" & "prices.txt", vbTab, encoder)
This is working however Spire is adding double quotes aroud every string of the file.
Is there a way to simply obtain raw data without those quotes ?
Thanks for your help on this.
Regards,
G