Hi All,
I am using the sample code from Aspose Cells for java. Below is the code snippet.
WorkbookDesigner designer = new WorkbookDesigner();
designer.open(template_file_path);
method open is giving me compilation error. Is this method not available in demo? Do I need to download a separate jar?
Regards,
Abhinav