| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug 58760: non-standard namespace-key breaks parsing XLSX files | Dominik Stadler | 2015-12-31 | 2 | -3/+3 |
* | #58597: Add more AccessController.doPrivileged. We should fix them later! | Uwe Schindler | 2015-11-11 | 1 | -12/+22 |
* | findbugs fixes | Andreas Beeker | 2015-11-01 | 1 | -1/+3 |
* | Add a limit of the max number of characters that can be extracted to avoid se... | Dominik Stadler | 2015-10-30 | 1 | -0/+31 |
* | Bug 56957: Avoid error if Workbook with empty SharedStringTable is written | Dominik Stadler | 2015-10-26 | 1 | -0/+7 |
* | Bug 58499: Don't report Zip-Bomb for small files which should not cause memor... | Dominik Stadler | 2015-10-17 | 1 | -7/+31 |
* | - removed deprecated and confusing methods in XSSFColor | Andreas Beeker | 2015-10-12 | 3 | -33/+65 |
* | sonar fixes | Andreas Beeker | 2015-10-04 | 1 | -7/+5 |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 1 | -8/+20 |
* | Removed HDF API | Andreas Beeker | 2015-09-28 | 1 | -4/+6 |
* | - a few findbugs/sonar fixes | Andreas Beeker | 2015-09-23 | 5 | -183/+2 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -8/+6 |
* | Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall... | Dominik Stadler | 2015-09-03 | 1 | -5/+1 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 4 | -10/+15 |
* | Tweak error message to make clear that we really need a file showing the problem | Nick Burch | 2015-08-24 | 1 | -1/+1 |
* | * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh... | Dominik Stadler | 2015-08-19 | 1 | -4/+32 |
* | Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex... | Dominik Stadler | 2015-08-11 | 1 | -2/+2 |
* | Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workboo... | David North | 2015-07-13 | 2 | -5/+35 |
* | Removed Java7 calls | Andreas Beeker | 2015-06-24 | 1 | -12/+0 |
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docs | Andreas Beeker | 2015-06-23 | 4 | -7/+239 |
* | Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPack... | Nick Burch | 2015-05-03 | 3 | -23/+153 |
* | Remove some findbugs warnings about missing close of streams, use existing IO... | Dominik Stadler | 2015-03-14 | 1 | -2/+5 |
* | Fix inconsistent indents | Nick Burch | 2015-03-13 | 1 | -56/+56 |
* | More relation types | Nick Burch | 2015-03-13 | 1 | -5/+16 |
* | Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets | Dominik Stadler | 2015-03-01 | 2 | -2/+7 |
* | Ensure that the core properties are there before saving them, in case they ha... | Nick Burch | 2015-02-28 | 1 | -1/+3 |
* | Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IB... | Nick Burch | 2015-02-24 | 1 | -5/+1 |
* | Fix Eclipse warnings, provide better error message and adjust javadoc slightly | Dominik Stadler | 2015-01-09 | 1 | -1/+1 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 1 | -8/+2 |
* | Include root-cause exception information when constructing ContentTypeManager... | Dominik Stadler | 2014-11-26 | 1 | -2/+6 |
* | Fix bug 57162: Content_types.xml and .rels files had elements with wrong name... | Uwe Schindler | 2014-11-02 | 2 | -4/+4 |
* | merge with trunk | Andreas Beeker | 2014-09-17 | 3 | -6/+5 |
* | sync merge to trunk | Andreas Beeker | 2014-08-12 | 9 | -509/+256 |
|\ |
|
| * | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 9 | -509/+256 |
* | | Xml signature support - version 1 | Andreas Beeker | 2014-08-10 | 3 | -7/+4 |
|/ |
|
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 1 | -1/+2 |
* | There can be more than one linked ExternalLinks table for a workbook #56744 | Nick Burch | 2014-07-19 | 1 | -0/+5 |
* | Bug 56468 - Writing a workbook more than once corrupts the file | Andreas Beeker | 2014-05-14 | 2 | -5/+6 |
* | Correct an eclipse warning around close(), and a related bug that this identi... | Nick Burch | 2014-04-24 | 2 | -0/+9 |
* | Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper | Nick Burch | 2014-02-19 | 3 | -17/+13 |
* | Complete support for OOXML content types with parameters, including parts of ... | Nick Burch | 2014-02-19 | 1 | -24/+34 |
* | Begin to implement some of the tests and logic for content types with paramet... | Nick Burch | 2014-02-19 | 2 | -23/+67 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 2 | -1/+2 |
* | FindBugs fix | Andreas Beeker | 2014-02-14 | 1 | -0/+1 |
* | Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalState... | Andreas Beeker | 2014-02-02 | 1 | -398/+399 |
* | javadoc fix | Andreas Beeker | 2014-02-01 | 1 | -2/+2 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 2 | -17/+0 |
* | Bug 51158: clear out Memory-based part before writing to it, | Dominik Stadler | 2013-12-26 | 2 | -4/+11 |
* | Remove unnecessary separate length, an array already has one | Dominik Stadler | 2013-12-26 | 1 | -8/+1 |
* | More JavaDoc tweaks, and suppress deprecated warnings where these are expected | Nick Burch | 2013-11-12 | 1 | -4/+9 |