| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 60881 -- strip out system.set props for local test. | Tim Allison | 2017-03-21 | 1 | -1/+1 |
* | 60879 -- figure out if we can support old beta xlsb or throw exception. For ... | Tim Allison | 2017-03-20 | 2 | -1/+49 |
* | Bug 60810: Check for duplicate relation-names for notes similar to the fix fo... | Dominik Stadler | 2017-03-19 | 1 | -0/+26 |
* | 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! | Tim Allison | 2017-03-17 | 32 | -154/+276 |
* | 60826 -- add initial support for streaming reading of xlsb files. | Tim Allison | 2017-03-16 | 25 | -42/+2421 |
* | Remove unused import, IntelliJ warnings, duplicated code, improve some except... | Dominik Stadler | 2017-03-10 | 1 | -4/+2 |
* | 51519 -- follow on, make concatenation of rPh configurable | Tim Allison | 2017-03-08 | 2 | -29/+52 |
* | 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in... | Tim Allison | 2017-03-08 | 1 | -9/+47 |
* | #60662 - Slide import delete unrecognized elements in group shape | Andreas Beeker | 2017-02-18 | 1 | -28/+55 |
* | bug 59893: commit the changes from attachment 34068 that were unrelated to av... | Javen O'Neal | 2017-02-17 | 3 | -19/+49 |
* | Ugh, that's what I get for copying someone else's code without fully reviewin... | Greg Woolsey | 2017-02-14 | 1 | -1/+1 |
* | Expose another common property, strikeout. | Greg Woolsey | 2017-02-14 | 1 | -0/+13 |
* | Add evaluation of data validation rules and conditional formatting | Greg Woolsey | 2017-02-13 | 3 | -2/+101 |
* | #60625 - Rendering issue with background and shape overlayed by image | Andreas Beeker | 2017-02-12 | 3 | -30/+48 |
* | #60715 - Blank layout was not found | Andreas Beeker | 2017-02-11 | 1 | -35/+53 |
* | Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return ... | Javen O'Neal | 2017-02-08 | 1 | -5/+0 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 109 | -16744/+16744 |
* | bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc... | Javen O'Neal | 2017-02-08 | 1 | -5/+10 |
* | #60625 - Rendering issue with background and shape overlayed by image | Andreas Beeker | 2017-02-08 | 10 | -137/+315 |
* | #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream | Andreas Beeker | 2017-02-08 | 2 | -177/+22 |
* | IntelliJ warnings, Javadoc, Formatting | Dominik Stadler | 2017-01-26 | 3 | -14/+20 |
* | remove unused imports | Javen O'Neal | 2017-01-20 | 1 | -2/+0 |
* | bug 60605: remove code for enforcing rule that active sheet cannot be hidden | Javen O'Neal | 2017-01-20 | 1 | -4/+0 |
* | bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum | Javen O'Neal | 2017-01-20 | 2 | -110/+67 |
* | bug 60601: unset hyperlinks after removing them individually from the DOM | Javen O'Neal | 2017-01-19 | 1 | -4/+5 |
* | bug 60601: hyperlinks have to be removed one by one to avoid other errors | Javen O'Neal | 2017-01-19 | 1 | -1/+12 |
* | bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed... | Javen O'Neal | 2017-01-19 | 1 | -0/+3 |
* | fix eclipse warnings - close resources / type generics | Andreas Beeker | 2017-01-15 | 1 | -12/+28 |
* | #60586 - Support embedding OLE1.0 package in XSSF / SS Common | Andreas Beeker | 2017-01-15 | 5 | -17/+219 |
* | bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's get... | Tim Allison | 2017-01-13 | 1 | -0/+10 |
* | SonarQube fixes | Andreas Beeker | 2017-01-08 | 9 | -246/+342 |
* | SonarQube fixes | Andreas Beeker | 2017-01-07 | 4 | -39/+34 |
* | SonarQube fixes | Andreas Beeker | 2017-01-06 | 2 | -40/+21 |
* | SonarQube fixes | Andreas Beeker | 2017-01-05 | 1 | -3/+3 |
* | revert accidental commits in r1777435 | Javen O'Neal | 2017-01-05 | 1 | -2/+1 |
* | junit3 -> junit4 | Javen O'Neal | 2017-01-05 | 1 | -1/+2 |
* | EmbeddedExtractor (for *SSF) - added OOXML support | Andreas Beeker | 2017-01-05 | 1 | -28/+74 |
* | SonarQube fixes | Andreas Beeker | 2017-01-04 | 2 | -101/+95 |
* | Fix poor XPath performance when importing XSSF from XML | David North | 2017-01-03 | 1 | -7/+4 |
* | Sonarqube fixes - Cast one of the operands of this multiplication operation t... | Andreas Beeker | 2017-01-01 | 2 | -4/+4 |
* | use last file extension if multiple extensions; close opened stream; extract ... | Javen O'Neal | 2017-01-01 | 1 | -18/+34 |
* | fix content-type handling in *SSF-EmbeddedExtractor | Andreas Beeker | 2017-01-01 | 1 | -1/+9 |
* | #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildA... | Andreas Beeker | 2016-12-31 | 1 | -3/+42 |
* | #60519 - Extractor for *SSF embeddings | Andreas Beeker | 2016-12-31 | 6 | -16/+862 |
* | #60520 - Provide *SSF functionality via Common SS | Andreas Beeker | 2016-12-31 | 8 | -44/+76 |
* | fix forbidden-apis-check error | Andreas Beeker | 2016-12-31 | 1 | -1/+1 |
* | Cover some dev-tools with a few simple tests, close resources correctly | Dominik Stadler | 2016-12-31 | 1 | -11/+18 |
* | Ensure streams are closed always, reformat code somewhat | Dominik Stadler | 2016-12-30 | 1 | -2/+5 |
* | Fix some compilation warnings | Dominik Stadler | 2016-12-30 | 2 | -53/+54 |
* | Add test provided via bug 60536 for bug 60526, remove some warnings | Dominik Stadler | 2016-12-30 | 1 | -4/+4 |