Insert get strings into excel

Hello All,

I get some string value from pdf files (for each every time)
I want to insert them into excel (means result of 1pdf in one row excel)
which activity do this please

Best regards

Hi @nora_ziani ,

You could use Build Datatable Activity to prepare the Column Names before hand for the Datatable.

Next, you could populate the datatable with the PDF values using Add Data Row Activity.

You can then write this Datatable to an Excel file using Write Range Activity.

Let us know if you need further help.

1 Like

Thank you lot do you have any example please

@nora_ziani Attached is the sample workflow for ref

Example.zip (68.0 KB)

Hello just problem about the output date value (I get it as String ) and he dispplyed it like this
image
I want move it into the left

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