summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-175-12/+12
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-301-1/+1
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-301-1/+1
* remove some unused importsPJ Fanning2017-06-292-0/+2
* Remove old XSSFPaswordHelperPJ Fanning2017-06-291-1/+0
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-2/+3
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-1/+1
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-10/+7
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-071-28/+29
* SonarQube fixes - close resourcesAndreas Beeker2017-05-3119-650/+672
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-142-9/+3
* test integration fixAndreas Beeker2017-05-041-1/+3
* SonarQube fixesAndreas Beeker2017-05-031-2/+2
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-021-20/+27
* Add conditional formatting evaluation example code and output resultsGreg Woolsey2017-04-201-0/+87
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-174-5/+5
* Fix some Sonar issues in sample "HSSFReadWrite" Dominik Stadler2017-03-131-116/+146
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-171-7/+5
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0825-4696/+4696
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-228-92/+78
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-153-18/+33
* SonarQube fixesAndreas Beeker2017-01-0819-169/+199
* SonarQube fixesAndreas Beeker2017-01-061-9/+8
* SonarQube fixesAndreas Beeker2017-01-062-65/+57
* SonarQube fixesAndreas Beeker2017-01-051-17/+12
* Rename example class (typo)Andreas Beeker2017-01-051-1/+1
* SonarQube fixesAndreas Beeker2017-01-041-19/+14
* use case-insensitive string startsWith/endsWith utility functionJaven O'Neal2017-01-021-1/+1
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-011-3/+3
* fix eclipse warnings - close resourcesAndreas Beeker2016-12-193-13/+15
* SonarQube fixes - close resourcesAndreas Beeker2016-12-1820-266/+289
* various sonarqube fixes - mainly resource closingAndreas Beeker2016-12-173-49/+36
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-161-1/+1
* eclipse warnings - close resourcesAndreas Beeker2016-12-134-19/+17
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-111-11/+13
* SonarCube fix - make members privateAndreas Beeker2016-12-072-6/+6
* Remove unnecessary cast and reformat some code a bitDominik Stadler2016-11-251-2/+2
* SonarCube fixesAndreas Beeker2016-11-122-20/+20
* - SonarCube fixesAndreas Beeker2016-11-118-403/+67
* bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.Javen O'Neal2016-11-088-0/+703
* Example AligningCells: Use int instead of short for column-index, closes Gith...Dominik Stadler2016-11-072-30/+33
* Move XWPF examples to new package to clean up code coverageMark Murphy2016-11-077-7/+45
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-302-6/+99
* Adds an example for building headers and footers in XWPFMark Murphy2016-10-241-0/+59
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1930-32/+115
* Add Apache license to example fileMark Murphy2016-10-141-0/+16
* 53009: Problem creating header and footer Mark Murphy2016-10-131-0/+60
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+112
* Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-281-33/+21
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-143-14/+14