Hi, I have a problem with an excel workbook and its pivot table.
I have to write Dates in format dd/MM/yyyy into the excel file. And I normally use write Range from workbook activities, but because it has a pivot table the workbook activities create errors. So I’m using the excel activities.
I’m trying to do something simple like write some cells, to see if it’s working. Like this:
I’h tried this before and it works, but later this excel have to be processed in SAP and I don’t know if the single quote creates another problem. I’ll keep in mind though. Thank you.
Fix it!
The datatable came from another Read range excel.
When It reads the column, looks like it’s reading it as a text.
This way, the write cell interprets the text however it knows. Taking it like a MM/dd/yyyy format.
What I’m doing right know is:
Read Range first excel.
for each row
2.1 Assign row(“dateColum”) = datetime.parseexact(Indicate the format)