]> source.dussan.org Git - poi.git/commit
Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may...
authorNick Burch <nick@apache.org>
Mon, 13 Dec 2010 05:39:39 +0000 (05:39 +0000)
committerNick Burch <nick@apache.org>
Mon, 13 Dec 2010 05:39:39 +0000 (05:39 +0000)
commit143cab518a1d8509d63dce39a26a87d4ae2be018
tree814dbba1dca1e37c15a2c1767083fac6a873914e
parent5ff813195543b3afc84e9bd9436665f5b055fbf4
Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045021 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
test-data/spreadsheet/NewlineInFormulas.xlsx [new file with mode: 0644]