Is there planed any support for opening html/mhtml files like Excel can do?
Hi,
We have logged your feature request into our issue tracking system with an id: CELLSNET-21710 We might look into the feature in the future versions. Once we have any update, we will let you know about it.
Thank you.
Aspose.Cells supported the feature, i.e., read, write and render HTML/MHTML file format with enhancements. We recommend to use latest version here:
See the sample code on how to read an MHTML file and save it to XLSX for your reference:
e.g
Sample code:
var workbook = new Workbook("e:\\test2\\myfile1.mht", new LoadOptions(LoadFormat.MHtml));
workbook.Save("e:\\test2\\out1.xlsx");
See the up-to-date Docs for your complete reference:
You may download the featured Examples @ Github repos. here: