Get Dynamic Cell | Paste Data Dynamically |Append Range | (Excel Automation UiPath)| Scenarios | RPA

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

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

  • @khaledbinjameel9639
    @khaledbinjameel9639 3 ปีที่แล้ว +2

    What a brilliant video

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

      Thank you for the comment 😊

  • @AnilKumar-mo3pr
    @AnilKumar-mo3pr 2 ปีที่แล้ว +2

    Thanks for the video. Great way to solve the append range issue.

  • @gagansingh3481
    @gagansingh3481 11 หลายเดือนก่อน +1

    Sir if we have multiple sheets in workbook say sheet 1, sheet 2, sheet 3 ,sheet 4 ..... then how we can append

    • @MukeshKala
      @MukeshKala  11 หลายเดือนก่อน

      1. Add all the sheets Name in a List or Array.
      2. Loop the Sheets name using for each
      3. Inside the for each - add the logic to append.

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

    Brilliant

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

      Thank you Karthik

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

    how to append data in single row.
    I have DT which already have 4 columns and i want to append next 4 columns to same row (different col name) with their respective values

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

      This you need to do by taking the count of rows and columns of dataTable

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

    can you teach how to make success report of the process

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

      Hi, when we say success report - Does it mean the status of a Process run from orchestrator or the status of the transactions in a particular Run ?

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

      @@MukeshKala : sorry, I mean the status of the transaction

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

      We already have an export option available in Orchestrator. How different it would be ... I think i am not getting the requirement clearly - Why don't you write me an email - Lets discuss over there and you can send me some screenshots as well.

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

    sir how to create multiple sheets one bye one in excel file with the name which we want.

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

      Use Write Range Activity and in the Sheet Name - Provide Name of Your Choice

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

      @@MukeshKala ok

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

    Sir, what is the syntax and use of datatable variable.CLONE

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

      Clone creates a new DataTable with the same structure as the original DataTable, but does not copy any data
      To use -
      DataTable newTable = originalTable.Clone()

  • @sowmyarani6447
    @sowmyarani6447 3 ปีที่แล้ว +2

    How to get first and last column value of excel dynamically

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

      1. Take Read Column and Specify the Cell as "A1" for First Column.
      2. For the Last Column_ Read the Complete Data in DataTable - Get the Count of Columns - Convert that to an Alphabet - That would be your Last Column -
      Say total 5 Columns then (Last Column will be F1) : Where Index start with Zero in datatable
      th-cam.com/video/S-l5dbibHFw/w-d-xo.html

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

      @@MukeshKala thank you very much for the reply

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

      @@MukeshKala this video doesnot show how to get last row value dynamically from Excel I want to get only last row value data dynamically

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

      To Get the last Row -
      1. Read the Entire Data - let say you excel have 100 Records
      2.So the Datatable will have 100 Rows
      3. Take the count of Datatable using dt.rows.count ... This will give u 100
      4. Now Substract 1 from it to get the last Row..
      5. Use dt((dt.rows.count -1),0).toString : Here 0 means we are reading the last row - First Column
      6. To get the Complete row - use getRow activity and in the Row specify (dt.rows.count -1)
      How read row works - th-cam.com/video/S-l5dbibHFw/w-d-xo.html

  • @thegame9551
    @thegame9551 10 หลายเดือนก่อน +1

    Thank GOD =/\=

    • @MukeshKala
      @MukeshKala  10 หลายเดือนก่อน

      🤩