summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* update references to 4.1.2Andreas Beeker2020-02-132-5/+5
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-102-2/+2
* Replace manual close with try-with-resourcesDominik Stadler2019-12-152-81/+58
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-7/+7
* Remove POIBrowser and SViewer and remove references to itAndreas Beeker2019-12-0923-3669/+0
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-082-15/+26
* Retrieve chart from graphical frameAlain Béarez2019-12-071-0/+15
* Miscellaneous fixes for chart functionalitiesAlain Béarez2019-12-071-5/+12
* Reindent to 4 spaces - optimize importsAndreas Beeker2019-12-078-1346/+1401
* Sonar Fixes - type: bugs / severity: critical - mostly div by 0Andreas Beeker2019-12-073-13/+12
* Sonar FixesAndreas Beeker2019-12-057-232/+181
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-032-5/+5
* Fix examples to build chart from scratchAlain Béarez2019-12-023-19/+45
* change package.html to package-info.javaAndreas Beeker2019-12-012-24/+14
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-306-292/+294
* Bug 63889: BarChartDemo now produces a valid fileAlain Béarez2019-11-302-17/+29
* replace more StringBuffersPJ Fanning2019-11-211-2/+2
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-203-19/+18
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-175-14/+14
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-011-46/+0
* [bug-63774] adding lots of custom properties can cause performance issues due...PJ Fanning2019-09-261-9/+9
* try to avoid casting to intPJ Fanning2019-09-143-3/+3
* ExcelComparator: Adjust iterating rows/columnsDominik Stadler2019-06-051-29/+118
* remove code smellsAlain Béarez2019-05-291-36/+39
* code inspired from Axel Richter on StackOverflowAlain Béarez2019-05-212-39/+246
* fix result of multiplication cast to wider typeAlain Béarez2019-05-212-5/+5
* fix potential input resource leaks (LGTM)Alain Béarez2019-05-211-2/+5
* code cleanup plus fix for bug 63153Alain Béarez2019-05-214-10/+10
* Added more chart supports.Alain Béarez2019-05-211-2/+11
* Update site source for 4.1.0, prep build for 4.1.1 (via ant task)Greg Woolsey2019-04-092-5/+5
* [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl...PJ Fanning2019-03-221-3/+3
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-262-4/+0
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-262-4/+2
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-254-4/+4
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-67/+4
* create chart from scratch by sandeeptiwari32Alain Béarez2018-12-082-0/+285
* 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