Tuesday, May 24, 2022
1 change · master
Resolved issues and error corrections
Spreadsheet list formulas now recognize date and datetime fields as dates instead of plain text. This allows users to apply the expected date formatting and improves the accuracy and readability of spreadsheet reports.
Original PR description
.. and datetime. Currently, formulas `LIST` yield the server value of fields date and datetime, which are strings. As such, the o_spreadsheet lib will tag the cell with such content as a string; which prevents a proper formatting. To solve this, we now convert the server values to a number for values realted to date and datetime fields. Task 2857297