ConverterDoc2Xls

Hey, Tahir, where is the attachment? can you provide the link?

Thanks,
Qin

@liuqin612,

Thanks for your inquiry. We have attached the requested utility with this post. Hope this helps you.
ConverterDoc2Xls.zip (4.3 KB)

Got it! Thanks.

Qin

Tahir, it seems to be working fine. Thanks. Also, there is a “Evaluation Warning”. I assume that’s because my Aspose.Cells is an evaluation copy? I am working for Centurylink; and we do have license for Aspose.Words. I guess we need a separate license for Aspose.Cells. If so, I will need to get the necessary information to the front of my manager. Thanks.

@liuqin612,

Thanks for your inquiry. You need to set the license for Aspose.Words and Aspose.Cells. If you do not have license for Aspose.Words, please get the temporary license and apply it. Following code example shows how to set the license for Aspose.Words and Aspose.Cells.

Aspose.Words.License lic = new Aspose.Words.License();
lic.SetLicense(@"Aspose.Total.lic");

Aspose.Cells.License licCell = new Aspose.Cells.License();
licCell.SetLicense(@"Aspose.Total.lic");

Tahir, thanks. It looks like our current license doesn’t support Cells package, but only for Words. But, thanks to clarify my question on this.

A post was merged into an existing topic: ConverterDoc2Xls code