sarathi125
(Parthasarathi)
April 1, 2019, 1:27pm
1
Hi All,
I want to copy/move excel sheets to other workbook.
I have checked the link for the excelcopysheet activity, but it is not available in my studio (version 2018.2)
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
we need the data to be copied with source formatting and we need to copy more than 10 sheets from 4-5 workbook to one workbook.
checked this link as well, but no hope
Hi @canlilar ,
Use the below logic.
Create a string variable named as “Filenames”
Assign Filenames = Directory.Getfiles(“Folderpath”)
For each item in Filenames, item type as String
Excel application scope, In workbook path give item. Use Read range with output as Datatable1
Excel application scope, In workbook path give a new output file name. Use Write range with input as Datatable1, sheetname as item.
1 Like
pavanh003
(Pavan Harisha)
April 1, 2019, 2:07pm
2
Hi,
did you try with balareva ecel activites from manage packages.
Let us know if you can solve using balareva packages from manage packages.
Regards,
Pavan H
2 Likes
varunk
(Varun Kumar)
April 2, 2019, 4:27am
3
HI @sarathi125 ,
After reading excel file
You can use that data table name in for each,Inside for each you can keep that move file activity to move file from one folder to other
balupad14
(Balamurugan)
April 2, 2019, 5:05am
4
Hi @sarathi125
Yes @pavanh003 said right. you can use this package to achieve this.
Hello Friends,
I have successfully uploaded the BalaReva XL Activities in UiPath Go.
This package contains 36 custom activities. It is related to the Workbook, worksheet and sheet data. It helps and simplifies more processes into the excel file. All components can be configured very user friendly.
https://go.uipath.com/component/balareva-xl-activities
This package is having the below activities.
Pie Chart - Using these activities you can able to generate the Pie Chart
Column Chart - Using…
Here you can get the detail . the examples are used the UiPath Gallery.
Hi Friends,
I have included the below new custom components in the package.
1.Create Workbook.(Create a new worksheet)
2.Copy to File (Copy the worksheet to another excel file).
3.Copy to WorkBook (Copy the worksheet inside the workbook).
4.HideUnhide the worksheet
5.Protect Unprotect the worksheet
[image]
Create WorkBook
Properties
[image]
Sample : CreateWorkbook.zip (18.5 KB)
Copy To File
This activity copies the work sheet to an another excel file. If the another file is not ex…
Regards
Balamurugan.S
sarathi125
(Parthasarathi)
April 2, 2019, 6:25am
5
Hi @balupad14 ,
Thank you for the details, but not able to open the copytofile.zip xaml in studio 2018.2.3 version.
Do we need to include any dll, I am getting this below error.
Could not find type ‘BalaReva.Excel.Sheets.CopyToFile’ in assembly ‘BalaReva.Excel’. Row: 57, Column: 6
balupad14
(Balamurugan)
April 2, 2019, 6:36am
6
It is using the gallery. You can download it from UIPATH go at local and configure it.
Regards
Balamurugan.S
sarathi125
(Parthasarathi)
April 2, 2019, 12:47pm
7
Thanks Bala, with the latest UiPath Excel Activities package version 2.5.2 that can be done with the CopySheet activity.
Thank you all for your support.
2 Likes
system
(system)
Closed
April 5, 2019, 12:47pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.