Bug/Request
Using any alignment value with SpreadsheetFormatCell produces a null error. Also, a null error occurs if the cell does not exist yet.
Code
sheet = SpreadsheetNew();
format = { alignment="center" };
// currently, must create the cell first to avoid error
SpreadsheetSetCellValue(sheet,"test", 1, 1);
SpreadsheetFormatCell(sheet, format, 1, 1);
Error
Railo 3.2.1.000 Error (expression)
Message No matching property [CENTER] found in [org.apache.poi.hssf.usermodel.HSSFCellStyle]
Stacktrace The Error Occurred in
C:\dev\railoExpressClean\webroot\WEB-INF\railo\components\org\cfpoi\spreadsheet\Spreadsheet.cfc: line 1951
Bug/Request Using any alignment value with SpreadsheetFormatCell produces a null error. Also, a null error occurs if the cell does not exist yet.
Code
Error Railo 3.2.1.000 Error (expression) Message No matching property [CENTER] found in [org.apache.poi.hssf.usermodel.HSSFCellStyle] Stacktrace The Error Occurred in C:\dev\railoExpressClean\webroot\WEB-INF\railo\components\org\cfpoi\spreadsheet\Spreadsheet.cfc: line 1951