aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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