Uipath Marketplace ! BalaReva Word Activities

Thanks got it working

1 Like

Hi @balupad14
I am using add Header Footer from activity of your’s, my header/footer will be dynamic with some HTML formatting(like Bold, etc), when I pass HTML content in the activity(‘insert Header footer’), it does not convert it to HTML content, please can you help with this, also, please may I know how can I add page numbers using your activity?

Thanks.

1 Like

Hi,
If you share a sample, It would be very useful to investigate,

About page number, The new version that I am going to submit in UiPath Market Place. It has the page number activity. (I will send you the package before submitting.)

Thank you
Balamurugan.s

It works! However I have problems when my intention is to only insert footer, but it also removed the header on odd pages.

Here you can see that how to convert (save) word file to pdf file.

Here is the sample.

SavePdf.zip (327.6 KB)

Thank you
Balamurugan.S

Is there a way to do this for each table without me writing the indexes?

1 Like

Hello, I followed your Copy word table to excel, to solve the HRESULT: error, but when i need to define in AutoFit Columns, the Column range, i get the error "Argument ‘ColumnsRange’: ; expected Not all code paths return a value in lambda expression of type ‘func’

in Columns range panel i wrote {“A:K”} for reference, and i use a different word document than the one in your tutorial if that information is of any help.

Does running this tutorial in C# rather than VB cause this issue?

Hi @balupad14 ,

#balarevaactivities

I tried using the Word table extraction xaml with my sample PDF and getting below error. Could you please advice as I am stuck here for quite sometime.
Attached is the sample PDF file I am using.
Sample.docx (14.8 KB)

Regards,
Raja

Hi @Rajasekhar ,

I saw the document. where you pointed the things are not table. if is a table. it will the “table design” in the top menu. below i have shown the sample

This is table

This is not a table. No table design in the top menu…

Regards
Balamurugan.S

Hi @balupad14 ,

Thanks a lot for your reply .

Understood but when I tried using Get table count activity under balareva activities it was giving me the correct count as 3 tables.

Please note I have used the same sample.

Could you please advice me on how to proceed on this as I am stuck with my automation due to this .Else if you can share any alternate solution which will help on this issue would be appreciated.

Regards,
Raja

Hi Bala,

I’m using your activity package in an automation to copy an excel table and paste it into word, but when it is pasted into word where the point is in the excel spreadsheet it becomes a comma in the word document. How can I solve this problem?


why cannot install this package? because this package seems will help my issue

1 Like

Great question. Does anyone know how to do this, please?

1 Like

Hi All,
Just wait for 1 week… You will have compatibility version.

Regards
Balamurugan.S

Hello,
I am running into an issue of the BalaReva Word Application Scope not being able to read a file passed from a variable. Since the bot will read different file names extracted from email attachments, they will be different each time. However, I am getting a System.Runtime.InteropServicesCOMExeception: Sorry we couldn’t find your file error when I run it this way vs hardcoding the file value in. Any suggestions?