summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
...
* fix license check failurePJ Fanning2018-02-281-1/+1
* [github-98] write data in respective Column in case of XDDFChart. Thanks to S...PJ Fanning2018-02-273-0/+133
* tidy up API for font indexPJ Fanning2018-02-264-4/+4
* [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This...PJ Fanning2018-02-251-3/+3
* [bug-62018] use ints to index fontsPJ Fanning2018-02-204-163/+166
* add apache license to new examples due to rat check failuresPJ Fanning2018-02-165-0/+85
* Add some write/change code as well for GroovyNick Burch2018-02-151-4/+78
* Commit examples from the JVM Languages pageNick Burch2018-02-155-0/+107
* introduce XDDFShapeProperties as user model API (closes #72 from GitHub)Alain Béarez2018-01-063-25/+123
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-311-7/+7
* Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow ...Dominik Stadler2017-12-281-16/+38
* use StandardCharsetsPJ Fanning2017-12-191-2/+2
* Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r...Greg Woolsey2017-12-112-23/+23
* use try-with-resources in more placesPJ Fanning2017-12-053-139/+143
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-266-158/+266
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-241-3/+7
* use try with resources in examplesPJ Fanning2017-11-236-177/+99
* Remove use of deprecated methodsPJ Fanning2017-10-223-14/+14
* Remove use of deprecated methodsPJ Fanning2017-10-225-12/+12
* cleanup for r1812470: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-1/+1
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-181-1/+1
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-182-2/+2
* 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