I want to convert excel into html. There should be a table in this html that can slide left and right. Like excel in office, can aspose be implemented?
Workbook workbook = new Workbook("/Users/zyx/Desktop/979817-t222渠道 Channel.xls");
// Specify the HTML saving options
HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.M_HTML);
saveOptions.setEncoding(Encoding.getUTF8());
// Instantiate a workbook and open the template XLSX file
// Save the HTML file
workbook.save( "/Users/zyx/Desktop/CToHTMLFiles_out123.html", saveOptions);
979817-t222渠道 Channel.xls.zip (7.9 KB)
CToHTMLFiles_out123.html.zip (8.2 KB)