I have a .xls I need to convert to .csv
The file contains some date columns. The format on the date is \"*14/03/2001\" which, according to Excel means the date respo
Change the date range to "General" format and save the workbook once, and change them back to date format (eg, numberformat = "d/m/yyyy") before save & close the book. savechanges parameter is true.
numberformat = "d/m/yyyy"
savechanges