aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can ↵Dominik Stadler2015-10-144-68/+272
| | | | | | still lock a file even if the Channel was closed properly. Use reflection as DirectBuffer is in package sun.com and thus likely to go away with Java 9. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708609 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58341: fix some edge cases in the DStar functionDominik Stadler2015-10-142-45/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708606 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest commons-codec-1.10 and commons-logging-1.2, use the ↵Dominik Stadler2015-10-134-15/+16
| | | | | | properties for these libs everywhere in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixesAndreas Beeker2015-10-122-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708265 13f79535-47bb-0310-9956-ffa450edef68
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-1217-947/+1175
| | | | | | - sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708236 13f79535-47bb-0310-9956-ffa450edef68
* Retry which measures duration a few times to see if that reduces the number ↵Dominik Stadler2015-10-081-8/+23
| | | | | | of failures caused by this test sometimes when CI machines are loaded. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707488 13f79535-47bb-0310-9956-ffa450edef68
* Update the XSSF EventModel example, to show how to do it better using the ↵Nick Burch2015-10-072-263/+83
| | | | | | SheetContentsHandler helper that does most of the work for you git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707326 13f79535-47bb-0310-9956-ffa450edef68
* Exclude visio xsd from rat checkDustin Spicuzza2015-10-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707292 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58048: Add visio schemas to the OOXML jarDustin Spicuzza2015-10-074-5/+861
| | | | | | - Bumped OOXML jar version also git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707177 13f79535-47bb-0310-9956-ffa450edef68
* fix forbidden apis issue and make non-static as decimalformat is not thread-safeAndreas Beeker2015-10-061-16/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707166 13f79535-47bb-0310-9956-ffa450edef68
* Ant build: Use correct AntTask as reported by forbidden-apis-check, Print ↵Dominik Stadler2015-10-061-1/+2
| | | | | | out which documentation directory is looked at in -check-docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707055 13f79535-47bb-0310-9956-ffa450edef68
* Format numbers more like Excel doesDavid North2015-10-064-37/+158
| | | | | | | | Thanks to Chris Boyle for the patch https://bz.apache.org/bugzilla/show_bug.cgi?id=58471 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706971 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes and closing resources after useAndreas Beeker2015-10-0616-260/+239
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706937 13f79535-47bb-0310-9956-ffa450edef68
* Clean up a bit and move some comments into descriptions for the benefit of ↵David North2015-10-051-11/+5
| | | | | | ant -p git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706822 13f79535-47bb-0310-9956-ffa450edef68
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466David North2015-10-053-131/+192
| | | | | | | | ColumnHelper now preserves information on multiple changes to the same group, hopefully while preserving the faster implementation intended by the original patch. NB changes to TestXSSFSheet: the behaviour of column group collapsing/expanding is now closer to what Excel does than before. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706789 13f79535-47bb-0310-9956-ffa450edef68
* Update my key with additional sigs from NickDavid North2015-10-051-148/+228
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706757 13f79535-47bb-0310-9956-ffa450edef68
* As discussed at ApacheCon: Try to automatically find test-data in unit ↵Dominik Stadler2015-10-051-2/+6
| | | | | | tests, this makes it easier to get going in Eclipse or other IDEs. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706752 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warningsDominik Stadler2015-10-052-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706750 13f79535-47bb-0310-9956-ffa450edef68
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-0516-530/+841
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706742 13f79535-47bb-0310-9956-ffa450edef68
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-054-273/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706741 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete classesAndreas Beeker2015-10-055-5962/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706740 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a problem with save-and-load of conditional formattings (CFHeader12 ↵Andreas Beeker2015-10-053-6/+14
| | | | | | wasn't added to conditional formattings, rgb value wasn't saved in extended color) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706739 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-10-0413-111/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706648 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55032: Fix handling missing option values in financial functions PV, FV, ↵Dominik Stadler2015-10-012-4/+52
| | | | | | NPER and PMT git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706254 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-3027-104/+153
| | | | | | Very interesting was the exception swallowing in PackagePropertiesPart. When it was properly thrown, it already led to various errors in the junits test - I've fixed the handling for at least the ones which are in our test set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706169 13f79535-47bb-0310-9956-ffa450edef68
* Update forbidden-api checks to new release 2.0Dominik Stadler2015-09-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706151 13f79535-47bb-0310-9956-ffa450edef68
* Verify that bug 51998 is actually fixed since some time already.Dominik Stadler2015-09-292-23/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705855 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50319: Make row groups which include row 0 workDominik Stadler2015-09-292-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705844 13f79535-47bb-0310-9956-ffa450edef68
* Tried to reproduce bug 48403 but couldn't, still adding the related unit testDominik Stadler2015-09-291-3/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705830 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-299-63/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705814 13f79535-47bb-0310-9956-ffa450edef68
* Add test which shows that bug 46515 is fixed since some time already.Dominik Stadler2015-09-292-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705807 13f79535-47bb-0310-9956-ffa450edef68
* Verify that bug 45541 can be resolved, add some more checks in XSLFFileHandlerDominik Stadler2015-09-292-3/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705804 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-28111-397/+490
| | | | | | Sonar fixes - remove pubic/static/final modifier from interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705789 13f79535-47bb-0310-9956-ffa450edef68
* Removed HDF APIAndreas Beeker2015-09-2899-25520/+401
| | | | | | Sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705779 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2015-09-2714-54/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705587 13f79535-47bb-0310-9956-ffa450edef68
* POI 3.13 site updatesAndreas Beeker2015-09-271-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705577 13f79535-47bb-0310-9956-ffa450edef68
* fixed some wrong nightly assumptions ... (Note to myself, don't rely on ant ↵Andreas Beeker2015-09-244-16/+15
| | | | | | automatic file change detection, but run ant clean before ...) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704999 13f79535-47bb-0310-9956-ffa450edef68
* - a few findbugs/sonar fixesAndreas Beeker2015-09-2323-302/+202
| | | | | | - removed obsolete openxml4j signature classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704964 13f79535-47bb-0310-9956-ffa450edef68
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ↵David North2015-09-233-4/+16
| | | | | | | | there are none, rather than an exception. Tests for this. https://bz.apache.org/bugzilla/show_bug.cgi?id=58350 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704839 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each ↵Dominik Stadler2015-09-228-5/+39
| | | | | | usage, we had some unit tests failing sporadically due to this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704710 13f79535-47bb-0310-9956-ffa450edef68
* unpin externalsAndreas Beeker2015-09-210-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704435 13f79535-47bb-0310-9956-ffa450edef68
* 3.13 Final RC preparationAndreas Beeker2015-09-210-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704431 13f79535-47bb-0310-9956-ffa450edef68
* 3.13 Final RC preparationAndreas Beeker2015-09-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704429 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc warningsNick Burch2015-09-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704393 13f79535-47bb-0310-9956-ffa450edef68
* removed common sl pathAndreas Beeker2015-09-211-298/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704207 13f79535-47bb-0310-9956-ffa450edef68
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2149-269/+1193
| | | | | | | | | - moved SlideShowFactory to Common SL - changed get/setAnchor to Rectangle instead of Rectangle2D - Fixed some Common SL generic definitions - picture dimensions are now in points and an additional method exists for pixels git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704206 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58333: Apply patch to verify behavior on row-index before and after the ↵Dominik Stadler2015-09-204-1/+42
| | | | | | limits set by the specification git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704186 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58332: Adjust implementation of dev-util 'MemoryUsage' to print out ↵Dominik Stadler2015-09-201-10/+30
| | | | | | information if limits are reached instead of OOM git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704182 13f79535-47bb-0310-9956-ffa450edef68
* Added web of trust to kiwiwings entryAndreas Beeker2015-09-201-30/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704144 13f79535-47bb-0310-9956-ffa450edef68
* close resources in junit testsAndreas Beeker2015-09-206-677/+809
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704124 13f79535-47bb-0310-9956-ffa450edef68