Good morning,
I try to open a xlsm file with Aspose Cells version 18.10 but the system return a “NullPointerException” error. If I use the last version (19.11) of Aspose Cells, the system open properly my file.
This is my code:
package com.tagetik.cpm.ooxml.aspose.cells;
import com.aspose.cells.Workbook;
public class TestOpenExcelFiles {
public static void main(String[] args) throws Exception {
Workbook workbook = new Workbook("C:\\temp\\ASPOSE\\SOURCE.xlsm");
System.out.println(workbook.getFileName());
}
}
At the moment I can not update the Aspose Cells version.
Could you help me to understand what the problem is, please?
Thanks,
Giulio
SOURCE.zip (1.4 MB)