XLS/XLSX to HTML conversation

How can we do the convert XLS/XLSX files into HTML.

We are looking to convertion of following format

DOC to HTML
DOCX to HTML
RTF to HTML
XLS to HTML
XLSX to HTML
PPT to HTML
PPTX to HTML

If you have support for these please let us know with your help.

Thanks in advance

Hi,


I am a representative of Aspose.Cells product, the component does support XLS/Xlsx - to - HTML conversion, also it supports to create, manage, manipulate or even convert to all MS Excel (97-2010) file formats, e.g XLS, XLSX, XLSM, XLSB, XLST, CSV, ODS, Tab delimited, SpreadsheetML(2003), PDF etc. See the sample code below using Aspose.Cells APIs:

Workbook wb = new Workbook(“e:\test\book1.xls”);
wb.Save(“e:\test2\outBook1.html”, SaveFormat.Html);
Also, see the documents for complete reference:
http://docs.aspose.com/display/cellsnet/Opening+Files

http://docs.aspose.com/display/cellsnet/Saving+Files

For other conversions my fellow colleagues from Aspose.Words and Aspose.Slides teams will reply you here soon.

Thank you.




Hi there,


Thanks for your inquiry. I’m a representative from the Aspose.Words team. With Aspose.Words, you can convert any Word document (doc/docx/rtf etc) to HTML format by using the following two liner code:

Document doc = new Document(@“C:\temp\input.docx”);
doc.Save(@“C:\temp\output.html”,
SaveFormat.Html);

Moreover, I would suggest you please read the following useful articles:
http://docs.aspose.com/display/wordsnet/HTML%2C+XHTML+and+MHTML
http://docs.aspose.com/display/wordsnet/Save+a+Document

Please let us know if you need more information, we are always glad to help you.

Best Regards,

Hi,


I am representing Aspose.Slides. I regret to share that at the moment the support for exporting PPT/PPTX to HTML is currently unavailable in Aspose.Slides for .NET/Java. An issue with ID SLIDESNET-31251 has been created in our issue tracking system to provide this feature support. This issue is likely to be resolved in Aspose.Slides for .NET 6.1.0, which is scheduled by the end of this month. We will share the further updates with you once they are available.

Many Thanks,