How can i extract excel worksheet into a string using C#?
i already have the sheet and can save as txt file but instead of that
I want to extract it into a string directly and do some processing.
How can i extract excel worksheet into a string using C#? i already have
Share
Something like the following (untested) code should work:
Though look at this sample to see how to clean up everything properly etc.