Author: onealj
Date: Tue Jun 20 09:52:43 2017
New Revision: 1799332

URL: http://svn.apache.org/viewvc?rev=1799332&view=rev
Log:
javadoc

Modified:
    poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java

Modified: poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java?rev=1799332&r1=1799331&r2=1799332&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java Tue Jun 20 
09:52:43 2017
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to