file conversion class?

  • Thread starter Thread starter Ryan Brown
  • Start date Start date
R

Ryan Brown

is there a class that I can use to convert file types. I
need to be able to convert excel files to text files and
back again. can anyone help me or point me in the
direction of help, thank you.
 
* "Ryan Brown said:
is there a class that I can use to convert file types. I
need to be able to convert excel files to text files and
back again. can anyone help me or point me in the
direction of help, thank you.

I would ask this question in an Excel group...
 
I think he might be asking how to do this programatically from VB.NET, is
this correct OP ?

Regards - OHM
I would ask this question in an Excel group...

Regards - OHM# (e-mail address removed)
 
Ryan,
Excel itself supports this, via the Workbook.SaveAs method.

If you need this in a .NET app, you can use Interop to access the Excel &
Workbook objects.

Hope this helps
Jay
 
Back
Top