| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the CreateTable example to reduce the use of the raw CT classes | Nick Burch | 2017-06-07 | 1 | -28/+29 |
* | SonarQube fixes - close resources | Andreas Beeker | 2017-05-31 | 19 | -650/+672 |
* | #52117 - Invalid "last printed" summary field value - added helper method to ... | Andreas Beeker | 2017-05-14 | 2 | -9/+3 |
* | test integration fix | Andreas Beeker | 2017-05-04 | 1 | -1/+3 |
* | SonarQube fixes | Andreas Beeker | 2017-05-03 | 1 | -2/+2 |
* | HPSF: Add CopyCompare to IntegrationTests | Andreas Beeker | 2017-05-02 | 1 | -20/+27 |
* | Add conditional formatting evaluation example code and output results | Greg Woolsey | 2017-04-20 | 1 | -0/+87 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 4 | -5/+5 |
* | Fix some Sonar issues in sample "HSSFReadWrite" | Dominik Stadler | 2017-03-13 | 1 | -116/+146 |
* | bug 59893: commit the changes from attachment 34068 that were unrelated to av... | Javen O'Neal | 2017-02-17 | 1 | -7/+5 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 25 | -4696/+4696 |
* | #59836 - Tracker: Replace primitives with enums | Andreas Beeker | 2017-01-22 | 8 | -92/+78 |
* | fix eclipse warnings - close resources / type generics | Andreas Beeker | 2017-01-15 | 3 | -18/+33 |
* | SonarQube fixes | Andreas Beeker | 2017-01-08 | 19 | -169/+199 |
* | SonarQube fixes | Andreas Beeker | 2017-01-06 | 1 | -9/+8 |
* | SonarQube fixes | Andreas Beeker | 2017-01-06 | 2 | -65/+57 |
* | SonarQube fixes | Andreas Beeker | 2017-01-05 | 1 | -17/+12 |
* | Rename example class (typo) | Andreas Beeker | 2017-01-05 | 1 | -1/+1 |
* | SonarQube fixes | Andreas Beeker | 2017-01-04 | 1 | -19/+14 |
* | use case-insensitive string startsWith/endsWith utility function | Javen O'Neal | 2017-01-02 | 1 | -1/+1 |
* | Sonarqube fixes - Cast one of the operands of this multiplication operation t... | Andreas Beeker | 2017-01-01 | 1 | -3/+3 |
* | fix eclipse warnings - close resources | Andreas Beeker | 2016-12-19 | 3 | -13/+15 |
* | SonarQube fixes - close resources | Andreas Beeker | 2016-12-18 | 20 | -266/+289 |
* | various sonarqube fixes - mainly resource closing | Andreas Beeker | 2016-12-17 | 3 | -49/+36 |
* | 60465: Cannot specify interline spacing for a Paragraph in XWPF | Mark Murphy | 2016-12-16 | 1 | -1/+1 |
* | eclipse warnings - close resources | Andreas Beeker | 2016-12-13 | 4 | -19/+17 |
* | Adjust some missing/incorrec throws and related javadoc | Dominik Stadler | 2016-12-11 | 1 | -11/+13 |
* | SonarCube fix - make members private | Andreas Beeker | 2016-12-07 | 2 | -6/+6 |
* | Remove unnecessary cast and reformat some code a bit | Dominik Stadler | 2016-11-25 | 1 | -2/+2 |
* | SonarCube fixes | Andreas Beeker | 2016-11-12 | 2 | -20/+20 |
* | - SonarCube fixes | Andreas Beeker | 2016-11-11 | 8 | -403/+67 |
* | bug 60321: add examples with encrypted temp data. Patch from PJ Fanning. | Javen O'Neal | 2016-11-08 | 8 | -0/+703 |
* | Example AligningCells: Use int instead of short for column-index, closes Gith... | Dominik Stadler | 2016-11-07 | 2 | -30/+33 |
* | Move XWPF examples to new package to clean up code coverage | Mark Murphy | 2016-11-07 | 7 | -7/+45 |
* | 57366: XWPFTable to Header / Footer | Mark Murphy | 2016-10-30 | 2 | -6/+99 |
* | Adds an example for building headers and footers in XWPF | Mark Murphy | 2016-10-24 | 1 | -0/+59 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 30 | -32/+115 |
* | Add Apache license to example file | Mark Murphy | 2016-10-14 | 1 | -0/+16 |
* | 53009: Problem creating header and footer | Mark Murphy | 2016-10-13 | 1 | -0/+60 |
* | Add PropertyTemplate for drawing Borders (58787) | Mark Murphy | 2016-10-05 | 1 | -0/+112 |
* | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi... | Dominik Stadler | 2016-09-28 | 1 | -33/+21 |
* | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor... | Javen O'Neal | 2016-09-14 | 3 | -14/+14 |
* | make CreatePivotTable self-explaining with better variable names | Javen O'Neal | 2016-08-24 | 1 | -2/+5 |
* | Update CreatePivotTable with non-deprecated constructor. This closes #36 on g... | Javen O'Neal | 2016-08-24 | 1 | -2/+4 |
* | Remove unnecessary short cast. This closes #37 on github | Javen O'Neal | 2016-08-24 | 1 | -3/+3 |
* | revert changes made in r1754691 | Mark Murphy | 2016-08-01 | 1 | -112/+0 |
* | Add new class Cell Style Template and supporting enum for drawing borders | Mark Murphy | 2016-07-31 | 1 | -0/+112 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 1 | -1/+2 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 12 | -212/+247 |
* | close workbook to avoid resource leak | Javen O'Neal | 2016-07-17 | 1 | -2/+4 |