Hi Erli,
For Estimated Departure you can take decimal attribute type but for Actual Departure you have to take String type.
Hi! Sharing the way how I fix the issue. I'm using Excel Exporter V7.0.5.
The brief summary of the solution:
- Add 'Date' cell format in enumeration XLSReport.CellFormat, so that there is Date option here (in Format dropdownlist of Excel template Styles page), as follow.
- In XLSReport.DataFormatString, add logic to set date-formatted-column in Excel, as follow.