aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
...
* Undo a toString() removal for a case where it is actually necessary.Dominik Stadler2014-04-011-3/+3
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-315-12/+12
* Bug 56114: Add testcase to verify that the flag is correctly stored in the XLSDominik Stadler2014-03-151-0/+132
* Adjust for JDK 8 where an empty locale is added to the array returned by Date...Dominik Stadler2014-03-081-0/+6
* Enhance test to print out more information, it seems to fail on Apache Jenkin...Dominik Stadler2014-03-081-38/+49
* Zero length code page fix has been committed, so this file can once again be ...Nick Burch2014-02-201-3/+1
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ...Nick Burch2014-02-161-0/+23
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as i...Dominik Stadler2014-02-163-228/+174
* Fix unit test which failed after new corrupted file was added.Dominik Stadler2014-02-161-17/+30
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ...Dominik Stadler2014-02-153-3/+19
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-142-55/+115
* FindBugs fixAndreas Beeker2014-02-092-84/+118
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-013-39/+106
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-262-160/+244
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-231-0/+66
* Added license headersAndreas Beeker2014-01-188-0/+128
* Bug 35897 - Password protected filesAndreas Beeker2014-01-106-319/+470
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-012-0/+53
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-22/+20
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-302-126/+0
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-262-36/+47
* Fix some Eclipse warnings in ReaderWriterDominik Stadler2013-12-261-7/+10
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-251-2/+7
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-243-214/+0
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-241-1/+2
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,...Nick Burch2013-11-121-1/+1
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-071-42/+71
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ...Nick Burch2013-11-071-0/+9
* Bug 55724: implementation of excel percentile function, added unit testCédric Walter2013-11-061-0/+112
* Bug 55024: MIRR Formula implementation review, added error handling and Formu...Cédric Walter2013-11-041-0/+162
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F...Cédric Walter2013-11-042-18/+18
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe...Cédric Walter2013-11-042-0/+123
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-0/+50
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-311-0/+17
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-302-1/+71
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-275-39/+68
* Add reproducer tests for Bug 53515, disabled as we do not fix any of theDominik Stadler2013-10-261-3/+3
* Add a number of tests for the dev-tools. The tests iterate over all .xlsDominik Stadler2013-10-257-0/+332
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-132-6/+111
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-131-4/+62
* Bug 55036: fixed red build (Dec2Hex)Cédric Walter2013-10-121-3/+2
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-101-0/+40
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-101-0/+30
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-082-0/+61
* Bug 55037: patch for missing function DELTACédric Walter2013-10-071-0/+13
* Apply patch from bug 55341Dominik Stadler2013-09-291-4/+48
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-111-1/+16
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-094-32/+18
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-0/+1
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-231-0/+11