File converter

  • Thread starter Thread starter Alan T
  • Start date Start date
Alan,

Actually, you can use word to convert word and html, and excel to
convert excel files into text.
 
Sorry, I want to execute the conversion inside my C# code.

Nicholas Paldino said:
Alan,

Actually, you can use word to convert word and html, and excel to
convert excel files into text.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alan T said:
Any program I can use to convert word, xls, html into text file?
 
Alan,

Yes, so you would have to set a reference to the Word or Excel object
model (through the primary interop assemblies) load the file, and then save
it in the appropriate format.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alan T said:
Sorry, I want to execute the conversion inside my C# code.

Nicholas Paldino said:
Alan,

Actually, you can use word to convert word and html, and excel to
convert excel files into text.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alan T said:
Any program I can use to convert word, xls, html into text file?
 
Hi,

I got a third party .exe that can convert pdf file to txt file, just wonder
any freeware that able to convert from xls, ppt, html file to text file?

For your approach, any tutorials?


Nicholas Paldino said:
Alan,

Yes, so you would have to set a reference to the Word or Excel object
model (through the primary interop assemblies) load the file, and then
save it in the appropriate format.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alan T said:
Sorry, I want to execute the conversion inside my C# code.

Nicholas Paldino said:
Alan,

Actually, you can use word to convert word and html, and excel to
convert excel files into text.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Any program I can use to convert word, xls, html into text file?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top