Hi Team,
Can anyone help me with this I am getting blank row after each row.
Please correct the xaml. file…
Thanks,TextToExcel.zip (3.0 KB)
Hi Team,
Can anyone help me with this I am getting blank row after each row.
Please correct the xaml. file…
Thanks,TextToExcel.zip (3.0 KB)
A couple ways to fix it, but the least work would be to change your String split to add the RemoveEmptyEntries string split option. So your assign would be strArray = strSource.Split(Environment.NewLine.ToCharArray(),StringSplitOptions.RemoveEmptyEntries)
Hi Team,
Can anyone help me with this I am getting blank row after each row.
Please correct the xaml. file…
Thanks,TextToExcel.zip (3.0 KB)
I answered this here as well - Issue with the output of the workflow - #2 by Dave
I merged duplicated topics