Author Topic: Super minor bug on export to xlsx  (Read 63 times)

jplevene

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 99
    • View Profile
Super minor bug on export to xlsx
« on: August 14, 2024, 08:21:01 pm »
So minor, barely worth reporting, but best to get it perfect:

Code: [Select]
eachCell: function(cell, ci, ri, column, rowData)
{
....
cell["format"] = "dd/mm/yyyy hh:mm";
}

When I open Excel, the cells have a custom format as 'dd\/mm\/yyyy hh:mm' and not 'dd/mm/yyyy hh:mm'

It all works fine, it's just the escape character should not be included.