summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Test from Tim to include PropertyList in poi-ooxml-schemasNick Burch2014-11-081-0/+19
* Fail build if test-cases fail in OOXMLLite execution to avoid missing include...Dominik Stadler2014-11-071-19/+48
* Slowly start to adjust places in tests where we do not properly close file ha...Dominik Stadler2014-11-071-2/+5
* Calling ping is not a good idea as it runs endlessly on some platforms, do a ...Dominik Stadler2014-11-071-7/+53
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-072-73/+53
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-075-2/+267
* another signature ubuntu jdk6 bug fix ... and offline/online handlingAndreas Beeker2014-11-073-157/+183
* Try for a more specific failure message on the assertNick Burch2014-11-061-1/+1
* another blind sha2 bug fix ...Andreas Beeker2014-11-051-1/+9
* Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bugAndreas Beeker2014-11-052-140/+168
* github-7 - Form check box extraction with XWPFWordExtractorDominik Stadler2014-11-052-31/+31
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-056-4/+398
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-045-2/+96
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-043-0/+10
* workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1155012Andreas Beeker2014-11-041-0/+28
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-0411-71/+92
* Some more XSSF testing for #57184Nick Burch2014-11-042-9/+27
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-047-58/+209
* Improve BiffViewer output for SupBookRecordNick Burch2014-11-041-6/+10
* Fix naming, see #57185Nick Burch2014-11-042-6/+6
* Add unit test for bug #57176Nick Burch2014-11-041-2/+45
* More disabled unit tests relating to external workbook formula referencesNick Burch2014-11-042-4/+34
* Switch to explicit includesNick Burch2014-11-041-1/+16
* Fix bug 57162: Content_types.xml and .rels files had elements with wrong name...Uwe Schindler2014-11-022-4/+4
* Comment out work-in-progress extension to testNick Burch2014-10-301-1/+2
* Add missing HSSFWorkbook constructor javadocs #57166Nick Burch2014-10-302-16/+58
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ...Dominik Stadler2014-10-303-61/+193
* Bug 55164 - Support for adding slide notesAndreas Beeker2014-10-298-26/+278
* simplified the cropping code and changed the cropping image to a more sophist...Andreas Beeker2014-10-281-30/+20
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-275-37/+288
* Bug 57143 - Javadocs and throws clause for WorkbookUtilAndreas Beeker2014-10-271-0/+10
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-273-18/+115
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-2515-79/+149
* Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not suppor...Dominik Stadler2014-10-212-108/+157
* Apply patch to fix bug 56835: Unreadable content when adding multiple comment...Dominik Stadler2014-10-213-32/+44
* Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but f...Nick Burch2014-10-202-0/+133
* Unit tests which reference XSSF must be on the ooxml part of the treeNick Burch2014-10-201-0/+0
* Escape non-ASCII characters in the unit test, so it builds properly everywhereNick Burch2014-10-201-2/+2
* xml dsign - javadoc fixesAndreas Beeker2014-10-201-3/+3
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-203-1/+115
* * Make more tests work in OOXMLLite compilation by adding xml security classp...Dominik Stadler2014-10-204-21/+50
* * Also adjust build.xml for newer required Ant 1.8.0Dominik Stadler2014-10-201-4/+9
* When using v4 Junit style, we need to set @Test to make the test-methods actu...Dominik Stadler2014-10-201-3/+11
* Removed some custom classloading code, which doesn't make sense anymoreAndreas Beeker2014-10-182-25/+22
* Finish unit tests for stackoverflow #26437323 - POI works fine already!Nick Burch2014-10-181-6/+100
* Start on unit tests for the problem reported in stackoverflow post 26437323Nick Burch2014-10-181-0/+52
* Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu...Nick Burch2014-10-182-118/+127
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-182-0/+102
* Seems we have slow connection on the Apache Jenkins instance. Thus allow one ...Dominik Stadler2014-10-171-48/+70
* Bug 56836 - XML signature supportAndreas Beeker2014-10-161-1/+1