Hi Community,
I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells of the table formatted the same way as those are displayed (conditionally formatted) in Excel?
Thanks for your support!
Hi Hristo,
Thanks for your posting and using Aspose.Cells for .NET.
There is no direct way to convert your Excel documents into Word documents. You can take images of your worksheet and add them in your word document using Aspose.Words.
Please see the following document how to convert your worksheet into image.
http://www.aspose.com/docs/display/cellsnet/Converting+Worksheet+to+Image
Also there is another approach, you can convert your Excel documents into PDF using Aspose.Cells and then convert the output PDF into Word document using Aspose.Pdf. Please see the following documentation articles for your reference.
http://www.aspose.com/docs/display/cellsnet/Converting+Excel+to+PDF+Files
Convert PDF to Microsoft Word Documents in .NET|Aspose.PDF for .NET