Hello,
I am having a strange error when saving data in excel. I am reading an XML file and extracting information. When I save the dates seem strange as seen in figure and the ones alined to the left do not apear on filter. can anyone help me to solve it?
This is because those date’s are being considered as invalid. The column date format is MM-dd-yyyy so these left aligned dates are invalid as per this.
Use Excel Process Scope --> Use Excel File --> Format Cells activities to change the column date format to MM-dd-yyyy
append range. the stange is that if I manually add to excel on those cells =datevalue(31-12-2024) press enter and the delete the function excell automatically accepts as date…