From website to excel write range

Hi, i wanna get text from website and write it to excel range. im new with this program. what sould i do

@Emre_Kaya

  1. Open Browser
  2. Get Text
  3. Excel Application Scope
    • Write Cell (for the extracted text) mention range (“A1”)

Hi @Emre_Kaya ,
Welcome to forum
Have a lot of way to get text from website to paste to excel
you can use getText activity and write cell to excel

But you can share your photo a bout input and expect result to clear your requirement

My way


Regards,
LNV

Use get text activity inside use browser/application
Use the write cell activity to write it into excel sheet

Regards,

Hi @Emre_Kaya

If you want to write the extracted value to the specified cell in the excel. You can use the Write cell workbook activity to write the data to the cell.
image

If you are using the excel activities use the Write cell activity.
image

You can specify the range of the excel in the range field in the activity.

Hope it helps!!

i want to write more than one text to excel with in order. i have a specific number for a job. when i enter a different number, the text that i want to copy to excel is changing. so what i want to do is creating a system that copies the texts in order. to excel. it will write it to one cell then after write the next text to next cell. like it write to a1. next a2. next a3.

@Emre_Kaya


use the autoincrement row option it will write your texts in different rows a1,a2,a3 and so on

check out the xaml
Sequence4.xaml (15.2 KB)

Regards,

1 Like

in my program i dont haev use excel file. and i have write cell but there is no aouto increment row button


Capture

Manage packages and install UiPath.excel activities
You will get install button

Regards

thank you all i made it!

1 Like

@Emre_Kaya
If my solution has helped you kindly mark as solution

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.