Hi,
I would like to convert an Excel spreadsheet into a text file through my WPF/Win forms application.
From here I need to parse this text file and retrieve important data from it.
The parsing of the text file is fine (i think), though how would I go about converting a excel file into a text file in C#?
Any help is appreciated.
Thanks,
Person.