Posted 11 March 2022, 5:00 am EST
Hi,
We were using this method in our program to get the value from cell:
var cellValue = activeSheet.getCell(37, 0).text();
Now when updating from SpreadJS 14 to version 15 this method returns null.
Anyway getting value from cell 36,0 with same method returns correct value.
See attached excel file to check issue.
Br,
Petri
TestFile.zip
