You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2018/01/01 14:39:38 UTC

svn commit: r1819774 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java

Author: centic
Date: Mon Jan  1 14:39:38 2018
New Revision: 1819774

URL: http://svn.apache.org/viewvc?rev=1819774&view=rev
Log:
Bug 61937: Add more javadoc

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java?rev=1819774&r1=1819773&r2=1819774&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java Mon Jan  1 14:39:38 2018
@@ -511,7 +511,13 @@ public class XSSFSheetXMLHandler extends
 
       /**
        * A cell, with the given formatted value (may be null), 
-       *  and possibly a comment (may be null), was encountered */
+       * and possibly a comment (may be null), was encountered.
+       *
+       * Sheets that have missing or empty cells may result in
+       * sparse calls to <code>cell</code>. See the code in
+       * <code>src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java</code>
+       * for an example of how to handle this scenario.
+       */
       public void cell(String cellReference, String formattedValue, XSSFComment comment);
 
       /** A header or footer has been encountered */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org