pjfanning commented on code in PR #920:
URL: https://github.com/apache/poi/pull/920#discussion_r2440431568


##########
poi-ooxml/src/main/java/org/apache/poi/xssf/binary/XSSFBSheetHandler.java:
##########
@@ -114,7 +170,7 @@ public void handleRecord(int id, byte[] data) throws 
XSSFBParseException {
                 handleFmlaNum(data);
                 break;
             case BrtFmlaError:
-                handleFmlaError(data);
+                handleCellError(data);

Review Comment:
   The PR is big already. Can this be undone?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to