| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-05 | 1 | -0/+5 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 2 | -3/+7 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 1 | -0/+2 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 2 | -2/+2 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 2 | -1/+7 |
* | add test case | PJ Fanning | 2020-07-03 | 3 | -48/+35 |
* | rename classes as DeferredSXSSF instead of EmittingSXSSF | PJ Fanning | 2020-07-03 | 4 | -54/+55 |
* | add extra constructor | PJ Fanning | 2020-06-28 | 2 | -2/+6 |
* | remove some unnecessary tests | PJ Fanning | 2020-06-28 | 1 | -208/+4 |
* | [github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184 | PJ Fanning | 2020-06-28 | 10 | -213/+1138 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 1 | -14/+0 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 3 | -362/+2 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 6 | -906/+0 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 6 | -646/+11 |
* | remove some deprecated methods from Cell | PJ Fanning | 2020-06-27 | 3 | -48/+0 |
* | remove some deprecated Font methods from Workbook | PJ Fanning | 2020-06-27 | 2 | -19/+10 |
* | try to fix test compile | PJ Fanning | 2020-06-27 | 1 | -3/+37 |
* | remove some deprecated Name methods from Workbook | PJ Fanning | 2020-06-27 | 2 | -141/+0 |
* | [bug-64561] XWPFSDTContent.getText() is empty for nested SDT elements | PJ Fanning | 2020-06-26 | 2 | -10/+24 |
* | Add some more tests for bug 63624 | Dominik Stadler | 2020-06-15 | 1 | -5/+32 |
* | try to fix broken test | PJ Fanning | 2020-06-11 | 2 | -4/+3 |
* | remove unnecessary imports | PJ Fanning | 2020-06-11 | 1 | -3/+0 |
* | [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the order... | PJ Fanning | 2020-06-11 | 1 | -1/+1 |
* | [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the order... | PJ Fanning | 2020-06-11 | 2 | -28/+21 |
* | 64512 - Ole10Native aka embedded / object packager - handle UTF16 variants | Andreas Beeker | 2020-06-11 | 4 | -24/+109 |
* | 63290 - PPTX To Png changes font sizes and colors | Andreas Beeker | 2020-06-04 | 9 | -482/+412 |
* | [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheets | PJ Fanning | 2020-06-02 | 2 | -2/+5 |
* | [bug-64477] prevent duplicate call to delete temporary file (SXSSF finalizer) | PJ Fanning | 2020-05-28 | 1 | -1/+1 |
* | Bug 63290: retrieve default run properties from paragraph | Alain Béarez | 2020-05-27 | 4 | -1/+63 |
* | Get rid of redundant getParentParagraph | Alain Béarez | 2020-05-27 | 2 | -74/+70 |
* | next version will be 5.0.0 | PJ Fanning | 2020-05-17 | 5 | -14/+14 |
* | Fix bug 64420: NPE in XSSFReader for files with macro-sheets | Dominik Stadler | 2020-05-16 | 2 | -10/+30 |
* | [bug-64441] synchronize code that initialises WorkbookFactory | PJ Fanning | 2020-05-15 | 1 | -1/+4 |
* | mark test code as ok to suppress forbidden-apis check | PJ Fanning | 2020-05-14 | 1 | -0/+2 |
* | [bug-64441] add test case | PJ Fanning | 2020-05-14 | 1 | -0/+31 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-05-06 | 3 | -0/+318 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-05-05 | 3 | -315/+269 |
* | [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting. | PJ Fanning | 2020-04-29 | 1 | -2/+5 |
* | [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting. | PJ Fanning | 2020-04-29 | 1 | -0/+3 |
* | [github-176] Remove limit on number of rules in XSSFSheetConditionalFormattin... | PJ Fanning | 2020-04-29 | 1 | -30/+27 |
* | [github-178] Make isLatentStyle() public. This closes #178 | PJ Fanning | 2020-04-29 | 1 | -4/+17 |
* | #64387 - Big POIFS stream result in OOM | Andreas Beeker | 2020-04-28 | 1 | -31/+128 |
* | Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin... | Dominik Stadler | 2020-04-26 | 2 | -5/+9 |
* | Fix regression introduced via Bug 60845: There are more items in CTBorder tha... | Dominik Stadler | 2020-04-24 | 3 | -67/+279 |
* | Fix some IDE warnings, remove usage of deprecated methods | Dominik Stadler | 2020-04-24 | 2 | -5/+6 |
* | Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t... | Andreas Beeker | 2020-04-20 | 1 | -0/+2 |
* | Sonar fixes | Andreas Beeker | 2020-04-19 | 8 | -94/+69 |
* | Fix new Name.isHidden leftover | Andreas Beeker | 2020-04-19 | 1 | -10/+16 |
* | Add unit tests for new Name.isHidden method | Nick Burch | 2020-04-19 | 1 | -0/+4 |
* | Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not | Nick Burch | 2020-04-19 | 1 | -0/+10 |