Hi
I’ve bulk excel files. Now, I want to add one column and print the data.
How to get files from the folder and update the new column?
Hi
I’ve bulk excel files. Now, I want to add one column and print the data.
How to get files from the folder and update the new column?
hello @ganesh_rajan
1)use read range activity to read the excel file
2) then add Data column activity to add column
3)then append range activity to add column in excel
hope it help
To read Excel files from folder:
strExcelFiles [ ] = Directory.GetFiles("Folder Path","*.xlsx")
It will give you output as string array. Then use For each loop to iterate files one by one and follow the steps mentioned by @sandeep13
Sure guys…will try it and let you know…thanks
One more question
For example: look like invoice
But now i want to take table only,Don’t want balance details.How to take table from mulitple excel sheet?and finally all tables combine into a single excel sheet.
hello
you use read range activity .you can specified range like “A1-10” of excel that contain table .
Buddy,…
Cheers
Cheers
Buddy @ganesh_rajan
You can do like this buddy
Hope this would help you
Cheers
that’s great.let me try
Buddy usually append range adds to the existing range in excel where your existing range doesn;t have this column buddy
Better we can create a new sheet2 instead of sheet1 and try to use write range buddy this will work buddy
Cheers
can you send .xaml file for this?
yah sure buddy @ganesh_rajan,
Here is your xaml
adddatacolumn.xaml (7.7 KB)
Hope this would help you
Cheers
Thanks buddy
@ganesh_rajan
Kindly let know if it works or not buddy…else we can tweak a bit more on it
Cheers buddy
It’s not working actually.i tried different way.now working good… using build datatable.created successfully.
Are you in linkedin?..we can talk to there.
Thats amazing buddy. Kindly close this thread with right comment marked solution that could help others looking for idea under your topic
Cheers…Buddy @ganesh_rajan
Keep going
Yes i m there in same name buddy