aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
* fix test issuePJ Fanning2020-07-151-1/+2
* remove some deprecated codePJ Fanning2020-07-156-116/+16
* fix test compile - some follow up neededPJ Fanning2020-07-151-3/+4
* remove some deprecated codePJ Fanning2020-07-152-22/+0
* remove some deprecated codePJ Fanning2020-07-155-168/+11
* [bug-64508] add guard for invalid v valuePJ Fanning2020-07-151-4/+7
* [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ...PJ Fanning2020-07-141-11/+3
* rename internal methodPJ Fanning2020-07-131-6/+6
* [bug-64595] SXSSF: Missing quoting of pre-evaluated string values in formula ...PJ Fanning2020-07-131-3/+3
* get TestDeferredSXSSFWorkbook to use DeferredSXSSFWorkbook in all of its testsPJ Fanning2020-07-062-24/+1
* SXSSFSheet: beware of null _writerPJ Fanning2020-07-061-1/+1
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-041-2/+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-041-1/+1
* add test casePJ Fanning2020-07-032-46/+9
* rename classes as DeferredSXSSF instead of EmittingSXSSFPJ Fanning2020-07-033-34/+35
* add extra constructorPJ Fanning2020-06-282-2/+6
* [github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184PJ Fanning2020-06-289-213/+650
* remove some more deprecated codePJ Fanning2020-06-281-14/+0
* remove some deprecated classesPJ Fanning2020-06-272-357/+0
* remove some deprecated classesPJ Fanning2020-06-276-906/+0
* remove some deprecated classesPJ Fanning2020-06-275-645/+10
* remove some deprecated methods from CellPJ Fanning2020-06-272-31/+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-261-10/+13
* try to fix broken testPJ Fanning2020-06-111-2/+3
* [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-111-6/+16
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-113-15/+15
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-047-464/+409
* [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-272-1/+5
* Get rid of redundant getParentParagraphAlain Béarez2020-05-271-7/+3
* 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-161-3/+2
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-151-1/+4
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-051-2/+5
* [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
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-261-2/+6
* Fix regression introduced via Bug 60845: There are more items in CTBorder tha...Dominik Stadler2020-04-241-9/+50
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-241-4/+4
* 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
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-191-0/+10
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-16/+10