jlolling commented on code in PR #600:
URL: https://github.com/apache/poi/pull/600#discussion_r1504239250


##########
poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java:
##########
@@ -1798,7 +1814,7 @@ public CellRange<? extends Cell> removeArrayFormula(Cell 
cell) {
         // corrupted .xlsx files as rows appear multiple times in the 
resulting sheetX.xml files
         // return _sh.removeArrayFormula(cell);
 
-        throw new IllegalStateException("Not Implemented");
+        throw new RuntimeException("Not Implemented");

Review Comment:
   Agree, change Exception class back



##########
poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java:
##########
@@ -1783,7 +1799,7 @@ public CellRange<? extends Cell> setArrayFormula(String 
formula, CellRangeAddres
         // corrupted .xlsx files as rows appear multiple times in the 
resulting sheetX.xml files
         // return _sh.setArrayFormula(formula, range);
 
-        throw new IllegalStateException("Not Implemented");
+        throw new RuntimeException("Not Implemented");

Review Comment:
   Agree, change Exception class back



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to