]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorJaven O'Neal <onealj@apache.org>
Tue, 20 Jun 2017 09:52:43 +0000 (09:52 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 20 Jun 2017 09:52:43 +0000 (09:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799332 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/util/CellReference.java

index 6c36d942ba3fae5536b90cc632961deec3e2d087..707842903267e2c4b741609ee19f86368ea7f4e4 100644 (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