aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-111-11/+13
* SonarCube fix - make members privateAndreas Beeker2016-12-072-6/+6
* Remove unnecessary cast and reformat some code a bitDominik Stadler2016-11-251-2/+2
* SonarCube fixesAndreas Beeker2016-11-122-20/+20
* - SonarCube fixesAndreas Beeker2016-11-118-403/+67
* bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.Javen O'Neal2016-11-088-0/+703
* Example AligningCells: Use int instead of short for column-index, closes Gith...Dominik Stadler2016-11-072-30/+33
* Move XWPF examples to new package to clean up code coverageMark Murphy2016-11-077-7/+45
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-302-6/+99
* Adds an example for building headers and footers in XWPFMark Murphy2016-10-241-0/+59
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1930-32/+115
* Add Apache license to example fileMark Murphy2016-10-141-0/+16
* 53009: Problem creating header and footer Mark Murphy2016-10-131-0/+60
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+112
* Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-281-33/+21
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-143-14/+14
* make CreatePivotTable self-explaining with better variable namesJaven O'Neal2016-08-241-2/+5
* Update CreatePivotTable with non-deprecated constructor. This closes #36 on g...Javen O'Neal2016-08-241-2/+4
* Remove unnecessary short cast. This closes #37 on githubJaven O'Neal2016-08-241-3/+3
* revert changes made in r1754691Mark Murphy2016-08-011-112/+0
* Add new class Cell Style Template and supporting enum for drawing bordersMark Murphy2016-07-311-0/+112
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-171-1/+2
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-1712-212/+247
* close workbook to avoid resource leakJaven O'Neal2016-07-171-2/+4
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-11/+18
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-171-8/+16
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-047-10/+10
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-3/+1
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-046-29/+53
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-045-44/+46
* bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf ex...Javen O'Neal2016-06-251-1/+2
* Sonar fixesAndreas Beeker2016-06-243-24/+34
* Fix for test-data of #59746Andreas Beeker2016-06-231-4/+2
* update WriteAuthorAntTitle example to Java 1.6+Javen O'Neal2016-06-151-6/+3
* reverted changes of r1747942 and deprecated insteadAndreas Beeker2016-06-131-2/+1
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-131-112/+0
* bug 58787: reintegrate changes from ss_border_property_template branch at r17...Javen O'Neal2016-06-131-0/+112
|\
| * rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-131-4/+4
| * make CellRangeAddresses easier to cross-reference the example with the writte...Javen O'Neal2016-06-111-8/+16
| * make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-111-10/+10
| * replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-111-19/+12
| * +props svn:eol-style=nativeJaven O'Neal2016-06-111-111/+111
| * bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-111-0/+111
* | fixing javadocs errors (in JDK8)Andreas Beeker2016-06-1214-41/+0
* | findbugs fixesAndreas Beeker2016-06-121-1/+2
|/
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-022-151/+165
* Copy out code from the site and fixNick Burch2016-05-241-0/+129
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-4/+4
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-3/+24
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-091-2/+2