Hi. I am currently building an project using the 6.8.1 version of the modeler and the latest version of the excel exporter. However, I am running into some issue of which I don't know if I am doing something wrong or that it are limitations and\or bugs. Maybe somebody with experience can give some feedback or maybe some clever ways around it?
1-When using static data to print a datetime attribute, the cell in the generated excel document is not set as 'date', but as 'standard'. This means not a date is showing but a number.
2-In the generated excel file, all column data cell types are set as 'standard', except the datetime cells. Isn't it possible to set the cell type for numbers\decimals to 'number' cell type (with 2 decimals)?
3-The result aggregation doesn't seem to work at all, and causes a crash in the excel generation. Mostly without an error, but I saw one time the error: "java.math.BigDecimal cannot be cast to java.lang.Double at XLSReport.GenerateReport (JavaAction : 'GenerateExcelDoc')"