I’m using gsuite and download file activity
but its download as PDF format instead of .xlsx
1 Like
You can read the Google sheet using Read Range activity under Gsuite Activity package and take the output of it in the datatable variable.
Provide that datatable variable output as an input to the Write Range activity (this time you have to use Write Range activity which will be available under UiPath.Excel.Activities package)