I want to import data from Excel.xls file into Excel.xlsx. When I manually “Save As”, the data is transferred successfully, but when I “Save As” to the robot via shortcuts, the dots and commas in the data get mixed up. How can the robot change the data even though it doesn’t touch any data (like copy, paste)? Can you help me please? (I put shortcuts workflows picture)
But I am not using range reading activity. I am opening the xls file from Excel Application Scope. Then I click the shortcuts File>Export>Change File Type>xlsx>Save As.Preformatted text
Initially you need to use Kill Process and close all the excel sessions.
Use Read Range activity and read the data from excel1.xls (DT1)
Use Write Range Activity and Write the data to Excel1.xlsx
Instead of using save as you can do as above.
Thanks