aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* Sonar fix - Suppress "Make sure that command line arguments are used safely h...Andreas Beeker2020-04-2035-65/+130
* fix integration test errorAndreas Beeker2020-04-201-1/+3
* Sonar fixesAndreas Beeker2020-04-1916-1184/+189
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-1818-658/+348
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-058-25/+55
* Sonar Fixes - public final class with private constructor for examplesAlain Béarez2020-03-3117-15/+35
* Sonar FixesAndreas Beeker2020-03-291-1/+4
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-0/+6
* Sonar FixesAndreas Beeker2020-03-297-69/+106
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-085-11/+11
* Sonar fixesAndreas Beeker2020-02-251-1/+0
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-201-1/+1
* 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