]> source.dussan.org Git - poi.git/commitdiff
rearrange JavaDocs to match constructor ordering
authorJaven O'Neal <onealj@apache.org>
Mon, 4 Jul 2016 02:58:38 +0000 (02:58 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 4 Jul 2016 02:58:38 +0000 (02:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751197 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/SpreadsheetVersion.java

index 45594d3c263e0e824e795cc4a41a95526375c760..200175d04b9a78e24d70b629a6cb9fc5f1e69e8e 100644 (file)
@@ -28,8 +28,8 @@ public enum SpreadsheetVersion {
     /**
      * Excel97 format aka BIFF8
      * <ul>
-     * <li>The total number of available columns is 256 (2^8)</li>
      * <li>The total number of available rows is 64k (2^16)</li>
+     * <li>The total number of available columns is 256 (2^8)</li>
      * <li>The maximum number of arguments to a function is 30</li>
      * <li>Number of conditional format conditions on a cell is 3</li>
      * <li>Number of cell styles is 4000</li>
@@ -42,8 +42,8 @@ public enum SpreadsheetVersion {
      * Excel2007
      *
      * <ul>
-     * <li>The total number of available columns is 16K (2^14)</li>
      * <li>The total number of available rows is 1M (2^20)</li>
+     * <li>The total number of available columns is 16K (2^14)</li>
      * <li>The maximum number of arguments to a function is 255</li>
      * <li>Number of conditional format conditions on a cell is unlimited
      * (actually limited by available memory in Excel)</li>