How to add text to excel-Invoke method

Hi
I need to add text to excel . This text is generated several times.
same text has to be tracked to excel.
Is Invoke method is best? If so what must be method name?

[quote=“KarthikBallary, post:1, topic:189243”]
need to add text to excel . This text is generated several times.
[/quote]is it like we will be adding it specific cell or to a row
@KarthikBallary

@KarthikBallary

Use Read Text File activity to read data from text file and then pass it to Generate DataTable activity. It will convert String to DataTable and then use Write Range activity and pass that DataTable to write into Excel file.

to a row. when first text is generated to first row, second to second and so on

1 Like

txt is read from UI. Is der any invoke method other than this

Fine I got it partially like
If it means a row is that to a single column or multiple column in the row
If possible can I have an example of how the input comes and how it would be
Cheers @KarthikBallary

Ok let me explain with an example
When u enter ur details and click on submit - your aadhar number is generated(example)
This aadhar number and ur name must be tracked to excel: columns: Name AADHAR
This has to happen for each user(all users)