summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-051-0/+5
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-042-3/+7
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-041-0/+2
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-042-2/+2
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-042-1/+7
* add test casePJ Fanning2020-07-033-48/+35
* rename classes as DeferredSXSSF instead of EmittingSXSSFPJ Fanning2020-07-034-54/+55
* add extra constructorPJ Fanning2020-06-282-2/+6
* remove some unnecessary testsPJ Fanning2020-06-281-208/+4
* [github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184PJ Fanning2020-06-2810-213/+1138
* remove some more deprecated codePJ Fanning2020-06-281-14/+0
* remove some deprecated classesPJ Fanning2020-06-273-362/+2
* remove some deprecated classesPJ Fanning2020-06-276-906/+0
* remove some deprecated classesPJ Fanning2020-06-276-646/+11
* remove some deprecated methods from CellPJ Fanning2020-06-273-48/+0
* remove some deprecated Font methods from WorkbookPJ Fanning2020-06-272-19/+10
* try to fix test compilePJ Fanning2020-06-271-3/+37
* remove some deprecated Name methods from WorkbookPJ Fanning2020-06-272-141/+0
* [bug-64561] XWPFSDTContent.getText() is empty for nested SDT elementsPJ Fanning2020-06-262-10/+24
* Add some more tests for bug 63624Dominik Stadler2020-06-151-5/+32
* try to fix broken testPJ Fanning2020-06-112-4/+3
* remove unnecessary importsPJ Fanning2020-06-111-3/+0
* [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the order...PJ Fanning2020-06-111-1/+1
* [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the order...PJ Fanning2020-06-112-28/+21
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-114-24/+109
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-049-482/+412
* [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheetsPJ Fanning2020-06-022-2/+5
* [bug-64477] prevent duplicate call to delete temporary file (SXSSF finalizer)PJ Fanning2020-05-281-1/+1
* Bug 63290: retrieve default run properties from paragraphAlain Béarez2020-05-274-1/+63
* Get rid of redundant getParentParagraphAlain Béarez2020-05-272-74/+70
* next version will be 5.0.0PJ Fanning2020-05-175-14/+14
* Fix bug 64420: NPE in XSSFReader for files with macro-sheetsDominik Stadler2020-05-162-10/+30
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-151-1/+4
* mark test code as ok to suppress forbidden-apis checkPJ Fanning2020-05-141-0/+2
* [bug-64441] add test casePJ Fanning2020-05-141-0/+31
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-063-0/+318
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-053-315/+269
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-2/+5
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-0/+3
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormattin...PJ Fanning2020-04-291-30/+27
* [github-178] Make isLatentStyle() public. This closes #178PJ Fanning2020-04-291-4/+17
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-281-31/+128
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-262-5/+9
* Fix regression introduced via Bug 60845: There are more items in CTBorder tha...Dominik Stadler2020-04-243-67/+279
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-242-5/+6
* Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t...Andreas Beeker2020-04-201-0/+2
* Sonar fixesAndreas Beeker2020-04-198-94/+69
* Fix new Name.isHidden leftoverAndreas Beeker2020-04-191-10/+16
* Add unit tests for new Name.isHidden methodNick Burch2020-04-191-0/+4
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-191-0/+10