UiPath Go ! BalaReva EasyExcel Activities

Thank you @Marcelo_Vina

2 Likes

Hi,
I have developed the new activity in the package of BalaReva EasyExcel Activities. It is called “Paste Clipboard” . It paste data from the clipboard . That means you can copy the data anywhere(SAP,text editors and etc…)

image

Thank you
Balamurugan.S

3 Likes

Hi,
I have developed the new activity in the package of BalaReva EasyExcel.Activities .It is called “Copy ToClipboard” .It copies the excel data to the clipboard. (The BalaReva.Excel.Activities have the same activity called “CopyData”)

Sample : ExcelCopyPaste.zip (26.4 KB)

Thank you
Balamurugan.S

4 Likes

Hi,

A situation to find and replace the text inside the Excel. For that purpose, I have developed some activities below.

Find - Find the text inside the sheet. It will return the cell info as an array string and row indexes.

FindReplace - Find and replace the text inside the Excel sheet.

image

Regards
Balamurugan.S

6 Likes

Hi ,
I have developed 2 new activities.

  • Find LastColumn that to find the last column Index and Column Name of the sheet .
  • Find LastRow that to find the last row of the sheet and it returns the row index.

Find LastColumn’s Properties :

image

Find LastRow Properties :
image

Note :

If the sheet name is empty , It will take the first sheet name .

Here is the video demonstration.

Regards
Balamurugan.S

6 Likes

Hi ,
I have developed new activity called “Cell Font” in the version 5.0.0 . In this activity that can able to change the below things inside excel sheet.

  • Font Name
  • Font Size
  • Font Style { None,Regular,Bold,Italic,Underline}
  • Font Color - System.Drawing.Color
  • Font UnderLine { None,Double,Double Accounting,Single,Single Accounting }
  • Strikethrough { None,Yes,No}
  • Font Script { None, Superscript,Subscript }

Namespace

Properties :

Before Sheet :

After Sheet :

If the Sheet is empty , It will take the first sheet.
If the Cell Range is empty , It will take the used range.

This activity will do what it has in the below.

Regards
Balamurugan.S

7 Likes

I have developed a new activity called “Get TableName”. It retrieves table name from the excel sheet. It returns it as List string.

Excel

Namespace :

Design Screen :

5 Likes

Good work bro @balupad14 :clap::clap:

Many people are looking for this and it will helps a lot to them.

2 Likes

Thank you @lakshman… I am do many things like you people giving the appreciation and support.

Thank you
Balamurugan.S

5 Likes

Hi ,
I have developed a new activity to delete the contiguous rows in side excel sheet in the package version 6.0.0. You can get the package Here.

Important Property :

Row Range : { “1”,“3:5”,“11”,“20:35” }

Namespace :

Activity and Properties :

image

Regards
Balamurugan.S

3 Likes

I have developed a new activity to delete column . To delete the contiguous Columns in side excel sheet in the package version 6.0.0. You can get the package Here .

Important Property :

Columns Range : { “C:C”,“D:F”,“G:G”,“K:O” }

Namespace :

Activity and Properties :

Note :
Let me if you have any errors.
I would be happy to get more suggestions and feedback (Possibly likes ).

Regards
Balamurugan.S

2 Likes

Hi ,
I have added new feature in Find activity that will show distinct Row indexes in the version 6.1.0.

Thank you
Balamurugan.S

3 Likes

I am using ur activity, it is like magic, thank you so much

2 Likes

HI @Saranyajk,
Thank you…

3 Likes

Hello! Can you help me, please?
When i ty Extract Hyperlink from range M3:M2000 i get a error: “Extract HyperLinks: Bad Index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))”
What can I do to avoid this error?
Thanks.

2 Likes

Hi @Foertsch,

Thank you for you valuable feedback.I had chance to test in various type.Yes it has bug. I have fixed it. you get he package here Version 7.1.0 .

Here i have attached sample for your. But the package is configure in local so. after open the project , configure the package from your local.

Foertsch.zip (47.0 KB)

Thank you
Balamurugan.S

3 Likes

Thanks, it’s works!
Can i ask one question, please… about VBA (hyperlink extractor).
Some links contain a " #" character, and when you try to extract a hyperlink from such a link, only the text before the “#” character displayed. For example, if i try exctract hyperlink from a link "htttp:\example.link.com#com\exampletextetc: i extract only "htttp:\example.link.com".
Maybe you know how to solve this problem, or tell me which direction to go (I understand this is a feature of Excel, but is it possible to fix it?).
Big Thanks.

2 Likes

Hi @Foertsch,

you can get the hyperlink like below.

Split(strValue,“#com”)(0)

Regards
Balamurugan.S

3 Likes

I’m sorry, I made a mistake in writing the example link. The link looks like this: “htttp:\example.link.com#com\exampletextetc”. That is the sharp part of the link. Without it, link is not functional.
Up to this point, I extracted hyperlinks with using a VBA macro. I used this command in the macro: Hyperlinks(1).Address But the problem is that when extracting a link where the address contains the " # " character, only the part of the link that precedes the "# " character is extracted.
I faced with this problem when using Your activities. And I thought maybe you can tell me what to do in this situation, since links with this symbol are not extracted completely.
If you try extcract hyperlink (for example: htttp:\example.com#com\exampletext), you will see the link text exactly up to the "# " character (htttp:\example.com).
Thanks you for answer.

3 Likes

Hi @Foertsch,

Can you attach the sample xl file.

Regards
Balamurugan.S

4 Likes