javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1866c69754
commit
c0e5fcaa98
@ -449,7 +449,7 @@ public class CellReference {
|
|||||||
/**
|
/**
|
||||||
* Takes in a 0-based base-10 column and returns a ALPHA-26
|
* Takes in a 0-based base-10 column and returns a ALPHA-26
|
||||||
* representation.
|
* representation.
|
||||||
* eg column #3 -> D
|
* eg {@code convertNumToColString(3)} returns {@code "D"}
|
||||||
*/
|
*/
|
||||||
public static String convertNumToColString(int col) {
|
public static String convertNumToColString(int col) {
|
||||||
// Excel counts column A as the 1st column, we
|
// Excel counts column A as the 1st column, we
|
||||||
|
Loading…
Reference in New Issue
Block a user