Hi,
Rows are handled dynamically in my process, but column growth is unpredictable. How do you manage dynamic Excel column positioning (Column Increment) in UiPath when the schema changes at runtime?
Hi,
Rows are handled dynamically in my process, but column growth is unpredictable. How do you manage dynamic Excel column positioning (Column Increment) in UiPath when the schema changes at runtime?
Hi,
You can try this
Create a “Counter” variable inside the For Each loop so that it increments on every iteration, and then pass that value to the following exp to dynamically calculate the Excel column based on your requirement.
UiPath.Excel.Helpers.ExcelUtilities.ConvertColumnIndexToColumnLetter(Counter)
Could you please explain what you are trying to achieve and how by an example?
I was trying to do column increment.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.