https://bz.apache.org/bugzilla/show_bug.cgi?id=67784

--- Comment #2 from Tim Allison <talli...@apache.org> ---
In XSSFSheetXMLHandler in 5.2.3, there was a check before overwriting
nextDataType:

                    if (this.nextDataType ==
XSSFSheetXMLHandler.xssfDataType.NUMBER) {
                        this.nextDataType =
XSSFSheetXMLHandler.xssfDataType.FORMULA;
                    }

In 5.2.4, that check is gone, and the nextDataType is set to FORMULA and the
containing type (at the cell level) is overwritten.

                        <c r="A1" s="1" t="b">
                                <f aca="false">(2 &gt; 5)</f>
                                <v>0</v>
                        </c>

This change came in here:
https://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java?r1=1897331&r2=1905575

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to