summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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 licenseGreg Woolsey2017-02-141-0/+17
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-134-2/+219
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-123-30/+48
* #60715 - Blank layout was not foundAndreas Beeker2017-02-112-36/+60
* Unit test comment for possible future expansionNick Burch2017-02-091-0/+6
* bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerti...Javen O'Neal2017-02-081-3/+6
* bug 59030: convert to junit4; whitespaceJaven O'Neal2017-02-081-16/+21
* 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-08158-25389/+25389
* bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc...Javen O'Neal2017-02-082-17/+48
* +svn:eol-style nativeJaven O'Neal2017-02-081-24/+24
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0818-183/+376
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-084-274/+129
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-263-14/+20
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-231-18/+26
* 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: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to w...Javen O'Neal2017-01-191-1/+4
* 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 in testsAndreas Beeker2017-01-166-64/+97
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-1511-110/+229
* remove test outputAndreas Beeker2017-01-151-5/+0
* Java9 fix - resource not foundAndreas Beeker2017-01-151-11/+8
* #60586 - Support embedding OLE1.0 package in XSSF / SS CommonAndreas Beeker2017-01-156-17/+344
* bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's get...Tim Allison2017-01-131-0/+10
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-122-4/+39
* SonarQube fixesAndreas Beeker2017-01-0810-253/+354
* 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-052-57/+13
* junit3 -> junit4Javen O'Neal2017-01-052-13/+57
* EmbeddedExtractor (for *SSF) - added OOXML supportAndreas Beeker2017-01-051-28/+74
* relax timeout on performance testAndreas Beeker2017-01-041-1/+1
* SonarQube fixesAndreas Beeker2017-01-043-102/+98
* Fix poor XPath performance when importing XSSF from XMLDavid North2017-01-032-10/+16
* refactor duplicated code in TestXSSFSheet#setColumnGroupCollapsed; remove unn...Javen O'Neal2017-01-031-198/+156
* convert TestColumnHelper from junit3 to junit4Javen O'Neal2017-01-021-5/+26
* assertEquals(false, ...) -> assertFalse(...)Javen O'Neal2017-01-021-88/+88
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-012-4/+4
* md5hash should not fail silentlyJaven O'Neal2017-01-011-1/+1
* 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-312-93/+194
* #60519 - Extractor for *SSF embeddingsAndreas Beeker2016-12-317-16/+977