aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Make public static members final [thanks to Kui Liu]. This close #78.PJ Fanning2017-10-152-2/+2
* Fix some Sonar issuesDominik Stadler2017-09-251-6/+6
* Replace the incompatible new interface method endSheet() with a Java 8 defaul...Dominik Stadler2017-09-252-19/+0
* Fix compiling Examples after adding new interface-method, fix compiler warnin...Dominik Stadler2017-09-234-36/+26
* More IntelliJ warnings fixesDominik Stadler2017-09-2315-125/+67
* Adjust many examples for Java 8: try-with-resource, multi-catch and other cod...Dominik Stadler2017-09-2298-2406/+2142
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+6
* Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ...PJ Fanning2017-09-191-0/+124
* bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christia...Javen O'Neal2017-09-191-1/+1
* bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christia...Javen O'Neal2017-09-192-8/+59
* use non-deprecated versions of getCellTypePJ Fanning2017-09-184-4/+4
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-181-3/+3
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-2/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-2/+2
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-172-3/+3
* Remove unnecessary local variablesDominik Stadler2017-09-163-9/+4
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1621-29/+29
* Remove unnecessary initialization of membersDominik Stadler2017-09-1610-32/+32
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-143-29/+12
* Add an example of trying multiple passwords against an OOXML file. More a dem...Nick Burch2017-08-101-0/+119
* 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