I am copying certain data from application and pasting in excel. That data when i copy manually in excel its working fine and all data pasted in all cells of excel.
But when i tried to use send hot key activity, it is pasting data in one cell.
Do i need to keep my excel file open for this always.
While copying and pasting table data in a excel data will get converted into string and it will get pasted into cell. So instead, please try to add the data to datatable and using write range write the data to excel. So the table format will be preserved.
Happy helping,
Arun Vignesh S
He who serves the most, reaps the most
I have again checked. We are using enterprise edition uipath 2018.4.6. But we didn’t get this package in Manage Packages section. We only got Bala reva Excel activities. Apart from this we didn’t get any packages. I am not sure about the reason.
Data was not in structured form. I created datatable by text and used write range. But bot was missing so many things while creating datatable. So after write range activity final excel is not giving desired value.