UiPath Read Excel Data where sheet names are Dynamic Get Workbook Sheet | Get Workbook Sheets | RPA

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Excel Automation Series -
    This Video Demonstrates -
    1. How to use Get Workbook Sheet in UiPath
    2. How to use Get Workbook Sheets in UiPath
    3. Difference between Get Workbook Sheet and Get Workbook Sheets
    4.Scenarios and Usage
    #UiPath #Excel #Automation #UiPathCommunity #RPA
    Links to Refer
    docs.uipath.co...
    docs.uipath.co...
    docs.uipath.co...
    All Excel Related Videos -
    • Read Excel in UiPath |...
    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
    • Write Range in Excel U...
    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
    • Delete Range in Excel ...
    1. How to Select Range in Excel in UiPath
    2. How to Delete Range in Excel in UiPath
    3. Options While Deleting Range.
    • Copy Paste Range / Val...
    1. How to Copy Paste Range in Excel in UiPath
    2. How to Copy Entire Sheet in Excel.
    3. Copy Paste Only Values or formulas or Cell Formats or Number Formats.
    • Insert/Remove Rows - E...
    1. How to Insert/remove Rows from Excel
    2. How to Insert /Remove Columns from Excel.
    3.Insert/ Remove at specified position
    • Read Cell | Read Cell ...
    1. How to Read Cell value in Excel in UiPath
    2. How to Read Cell value with Formula in UiPath
    3. Write Cell in Excel Uipath
    • UiPath Read Excel Data...
    1. How to use Get Workbook Sheet in UiPath
    2. How to use Get Workbook Sheets in UiPath
    3. Difference between Get Workbook Sheet and Get Workbook Sheets
    4.Scenarios and Usage
    • Using Excel Column Nam...
    1. How to use Read Row in #UiPath
    2. How to use Read Column in #UiPath
    3.Scenarios and Usage
    • Execute Macro in UiPat...
    1. What is Macro
    2. Create Macro in Excel
    3. Execute Macro in Excel Uipath
    4. Scenarios and Usage
    • Create Pivot Table | R...
    1. How to create Pivots in Excel
    2. How do we Refresh Existing pivots in Excel
    3. Scenarios and Usage
    • Create Table in UiPath...
    1. What are Tables in Excel
    2. Why do we need Tables in Excel
    3. Create Table in Excel with Uipath Studio
    3. Filter Existing Table in UiPath Studio
    • Get Table Range | Ins...
    1. Get Table Range in Excel
    2. Insert Column in Excel Table
    3. Delete Column in Excel Table
    • LookUp Range in Excel ...
    1. LookUp Range in Excel - UiPath
    2. Auto Fill Range in Excel - UiPath
    3. Remove Duplicates Range in Excel - UiPath
    #mukeshkala #Excel #UiPath #UiPathCommunity

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

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

    Hi, what happens if there are multiple sheets to store in different datatables? Thanks

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

      Hi ,
      In the Read Range Property - We have option to specify the SheetName and the DataTable Name . Hence Iwe can take 2 Read Range Activities ...
      In 1st One Read Sheet1 and store in Datatable DT1 ,
      In Second Read range, read the Sheet2 and store in Datatable DT2

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

      @@MukeshKala Hi, in my case, I used Get workbook sheets activity. Somehow I kept getting the same result inside the datatables.

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

      Get workbook sheets will return us a List
      (A list of strings) containing all the sheet names in a workbook.
      Next, we have to apply a for each loop on the List , make sure that you change the Index to get the new sheetName ....
      In the video I am printing the sheet names ... So in your case ,
      1. inside the foreach
      2. use a read range activity
      3. in the SheetName of read Range .. Write Sheet (The Object From the For Each)

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

      @@MukeshKala Hi, do you mean I would need to manually write each sheet name into my read range? Or can I program uipath to do it?

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

      Drop me a note on mailmukeshkala@gmail.com , I will share the xaml to you ...

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

    Watched it again to understand get workbook sheets. It is very much helpful. Thanks again

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

    Thanks. very nicely explained both Get Workbook Sheet & Get Workbook Sheets

  • @lifeofsayali6177
    @lifeofsayali6177 8 หลายเดือนก่อน +1

    Not able to find this activity in Uipath version 2023.12.0. Please advise

    • @MukeshKala
      @MukeshKala  8 หลายเดือนก่อน +1

      docs.uipath.com/activities/other/latest/productivity/excel-get-workbook-sheets

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

    What if we use in read range workbook activity

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

      WorkBook activity also requires the sheetName to read the data - in the situation discussed in video where the sheetName keep changing - we would not have the sheet name to be passed to workbook read range
      I

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

    Thanks Sir, very clear explanation! Is there a quick way to get the current active worksheet’s index? Say different users may move the required worksheet anywhere in a workbook.

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

      Hi, Thank you for your Comment ... To get the current sheet name - we can always use an Macro
      Here is a link for reference.
      forum.uipath.com/t/get-active-sheet-name/13160

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

    Thankyou for this video

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

      My pleasure 😊

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

    Hi, suppose there are multiple sheets in the excel and I have to read only specific sheets how to do that

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

      Hey !
      What is the criteria for those specific sheets , Some Condition would be there to read Correct sat Sheet 1 ,3, 5 Etc. or Sheet with Name A,B, C - What is your Condition ?
      Same Logic we will apply on the get workbook List Output.

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

      For example there are sheets 1,2,3,4,5 within, I want to read data for sheet 2,3,4 and append to another excel which has same sheets

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

      Use the getWorkbook sheets ....this will give you list of string say liststr having the sheets name ....
      Now to access sheet 2 , I write liststr(1). tostring in the sheetname of write range as index start from zero..
      Similarly for sheet 4 I write liststr(3). tostring in the sheetname of read range ..

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

      Thank you Sir