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?