How to convert a column count integer to excel column in alphabet

E.g. Column Count: 5 is Excel column: E
E.g. Column Count: 27 is Excel column: AA

Hi @aretotaco

Welcome to UiPath community

Check out the Custom activity

Regards
Gokul

Hi,

Can you try the following expression?

UiPath.Excel.Helpers.ExcelUtilities.ConvertColumnIndexToColumnLetter(27)

image

Regards,

1 Like

Thank you for the help, my problem is solved. :slight_smile:

1 Like

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