summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct the version number that this tag is building forREL_3_11_BETA3Nick Burch2014-11-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_11_BETA3@1637556 13f79535-47bb-0310-9956-ffa450edef68
* Tag r1637553 as 3.11-beta3Nick Burch2014-11-080-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_11_BETA3@1637554 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for releaseNick Burch2014-11-080-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637553 13f79535-47bb-0310-9956-ffa450edef68
* Test from Tim to include PropertyList in poi-ooxml-schemasNick Burch2014-11-081-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637548 13f79535-47bb-0310-9956-ffa450edef68
* Fail build if test-cases fail in OOXMLLite execution to avoid missing ↵Dominik Stadler2014-11-072-20/+50
| | | | | | included schema-classes. Also adjust how we look for test-classes so that we print out the ones that we skip with known ones excluded. Also print out skipped inner classes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637475 13f79535-47bb-0310-9956-ffa450edef68
* Slowly start to adjust places in tests where we do not properly close file ↵Dominik Stadler2014-11-071-2/+5
| | | | | | handles git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637474 13f79535-47bb-0310-9956-ffa450edef68
* Calling ping is not a good idea as it runs endlessly on some platforms, do a ↵Dominik Stadler2014-11-071-7/+53
| | | | | | Java connection test instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637370 13f79535-47bb-0310-9956-ffa450edef68
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-072-73/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637367 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-076-2/+267
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637361 13f79535-47bb-0310-9956-ffa450edef68
* another signature ubuntu jdk6 bug fix ... and offline/online handlingAndreas Beeker2014-11-073-157/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637283 13f79535-47bb-0310-9956-ffa450edef68
* Try for a more specific failure message on the assertNick Burch2014-11-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637129 13f79535-47bb-0310-9956-ffa450edef68
* another blind sha2 bug fix ...Andreas Beeker2014-11-051-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637005 13f79535-47bb-0310-9956-ffa450edef68
* Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bugAndreas Beeker2014-11-052-140/+168
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637001 13f79535-47bb-0310-9956-ffa450edef68
* github-7 - Form check box extraction with XWPFWordExtractorDominik Stadler2014-11-053-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636990 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. ↵Nick Burch2014-11-056-4/+398
| | | | | | This closes #11 from github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636857 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from ↵Nick Burch2014-11-045-2/+96
| | | | | | github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636782 13f79535-47bb-0310-9956-ffa450edef68
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-044-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636776 13f79535-47bb-0310-9956-ffa450edef68
* workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1155012Andreas Beeker2014-11-041-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636769 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ↵Nick Burch2014-11-0411-71/+92
| | | | | | Typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636755 13f79535-47bb-0310-9956-ffa450edef68
* Some more XSSF testing for #57184Nick Burch2014-11-042-9/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636750 13f79535-47bb-0310-9956-ffa450edef68
* Partial HSSF support for adding new external workbook formula references for ↵Nick Burch2014-11-047-58/+209
| | | | | | #57184 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636742 13f79535-47bb-0310-9956-ffa450edef68
* Improve BiffViewer output for SupBookRecordNick Burch2014-11-041-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636725 13f79535-47bb-0310-9956-ffa450edef68
* Fix naming, see #57185Nick Burch2014-11-042-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636707 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for bug #57176Nick Burch2014-11-042-2/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636634 13f79535-47bb-0310-9956-ffa450edef68
* More disabled unit tests relating to external workbook formula referencesNick Burch2014-11-042-4/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636626 13f79535-47bb-0310-9956-ffa450edef68
* Switch to explicit includesNick Burch2014-11-041-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636623 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 57162: Content_types.xml and .rels files had elements with wrong ↵Uwe Schindler2014-11-022-4/+4
| | | | | | namespace (the default one) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636188 13f79535-47bb-0310-9956-ffa450edef68
* Comment out work-in-progress extension to testNick Burch2014-10-301-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635542 13f79535-47bb-0310-9956-ffa450edef68
* Add missing HSSFWorkbook constructor javadocs #57166Nick Burch2014-10-302-16/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635533 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ↵Dominik Stadler2014-10-303-61/+193
| | | | | | | | to prevent invalid row/column combinations. Cover class CellRangeAddress fully in unit tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635389 13f79535-47bb-0310-9956-ffa450edef68
* excluded notesmaster.xml from rat checkAndreas Beeker2014-10-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635018 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55164 - Support for adding slide notesAndreas Beeker2014-10-298-26/+278
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635010 13f79535-47bb-0310-9956-ffa450edef68
* simplified the cropping code and changed the cropping image to a more ↵Andreas Beeker2014-10-282-30/+20
| | | | | | sophisticated one - interesting enough, it's rendered correct in POI (like in Powerpoint), but malformed in LO git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634749 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-275-37/+288
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634515 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57143 - Javadocs and throws clause for WorkbookUtilAndreas Beeker2014-10-271-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634412 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-274-18/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634410 13f79535-47bb-0310-9956-ffa450edef68
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-2515-79/+149
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634255 13f79535-47bb-0310-9956-ffa450edef68
* added ooxml-security-1.0 to the maven artifactsAndreas Beeker2014-10-253-16/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not ↵Dominik Stadler2014-10-213-108/+157
| | | | | | support optional elements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633404 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch to fix bug 56835: Unreadable content when adding multiple ↵Dominik Stadler2014-10-213-32/+44
| | | | | | comments to cell git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633397 13f79535-47bb-0310-9956-ffa450edef68
* One more change to OOXMLLite to also run all tests successfully when the ↵Dominik Stadler2014-10-211-0/+1
| | | | | | outdated xerces lib is provided git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633285 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but ↵Nick Burch2014-10-205-0/+133
| | | | | | for different reasons git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633257 13f79535-47bb-0310-9956-ffa450edef68
* Unit tests which reference XSSF must be on the ooxml part of the treeNick Burch2014-10-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633256 13f79535-47bb-0310-9956-ffa450edef68
* Escape non-ASCII characters in the unit test, so it builds properly everywhereNick Burch2014-10-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633255 13f79535-47bb-0310-9956-ffa450edef68
* xml dsign - javadoc fixesAndreas Beeker2014-10-202-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633241 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-203-1/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633215 13f79535-47bb-0310-9956-ffa450edef68
* * Make more tests work in OOXMLLite compilation by adding xml security ↵Dominik Stadler2014-10-205-30/+52
| | | | | | | | classpath and ensuring proper cleanup in some Extractor tests * Remove downloading xerces library here, we now do this in the special Jenkins job and thus can get rid of it here git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633166 13f79535-47bb-0310-9956-ffa450edef68
* * Also adjust build.xml for newer required Ant 1.8.0Dominik Stadler2014-10-202-7/+18
| | | | | | * Pass "additionaljar" to junit calls to enable us to exclude tests which we know are failing (newer XML Security stuff) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633156 13f79535-47bb-0310-9956-ffa450edef68
* When using v4 Junit style, we need to set @Test to make the test-methods ↵Dominik Stadler2014-10-201-3/+11
| | | | | | actually execute git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633154 13f79535-47bb-0310-9956-ffa450edef68
* Removed some custom classloading code, which doesn't make sense anymoreAndreas Beeker2014-10-183-28/+50
| | | | | | | Tested a few other timestamp providers limited the use of the additional libraries to xml dsign classes while running the junit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632858 13f79535-47bb-0310-9956-ffa450edef68