git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2017-06-20 09:52:43 +00:00
parent 1866c69754
commit c0e5fcaa98

View File

@ -449,7 +449,7 @@ public class CellReference {
/**
* Takes in a 0-based base-10 column and returns a ALPHA-26
* representation.
* eg column #3 -> D
* eg {@code convertNumToColString(3)} returns {@code "D"}
*/
public static String convertNumToColString(int col) {
// Excel counts column A as the 1st column, we