| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 1173 | -204716/+0 |
* | try to re-enable new getBlockAt code | PJ Fanning | 2021-03-19 | 1 | -2/+2 |
* | Allow negative numbers in conditional part of format string | Dominik Stadler | 2021-03-19 | 1 | -1/+1 |
* | Enhance javadoc and coverage for IOUtils | Dominik Stadler | 2021-03-19 | 1 | -0/+18 |
* | #65192 - Allow change of EncryptionMode | Andreas Beeker | 2021-03-17 | 2 | -6/+46 |
* | Revert erroneously modified logging statement | Marius Volkhart | 2021-03-16 | 1 | -1/+1 |
* | add back some new code | PJ Fanning | 2021-03-15 | 1 | -0/+45 |
* | revert recent changes | PJ Fanning | 2021-03-15 | 1 | -68/+30 |
* | [bug-65184] revert due to integration test failures | PJ Fanning | 2021-03-14 | 1 | -15/+11 |
* | Try to fix sonar build | Andreas Beeker | 2021-03-14 | 3 | -0/+3 |
* | reformat file | PJ Fanning | 2021-03-14 | 1 | -203/+203 |
* | [bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sits | PJ Fanning | 2021-03-14 | 2 | -21/+63 |
* | Implement CONCAT function #65185 | Nick Burch | 2021-03-14 | 3 | -12/+107 |
* | [bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sits | PJ Fanning | 2021-03-13 | 1 | -153/+151 |
* | Streamline HPSF CustomProperties collection retrieval | Marius Volkhart | 2021-03-10 | 1 | -7/+5 |
* | Cleanup documentation of EscherChildAnchorRecord and EscherClientAnchorRecord | Marius Volkhart | 2021-03-09 | 2 | -4/+7 |
* | Deprecate functions that duplicate functionality | Marius Volkhart | 2021-03-01 | 4 | -5/+18 |
* | Review EscherContainerRecord#getChildRecords() call sites for unnecessary work | Marius Volkhart | 2021-03-01 | 4 | -6/+10 |
* | Add the ability to edit HSLFPictureData contents | Marius Volkhart | 2021-02-28 | 1 | -0/+4 |
* | Add documentation to EscherRecordTypes#DG_CONTAINER | Marius Volkhart | 2021-02-28 | 1 | -0/+6 |
* | Replace magic constant use of Escher Blip Start type ID with reference | Marius Volkhart | 2021-02-27 | 1 | -1/+1 |
* | Fix bug with record indexes for HSSF Workbooks | Marius Volkhart | 2021-02-27 | 2 | -2/+3 |
* | missing ooxml-schemas-lite classes | PJ Fanning | 2021-02-24 | 1 | -1/+1 |
* | Use upcoming XmlBeans 5.0.0 (working version 4.0.1) | Andreas Beeker | 2021-02-22 | 1 | -15/+22 |
* | [bug-63046] Use Log4j 2 for logging | Marius Volkhart | 2021-02-21 | 84 | -1555/+767 |
* | try re-eanbling xml entity config | PJ Fanning | 2021-02-21 | 1 | -1/+1 |
* | FinanceLib: Simplify code and add a few more tests | Dominik Stadler | 2021-02-18 | 1 | -27/+14 |
* | Code cleanup AbstractEscherHolderRecord | Marius Volkhart | 2021-02-17 | 1 | -21/+21 |
* | Documentation for some EscherRecordTypes | Marius Volkhart | 2021-02-17 | 1 | -0/+17 |
* | Add documentation for DrawingGroupRecord | Marius Volkhart | 2021-02-17 | 1 | -1/+9 |
* | Fix inconsistent logging statement | Marius Volkhart | 2021-02-01 | 1 | -1/+1 |
* | Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightly | Dominik Stadler | 2021-01-30 | 1 | -8/+6 |
* | Sonar fixes | Andreas Beeker | 2021-01-23 | 1 | -8/+10 |
* | [github-215] Improve Performance of OperandResolver#parseDouble. Thanks to Ro... | PJ Fanning | 2021-01-18 | 1 | -4/+4 |
* | Sonar fixes | Andreas Beeker | 2021-01-17 | 110 | -371/+375 |
* | #65046 - Simplify integration tests | Andreas Beeker | 2021-01-15 | 1 | -3/+5 |
* | Properly close file handles in extractors and when handling password-protecte... | Dominik Stadler | 2021-01-07 | 3 | -1/+34 |
* | Improve EmptyFileException when the file actually does not exist at all | Dominik Stadler | 2021-01-07 | 1 | -1/+3 |
* | Include file-name in EmptyFileException | Dominik Stadler | 2021-01-06 | 5 | -7/+10 |
* | Try to avoid error "Start point cannot equalendpoint" | Dominik Stadler | 2021-01-06 | 1 | -1/+3 |
* | Slightly adjust error message if requested allocations are too big | Dominik Stadler | 2021-01-06 | 1 | -4/+6 |
* | Bug 64132: Fix regression introduced by changing factories | Dominik Stadler | 2021-01-04 | 3 | -8/+8 |
* | Apply some IDE suggestions and fix some JavaDoc | Dominik Stadler | 2021-01-01 | 2 | -11/+14 |
* | workaround "Width (0) and height (0) cannot be <= 0" error while rendering te... | Andreas Beeker | 2020-12-30 | 1 | -1/+1 |
* | Bug 64986: Support missing or blank match_type for function Match | Dominik Stadler | 2020-12-30 | 3 | -6/+13 |
* | Adjust some JavaDoc | Dominik Stadler | 2020-12-29 | 6 | -21/+17 |
* | Improve the speed of the styles-optimiser when there are many styles in a Wor... | Dominik Stadler | 2020-12-29 | 1 | -28/+36 |
* | Sonar fixes | Andreas Beeker | 2020-12-26 | 26 | -110/+123 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 3 | -74/+8 |
* | [github-198] Remove jdk.charset module dependency for spreadsheets generation... | PJ Fanning | 2020-12-19 | 3 | -505/+0 |