How to merge multiple excel having one or multiple sheets in a single excel? | UiPath | Anmol

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 24

  • @itumandal22
    @itumandal22 3 ปีที่แล้ว +1

    This same concept I have done in .net web app. Only diff is how easily with UiPath we can do with less coding. Thanks for sharing 👍

  • @vikrampurohit3033
    @vikrampurohit3033 2 ปีที่แล้ว

    Awesome Video

  • @jimmyv323
    @jimmyv323 2 ปีที่แล้ว +1

    How do I merge two sheets located in separate workbooks to a completely new workbook?

    • @AutomatewithAnmol
      @AutomatewithAnmol  2 ปีที่แล้ว

      Read two workbooks and store them in two datatables and then you can even opt for Merge Datatable activity.

  • @umamaheshwari9131
    @umamaheshwari9131 2 ปีที่แล้ว

    Can you please share the flow?

  • @golakondababu7105
    @golakondababu7105 3 ปีที่แล้ว

    I am confused with multiple directory. . .can you make 1 directory please

  • @Mayank-np5po
    @Mayank-np5po 3 ปีที่แล้ว

    You have shown how to read data from 2 different sheets but how we can merge and write the data into two different sheets of an output file.

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      Hi Mayank, So, you want to merge the data and then write the same data in two different sheets? or how it is?

    • @Mayank-np5po
      @Mayank-np5po 3 ปีที่แล้ว

      @@AutomatewithAnmol Yes , In all the subdirectories have 2 excel files, each of the file have 2 sheets. I am looking to merge both the excel files with respect to their respective sheets. Please suggest how it can be done.

  • @rohittiwari7019
    @rohittiwari7019 3 ปีที่แล้ว

    Hi Anmol
    How you have done Mergeddata = Extarcteddata.clone before reading excel file please tell me

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      The clone is to copy the data table structure without the data. Hope that answers your question!!

    • @rohittiwari7019
      @rohittiwari7019 3 ปีที่แล้ว

      @@AutomatewithAnmol yes I know this thing but how you can do it before
      reading input file

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      @@rohittiwari7019 Unless you do not have the structure, you can't clone it, in case you do it, i think both the datatable would be empty or may even get an error too.
      After reading the file you have the structure, column names etc., then if you clone it, it works :)
      or you can do extracteddt = new datatable in variable pane :)

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      You can refer the code uploaded here : github.com/Anmol-Yadav/TipsTricks-UiPath

  • @madhusudhan2083
    @madhusudhan2083 3 ปีที่แล้ว

    Is any other way to read excel if it exists with same column names??

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      I think, if we don't include "Add Header Option", then yes.

    • @madhusudhan2083
      @madhusudhan2083 3 ปีที่แล้ว

      @@AutomatewithAnmol okay thank you I will try

    • @madhusudhan2083
      @madhusudhan2083 3 ปีที่แล้ว

      @@AutomatewithAnmol and one more thing what us the use of parallel activity

  • @user-qf3kj7mh5m
    @user-qf3kj7mh5m 3 ปีที่แล้ว

    hi i followed ur steps the same way as u did. But getting an error on cloning part. How u assigned mergeddt = extracteddt.clone() before readrange activity. For me its throwing error

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      Hi, you need to do extracteddt = new datatable in variable pane :)

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      You can refer the code uploaded here : github.com/Anmol-Yadav/TipsTricks-UiPath

  • @goharmalik5035
    @goharmalik5035 3 ปีที่แล้ว

    HI kindly share the code also so that it can be more helpful waiting for your sooner response

    • @AutomatewithAnmol
      @AutomatewithAnmol  3 ปีที่แล้ว

      Pls access the code here : github.com/Anmol-Yadav/TipsTricks-UiPath