int2col: Convert integer to spreadsheet column

View source: R/converters.R

int2colR Documentation

Convert integer to spreadsheet column

Description

Converts an integer to a spreadsheet column in A1 notation. 1 is "A", 2 is "B", ..., 26 is "Z" and 27 is "AA".

Usage

int2col(x)

Arguments

x

A numeric vector.

Examples

int2col(1:10)

openxlsx2 documentation built on Jan. 16, 2026, 5:06 p.m.