Cell Address Generator is a lightweight utility component for OutSystems that simplifies working with Excel cell references and addresses programmatically.
When generating or manipulating Excel files dynamically, developers often need to convert row and column indexes into Excel-compatible references such as A1, AX5, AA10, or ranges like E2:E100. This component provides reusable actions to perform these conversions without requiring custom logic in every application.
1 ? A
26 ? Z
27 ? AA
50 ? AX
703 ? AAA
(Row=1, Column=1) ? A1
(Row=5, Column=50) ? AX5
(Row=10, Column=27) ? AA10
AX5
AX
5