We tried to call Aspose.Cells.Workbook in javascript. The code works in previous version, now it failed and complain about "functional or method is not supported".
The code is as following:
var objAspose = new ActiveXObject("Aspose.Cells.Workbook");
objAspose.Open_2("c:\\excelaz.xml", 7);
excelaz.xml file is spreadsheet XML format.
What is the correct way to load spreadsheet XML filter to Workbook?
Another question we have is we tried to open spreadsheet XML file generate by our code but it failed. The file can be opened in excel application without problem. Is there any way to see why it opened failed by Aspose?
Thanks a lot!