Dear Community,
I am reading an Excel-file with 228 sheets.
The XLSX-version of Excel has the option to give me a list of all sheets in the file. But the data in the excel-file is not read correctly. Excel makes the date-format dd-mm-yyyy. But Alteryx reads the date as yyyy-mm-dd. This gives a different date. (xx-xx-2010 will be 1905-xx-xx)
I tried to change to een XLS-version of Excel, but then I can't get a list of sheet names. I tried to use the list of sheet names of XLSX on the XLS version, but that doesn't work, because XLSX accepts more different characters.
I can't use the Parse:DateTime because the previous value is forgotten. Alteryx only knows the new wrong date.
Is there a way to:
A. Change the way Alteryx interprets the date-format;
B. Import an XLSX-file without all the formatting information given by excel;
C. Another option?