Преглед на файлове

rearrange JavaDocs to match constructor ordering

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751197 13f79535-47bb-0310-9956-ffa450edef68
pull/33/head
Javen O'Neal преди 8 години
родител
ревизия
9208fc384e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      src/java/org/apache/poi/ss/SpreadsheetVersion.java

+ 2
- 2
src/java/org/apache/poi/ss/SpreadsheetVersion.java Целия файл

/** /**
* Excel97 format aka BIFF8 * Excel97 format aka BIFF8
* <ul> * <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 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>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 conditional format conditions on a cell is 3</li>
* <li>Number of cell styles is 4000</li> * <li>Number of cell styles is 4000</li>
* Excel2007 * Excel2007
* *
* <ul> * <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 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>The maximum number of arguments to a function is 255</li>
* <li>Number of conditional format conditions on a cell is unlimited * <li>Number of conditional format conditions on a cell is unlimited
* (actually limited by available memory in Excel)</li> * (actually limited by available memory in Excel)</li>

Loading…
Отказ
Запис