Write array of string values to excel cell

Hi Everyone,

I have an array of string values in assign activity.

How can I write the array of String values to Excel

@dutta.marina

If you want in sinfle cell then already you are converting to string write it usign ewrite cell

if you want in multiple columsn then use add data row and add the array in item array

if you want in multiple rows then loop it and add row for each value inside loop

cheers

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