Using Excel Column Name - Get All Values | Read Row | Read Column | Excel Automation | UiPath | RPA

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024
  • Excel Automation Series -
    This Video Demonstrates -
    1. How to use Read Row in #UiPath
    2. How to use Read Column in #UiPath
    3.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

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

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

    This was very helpful, thank you.

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

      Thank You for the Comment .

  • @kapilRaj-gx5qw
    @kapilRaj-gx5qw 16 วันที่ผ่านมา +1

    Nice information sir ❤

    • @MukeshKala
      @MukeshKala  15 วันที่ผ่านมา

      Thanks and welcome

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

    Instead of doing this way, I used the Lookup activity to find the required column reference value. And I used that as starting point for the Read Column activity. And it worked just fine.

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

      Absolutely - You are Correct - There can be multiple ways to deal with a problem Statement.

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

    perfect explanation. very much like your teaching techniq

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

    Thanks. it was very helpful

  • @smritisingh2843
    @smritisingh2843 11 หลายเดือนก่อน +2

    Sir why I'm getting exception
    Source::write line
    (Object refresh not set to an instance of an object.)
    Exception type__ system.NullRefrenceEXception

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

      It Simply means that the value you are printing in the writeline is NULL

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

      Thank you😊😊

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

    Excellent

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

    Hi Mukesh, thanks for your tutorial, it was very helpful. I have a question, how if the char is AA, what type of variable should we use? Thank you

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

      Thank you for the comment , if you are very much sure it’s going to be AA - we use string , otherwise we can use generic which later can be converted to string

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

    if i have an excel contains name,age,status(complete or error are elements used in status) and i only need the datas which has status as complete to write to another excel please replay.what are the activities and steps i need to follow

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

      Step 1 : Read the Excel using Excel Application scope
      2. Take a Read Range activity and specify the sheet name and the Range
      3. Step 2 will output you a DataTable day Dt
      4. Use Activity called Filter datatable - Specify the filter Criteria
      5. Step 4 will output a Datable say outputdt
      6. Use write range and Write the Outputdt to new excel

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

    Thanks for this video

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

      Glad it was helpful ☺️

  • @AbhishekSharma-xt9er
    @AbhishekSharma-xt9er ปีที่แล้ว +1

    How Manoj my column is far right i.e., 65+28 which using ASIC code gives [ .How can I fetch from column greater than 26 in number any help will be much appreciated

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

      forum.uipath.com/t/convert-integer-to-excel-column/148078/11

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

    Sir I have a question that how to get specific row from excel and write it in another excel in uipath..please give me steps I am unable to do that..
    I have 10 rows I want get each row means A2-H2 , A3-H3 and so on...and i want to add this each row in seperate excel file in seperate sheet...
    Means A2-H2 in sheet1....A3-H3 in sheet2 like that..
    So please sir tell me how I can get each row.....

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

      Hi,
      1. Read the complete Data in a Datatable say dt_Input
      2. Use a Filter DataTable activity and Filter accordingly- A2-H2 , A3-H3
      3. Output of the Step 2 would be a Datatable
      4. Now use write range activity to write it to data back to new Excel.

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

      @@MukeshKala ok sir..I will try

  • @arvindsingh-mw2uy
    @arvindsingh-mw2uy 3 ปีที่แล้ว +1

    Superb :) More n more expectation from you :)

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

      Cheers 👍 , Thank you ☺️

  • @조환기-b5e
    @조환기-b5e 3 ปีที่แล้ว +1

    Thanks for your demonstration.
    This is very helpful. But if we can use variable instead of hard coding(like typing "Sales"), it will be more helpful.
    I am looking forward to your reply. Thank you again.

    • @조환기-b5e
      @조환기-b5e 3 ปีที่แล้ว +1

      I figured out a way.

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

      Hi,
      We can use a variable or argument of string type that can be passed to the workflow and used.
      If you feel the variable needs update on frequent basis - The same can be kept in a configuration file.
      Happy Automation !

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

    Why are we adding 65 in the assign value for strCell? even when i tried adding 65 its showing the exact column name.

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

      Good Question - So the ASCII Value of 'A' is 65 - Have 65+9 = 74 and 74 would correspond to 'J'

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

    hi, "error opening workbook. if excel is installed, run the 'Repair tool for microsoft office interop" from the tools tab on the home screen. give me a solution for this" pls

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

      forum.uipath.com/t/error-opening-workbook-make-sure-excel-is-installed-any-idea/132790
      Have a look at this thread ..

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

    how we sum more than 2 column thanks

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

      1. Use Excel Application Scope to open the Excel file.
      2. Use Read Range to read the data into a DataTable.
      3. Add Data Column to create a new column for the sum.
      4. Use For Each Row to iterate through the DataTable.
      5. Inside For Each Row, use Assign to calculate and store the sum in the "Total Sum" column.
      6. Use Write Range to save the updated DataTable back to the Excel file.

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

    i want to get that excel sheet how will i get it?

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

      Hey 🙋‍♂️ , Thank you for reaching out …... I have uploaded all the materials to my newly created Website……. 🌎 Website : mukeshkala.com 🔴Go to : Download >> Select the Video >> Download . 🙂 Please let me know if you got the Files and revert If you face any problem . ….. 😇 Would Appreciate your feedback on the website as well

    • @farjanaanjum2635
      @farjanaanjum2635 ปีที่แล้ว

      @@MukeshKala you are damn supportive appreciated

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

    how can i print entire column on message box or write line ?

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

      Hi ,
      We have an activity in UiPath Called Output DataTable - this activity takes DataTable as Input and return String as output.
      Now ,you can read the entire Column in a dataTable and then use this activity ..

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

    why are we using cast function here ?any other option?

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

      We have to search for "Sales" in the Row, Hence We are converting Rows to Array of String ... Since all the Items would be string Hence Casting to String.

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

      To get cell char why we are adding +65

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

      The ASCII value of A starts with 65

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

      @@MukeshKala thank you and great explanation.please provide me the excel details to practice

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

      I have uploaded all the materials to my newly created Website…….
      🌎 Website : mukeshkala.com 🔴Go to : Download >> Select the Video >> Download .
      🙂 Please let me know if you got the Files and revert If you face any problem . …..
      😇 Would Appreciate your feedback on the website as well

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

    How can we delete multiple columns in excel using column name

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

      Hi,
      The UiPath Activity Insert/Delete Columns expects the Number so that won't directly here - Here is a video showing Insert/Delete Column Activity
      th-cam.com/video/Q9KZ7uuULAk/w-d-xo.html
      For Your Case -
      You can Read the Entire Data in DataTable and Then use a Filter DataTable Activity - Keep/ Remove only the Columns Required. .

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

    Why don't you explain the breakpoint? Action? Please keep clarifying the small details 🙏

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

      Yes , I am planning for an entire debugging series -

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

    I got lost in this tutorial 😔but anyway you are doing a great effort

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

    how can i input data from excel to SAP, but the data in excel is around 200 rows, i want to paste the 200 row data in SAP at a time. how is this possible? need help on this. i need some activity like copy to clipboard.. or how can i pass 3 hotkeys so that i can select the column values in excel..Please help on this

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

      1. Read the data from excel - you will get dataTable
      2. Use output dataTable Activity to convert the dataTable to text
      3. Use set to clipboard and pass the text
      4. Open SAP
      5. Use send hotkeys Ctrl V