aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate attempt to add column headersPJ Fanning2018-11-131-4/+0
* remove unused importPJ Fanning2018-11-131-1/+0
* add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906PJ Fanning2018-11-131-2/+2
* Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-261-26/+48
* Typos and IDE warningsDominik Stadler2018-10-263-18/+17
* adding tricks from other answers on StackOverflowAlain Béarez2018-10-053-5/+43
* example from StackOverflow question 47065690Alain Béarez2018-10-051-0/+164
* more XDDF improvements based on SO examplesAlain Béarez2018-10-055-0/+10
* XDDF improvements based on StackOverflow examplesAlain Béarez2018-10-035-20/+86
* fix lgtm alerts in examplesAlain Béarez2018-10-0310-108/+144
* change chart data to experiment diverse scriptsAlain Béarez2018-10-035-45/+72
* lgtm issuesPJ Fanning2018-09-291-10/+14
* adapting some contributions by Axel Richter on SOAlain Béarez2018-09-263-10/+29
* update 3.17 leftovers and provide a new build target to update those in the n...Andreas Beeker2018-09-072-5/+5
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-3/+3
* #62649 - Remove OPOIFSAndreas Beeker2018-08-265-192/+79
* Remove some IDE warningsDominik Stadler2018-08-231-27/+6
* start process of introducing an interface for Styles and Themes TablesPJ Fanning2018-07-261-1/+2
* add SharedStrings interface to allow our XSSF code to more easily extended by...PJ Fanning2018-07-251-1/+2
* [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds...PJ Fanning2018-06-064-5/+5
* #62187 - Compiling with Java 10 fails with ClassCastException / use commons-c...Andreas Beeker2018-06-031-8/+10
* sonar fixes andAndreas Beeker2018-06-028-230/+183
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-278-17/+12
* sonar fixesAndreas Beeker2018-05-221-6/+10
* sonar fixes - null dereferenceAndreas Beeker2018-05-211-8/+13
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-011-2/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-17/+13
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-251-9/+8
* 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