I am using HTML2Excel custom tag to export reports into .xls format. This was working fine in CF4.5 and 5.0 We are upgrading to MX soon and this particular script:
objWorkSheet.SaveAs("excelfile.xls",Val(1));
throws a coldfusion.runtime.java.MethodSelectionException: Method selection Exception..
Any ideas on how this can be resolved?
Thanks in advance
Gana78
objWorkSheet.SaveAs("excelfile.xls",Val(1));
throws a coldfusion.runtime.java.MethodSelectionException: Method selection Exception..
Any ideas on how this can be resolved?
Thanks in advance
Gana78