aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-312-3/+3
* #58597: Add more AccessController.doPrivileged. We should fix them later!Uwe Schindler2015-11-111-12/+22
* findbugs fixesAndreas Beeker2015-11-011-1/+3
* Add a limit of the max number of characters that can be extracted to avoid se...Dominik Stadler2015-10-301-0/+31
* Bug 56957: Avoid error if Workbook with empty SharedStringTable is writtenDominik Stadler2015-10-261-0/+7
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-171-7/+31
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-123-33/+65
* sonar fixesAndreas Beeker2015-10-041-7/+5
* sonar fixesAndreas Beeker2015-09-301-8/+20
* Removed HDF APIAndreas Beeker2015-09-281-4/+6
* - a few findbugs/sonar fixesAndreas Beeker2015-09-235-183/+2
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-8/+6
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-5/+1
* Fix some Forbidden APIs errorsNick Burch2015-09-014-10/+15
* Tweak error message to make clear that we really need a file showing the problemNick Burch2015-08-241-1/+1
* * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh...Dominik Stadler2015-08-191-4/+32
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex...Dominik Stadler2015-08-111-2/+2
* Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workboo...David North2015-07-132-5/+35
* Removed Java7 callsAndreas Beeker2015-06-241-12/+0
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-234-7/+239
* Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPack...Nick Burch2015-05-033-23/+153
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-141-2/+5
* Fix inconsistent indentsNick Burch2015-03-131-56/+56
* More relation typesNick Burch2015-03-131-5/+16
* Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheetsDominik Stadler2015-03-012-2/+7
* Ensure that the core properties are there before saving them, in case they ha...Nick Burch2015-02-281-1/+3
* Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IB...Nick Burch2015-02-241-5/+1
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-091-1/+1
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-8/+2
* Include root-cause exception information when constructing ContentTypeManager...Dominik Stadler2014-11-261-2/+6
* Fix bug 57162: Content_types.xml and .rels files had elements with wrong name...Uwe Schindler2014-11-022-4/+4
* merge with trunkAndreas Beeker2014-09-173-6/+5
* sync merge to trunkAndreas Beeker2014-08-129-509/+256
|\
| * Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-129-509/+256
* | Xml signature support - version 1Andreas Beeker2014-08-103-7/+4
|/
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-1/+2
* There can be more than one linked ExternalLinks table for a workbook #56744Nick Burch2014-07-191-0/+5
* Bug 56468 - Writing a workbook more than once corrupts the fileAndreas Beeker2014-05-142-5/+6
* Correct an eclipse warning around close(), and a related bug that this identi...Nick Burch2014-04-242-0/+9
* Fix bug #56164 - Tidy up the OPC SAX setup code with a new common HelperNick Burch2014-02-193-17/+13
* Complete support for OOXML content types with parameters, including parts of ...Nick Burch2014-02-191-24/+34
* Begin to implement some of the tests and logic for content types with paramet...Nick Burch2014-02-192-23/+67
* FindBugs fixAndreas Beeker2014-02-162-1/+2
* FindBugs fixAndreas Beeker2014-02-141-0/+1
* Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalState...Andreas Beeker2014-02-021-398/+399
* javadoc fixAndreas Beeker2014-02-011-2/+2
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-312-17/+0
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-262-4/+11
* Remove unnecessary separate length, an array already has oneDominik Stadler2013-12-261-8/+1
* More JavaDoc tweaks, and suppress deprecated warnings where these are expectedNick Burch2013-11-121-4/+9