I am faced with a challenge involving data that is stored in Unix Timestamp format, which I need to display as a readable date (e.g. YYYY/MM/DD) in JSpreadSheet ("jspreadsheet-ce"). Currently, the data appears as a 13-digit number and looks unattractive.
I have attempted to change the column type to DATE (with no effect), set it as CALENDAR (data did not appear), and adjust the dateFormat parameter without success.
Is there a way to customize the format solely within the columns themselves instead of using forEach? Is there a solution similar to what is shown in this Code screenshot?