mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df3fdc03e9
commit
74528521a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue