ConverterDoc2Xls Class

Hello

I need ConverterDoc2Xls Class for converting Word document to Excel



Can you prove it to me?



regards

Hi Enes,

Thanks for your inquiry. Please find the code of ConverterDoc2Xls utility in attachment and let us know if you have any more queries.

Document doc = new Document(@"in.doc");
ConverterDoc2Xls converter = new ConverterDoc2Xls();
Workbook wb = converter.Convert(doc);
wb.Save("out.xls");

A post was split to a new topic: ConverterDoc2Xls

3 posts were split to a new topic: Converter Doc to Xls