C# XLS to TXT advice

SwamiJi

Member
Jun 6, 2001
99
0
0
Hello,

I'm working on a webapp tool that will read in email addresses from a
file and store them into another file. I would like to add the option
of uploading excel files, however I understand that excel files can be
formatted in many different ways. Has anyone come accross any code that
will reformat an excel file into a standard format (e.g. tab delimited,
comma delimited, etc)? Any pointers in the right direction would be
appreciated. Thanks!
 

SwamiJi

Member
Jun 6, 2001
99
0
0
Is there? Do you know what it is? I suppose I could google it...but it would be convenient if you know what it was off the top of your head.
 

SwamiJi

Member
Jun 6, 2001
99
0
0
I have found so much information about how to do this via VBScript. I need a c# class or a piece of code to do it. I have tried to use Microsoft Jet engine, but that was unsuccessful because it requires a tab delimeted file to start with. Any pointers on this? Thanks.