When exporting JSON data to Excel in my Angular application using exportAsExcelFile, I noticed that the time columns are defaulting to a format like 12:00. However, when I double-click each cell in the Excel file, the time shows up as 12:00 AM. I would prefer for the time format to be 12:00 AM upon downloading the Excel file, without needing to adjust cell formatting.
If there is a way to achieve this specific time format (12:00 AM) without Excel cell formatting, please provide your suggestions and solutions.
Thank you.