Posted 29 November 2022, 5:56 pm EST
I’m using Active Reports 15.3.2 . Is there a way to set the column to date format in spreadbuilder? By default, the value is set to string format. I have columns in the spreadsheet which the user would need to filter the data with the date filter option within excel. I have tried using the function ‘NumberFormat’, but it does not have effect.
.Cell(i, 11).NumberFormat = "mm/dd/yyyy hh:ss"
.Cell(i, 14).NumberFormat = "d-mmm-yy"
.Cell(i, 16).NumberFormat = "mm/dd/yyyy"
Thanks