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

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Project Scenarios - Excel Automation Series
    This playlist will be dedicated to the videos demonstrating the real world project scenarios that we face during automation on Excel. We will try to see how we can address the same.
    This video Demonstrates -
    ⦿ Append Range Activity in UiPath
    ⦿ How do we Paste a Data to a Sheet where Data is starting from A1
    ⦿ How do we get the Dynamic Cell in the Excel
    ⦿ How do we Write the Data to Sheet where Data is Not starting from the Cell A1.
    ------------------------------------------------------------------------------
    Official Documentation Link -
    docs.uipath.co...
    ------------------------------------------------------------------------------
    Reference Video Demonstrating
    1. How to Read Excel in UiPath
    2. What are the different ways to Read Excel in Uipath
    3. Difference between Excel and WorkBook Activities
    Link - • Read Excel in UiPath |...
    ------------------------------------------------------------------------------
    Reference Video Demonstrating
    1. How to Write Data in Excel in UiPath
    2. What are the different ways to Write Data in Excel in Uipath
    3. Difference between Excel and WorkBook Write Range
    4. How to Write Data With or Without Formats
    Link - • Write Range in Excel U...
    -----------------------------------------------------------------------------
    Playlist for all Excel Project Scenarios Link
    • Playlist
    ------------------------------------------------------------------------------
    Playlist for all Excel Automation Activities and their usage
    • Excel Automation Series
    ------------------------------------------------------------------------------
    Other Videos in the Series
    • Refresh Multiple Pivot...
    Refresh Multiple Pivots in Excel
    Refresh Pivots with the Help of Send Hotkey
    Refresh Pivots with the Help of UI Automation
    • Invoke VBA | Create E...
    Create VBA File in Excel
    Edit VBA File in Excel
    Debug VBA File in Excel
    Refresh Multiple Pivots with the Help of Invoke VBA Activity UiPath
    • Get Dynamic Cell | Pas...
    Append Range Activity in UiPath
    How do we Paste a Data to a Sheet where Data is starting from A1
    How do we get the Dynamic Cell in the Excel
    How do we Write the Data to Sheet where Data is Not starting from the Cell A1.
    • Split CSV Data to Mult...
    Read CSV Activity in UiPath
    How do we use the Data from CSV into an Excel
    Split the Data from the CSV File to Different Sheets in Excel
    Write Data in Different Sheets.
    • Invoke Code vs Invoke ...
    How do we use the Invoke Code Activity in UiPath
    How Invoke Code is Different from Invoke VBA
    Write Code to Delete Sheet with the help of Invoke VBA
    Address the below Issues of Assembly Reference Error
    Cannot find the interop type that matches the embedded type 'Microsoft.Office.Interop.Excel.Application'. Are you missing an assembly reference
    -------------------------------------------------------------------------------
    #Project #Excel #UiPath #Automation #UiPathCommunity

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

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

    What a brilliant video

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

      Thank you for the comment 😊

  • @gagansingh3481
    @gagansingh3481 7 หลายเดือนก่อน +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  7 หลายเดือนก่อน

      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.

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

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

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

    Thank GOD =/\=

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

      🤩

  • @veehamoolky4894
    @veehamoolky4894 ปีที่แล้ว +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  ปีที่แล้ว

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

  • @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

  • @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()

  • @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.

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

    Brilliant

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

      Thank you Karthik