summaryrefslogtreecommitdiffstats
path: root/test-data/spreadsheet
Commit message (Collapse)AuthorAgeFilesLines
* moved test resources of poi to module poi-mainCédric Walter2014-04-04462-5103/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1584909 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56278 - Support loading .xlsx files with no Styles TableNick Burch2014-03-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578518 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test-file for bug 56169Dominik Stadler2014-03-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577908 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564050 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55924: Avoid errors during exporting XML if there are numeric cells ↵Dominik Stadler2014-02-031-0/+0
| | | | | | without value, also verify in tests that XML can always be parsed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564045 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564028 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564011 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor ↵Nick Burch2014-02-021-0/+0
| | | | | | header/footer support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563657 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test-file for Bug 56017Dominik Stadler2014-02-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563588 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53282 - Hyperlink with a non-breaking space throws ↵Andreas Beeker2014-02-021-0/+0
| | | | | | java.lang.IllegalStateException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563540 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563470 13f79535-47bb-0310-9956-ffa450edef68
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-0/+0
| | | | | | | - adapted relevant test-classes to Junit4 to support timeout handling - tab / space cleanup git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561435 13f79535-47bb-0310-9956-ffa450edef68
* Bug 35897 - Password protected filesAndreas Beeker2014-01-101-0/+0
| | | | | | + Junit4 modifications, needed for expected exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557281 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55850: fix NullPointerException during extraction from XSSFDominik Stadler2013-12-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1549007 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55640, added reproducer, a fix for the Exception cases and some ↵Dominik Stadler2013-12-022-0/+0
| | | | | | | | | verify-tests to ensure future changes are checked via unit tests. There might be more work pending to make grouping fully work the same way as Excel does. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1547153 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55745: fix handling of tables in XSSF if there are comments as well, ↵Dominik Stadler2013-11-281-0/+0
| | | | | | there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1546385 13f79535-47bb-0310-9956-ffa450edef68
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-072-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539850 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ↵Nick Burch2013-11-071-0/+0
| | | | | | 16 bits of data git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539837 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: fixed mirr FormulaEvalTestData.xls testsCédric Walter2013-11-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539451 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55724: implementation of Excel PERCENTILE functionCédric Walter2013-11-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539154 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55024: MIRR Formula implementation review, added error handling and ↵Cédric Walter2013-11-042-0/+0
| | | | | | FormulaEvalTest.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538795 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to ↵Cédric Walter2013-11-041-0/+0
| | | | | | FormulaEvalTestData.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538772 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use ↵Cédric Walter2013-11-041-0/+0
| | | | | | BaseNumberUtils.convertToDecimal git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538765 13f79535-47bb-0310-9956-ffa450edef68
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-0/+0
| | | | | | removed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538163 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55036: patch for missing function Dec2HExCédric Walter2013-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531395 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55057: patch for missing function Hex2DecCédric Walter2013-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531393 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55116: patch for missing function Dec2BinCédric Walter2013-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531390 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55055: patch for missing function Bin2DecCédric Walter2013-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531386 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-102-0/+0
| | | | | | | | | | | | | | | Returns the double factorial of a number: FACTDOUBLE(number) Number is the value for which to return the double factorial. If number is not an integer, it is truncated. Remarks If number is nonnumeric, FACTDOUBLE returns the #VALUE! error value. If number is negative, FACTDOUBLE returns the #NUM! error value. Has a cache for more speed of previously calculated factorial Add additional sanity check/integration test FormulaEvalTestData.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1530907 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-083-0/+0
| | | | | | Add simple spreadsheet with Excel 2003, and another with 2013 (both fresh files) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1530256 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55037: patch for missing function DELTACédric Walter2013-10-071-0/+0
| | | | | | Add missing TestDeltaFunctionsFromSpreadsheet and register Delta in AnalysisToolPak git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1529809 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug 55341Dominik Stadler2013-09-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1527397 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53798: Add fix for XmlValueDisconnectException during shifting rowsDominik Stadler2013-09-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1521012 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1517676 13f79535-47bb-0310-9956-ffa450edef68
* Tried to reproduce Bug 47090, but seems to be fixed now.Dominik Stadler2013-08-231-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516982 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-231-0/+0
| | | | | | now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516981 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-211-0/+0
| | | | | | | boundssheets themselves were adjusted, but not the corresponding records. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516313 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-162-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514847 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514834 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-162-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514830 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-162-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514824 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514812 13f79535-47bb-0310-9956-ffa450edef68
* POI-55292Tim Allison2013-07-312-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508691 13f79535-47bb-0310-9956-ffa450edef68
* testing svn commit with test doc for 55292Tim Allison2013-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508158 13f79535-47bb-0310-9956-ffa450edef68
* Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071Dominik Stadler2013-07-093-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1501263 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54084: Add testcase which reproduces the bug, no fix available yetDominik Stadler2013-06-302-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498190 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ↵Nick Burch2013-06-251-0/+0
| | | | | | affect HSSF Data Validation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496499 13f79535-47bb-0310-9956-ffa450edef68
* Patch and unit test from Tim Allen from bug #54686 - Improve how ↵Nick Burch2013-06-202-0/+374
| | | | | | DataFormatter handles fractions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494986 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()Dominik Stadler2013-06-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493686 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488811 13f79535-47bb-0310-9956-ffa450edef68