Learn R Programming

openxlsx2 (version 1.22)

int2col: 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

Run this code
int2col(1:10)

Run the code above in your browser using DataLab