AdRiley commented on code in PR #920:
URL: https://github.com/apache/poi/pull/920#discussion_r2440424896
##########
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:
handleFmlaError and handleCellError were identical before and still are. I
can put handleFmlaError back if you prefer and move the shared code to a helper
method. (Which I guess would closer follow the existing pattern)
--
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]