summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-211-1/+1
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-202-1/+49
* Bug 60810: Check for duplicate relation-names for notes similar to the fix fo...Dominik Stadler2017-03-191-0/+26
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-1732-154/+276
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-1625-42/+2421
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-101-4/+2
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-082-29/+52
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in...Tim Allison2017-03-081-9/+47
* #60662 - Slide import delete unrecognized elements in group shapeAndreas Beeker2017-02-181-28/+55
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-173-19/+49
* Ugh, that's what I get for copying someone else's code without fully reviewin...Greg Woolsey2017-02-141-1/+1
* Expose another common property, strikeout.Greg Woolsey2017-02-141-0/+13
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-133-2/+101
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-123-30/+48
* #60715 - Blank layout was not foundAndreas Beeker2017-02-111-35/+53
* Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return ...Javen O'Neal2017-02-081-5/+0
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-08109-16744/+16744
* bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc...Javen O'Neal2017-02-081-5/+10
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0810-137/+315
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-082-177/+22
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-263-14/+20
* remove unused importsJaven O'Neal2017-01-201-2/+0
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-201-4/+0
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-202-110/+67
* bug 60601: unset hyperlinks after removing them individually from the DOMJaven O'Neal2017-01-191-4/+5
* bug 60601: hyperlinks have to be removed one by one to avoid other errorsJaven O'Neal2017-01-191-1/+12
* bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed...Javen O'Neal2017-01-191-0/+3
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-12/+28
* #60586 - Support embedding OLE1.0 package in XSSF / SS CommonAndreas Beeker2017-01-155-17/+219
* bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's get...Tim Allison2017-01-131-0/+10
* SonarQube fixesAndreas Beeker2017-01-089-246/+342
* SonarQube fixesAndreas Beeker2017-01-074-39/+34
* SonarQube fixesAndreas Beeker2017-01-062-40/+21
* SonarQube fixesAndreas Beeker2017-01-051-3/+3
* revert accidental commits in r1777435Javen O'Neal2017-01-051-2/+1
* junit3 -> junit4Javen O'Neal2017-01-051-1/+2
* EmbeddedExtractor (for *SSF) - added OOXML supportAndreas Beeker2017-01-051-28/+74
* SonarQube fixesAndreas Beeker2017-01-042-101/+95
* Fix poor XPath performance when importing XSSF from XMLDavid North2017-01-031-7/+4
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-012-4/+4
* use last file extension if multiple extensions; close opened stream; extract ...Javen O'Neal2017-01-011-18/+34
* fix content-type handling in *SSF-EmbeddedExtractorAndreas Beeker2017-01-011-1/+9
* #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildA...Andreas Beeker2016-12-311-3/+42
* #60519 - Extractor for *SSF embeddingsAndreas Beeker2016-12-316-16/+862
* #60520 - Provide *SSF functionality via Common SSAndreas Beeker2016-12-318-44/+76
* fix forbidden-apis-check errorAndreas Beeker2016-12-311-1/+1
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2016-12-311-11/+18
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-301-2/+5
* Fix some compilation warningsDominik Stadler2016-12-302-53/+54
* Add test provided via bug 60536 for bug 60526, remove some warningsDominik Stadler2016-12-301-4/+4