summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Refactor SSPerformanceTest into a few methods to make it easier to use a prof...Dominik Stadler2016-05-051-53/+67
* In Example FromHowTo, open the OPCPacakge read-only to not try to write it ba...Dominik Stadler2016-04-071-2/+3
* Close two more file-handles in Example FromHowToDominik Stadler2016-04-061-25/+33
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-054-103/+104
* Enhance integration tests to call some of the common examples/devtools to al...Dominik Stadler2016-04-011-1/+7
* Bug 57930: Add support for inlineString in FromHowToDominik Stadler2016-03-311-19/+14
* fix eclipse warningsAndreas Beeker2016-03-215-110/+81
* eclipse warning fixesAndreas Beeker2016-03-182-0/+4
* sonar fixAndreas Beeker2016-03-181-5/+6
* sonar fixesAndreas Beeker2016-03-161-1/+1
* sonar fixesAndreas Beeker2016-03-161-4/+4
* sonar fixesAndreas Beeker2016-03-163-8/+8
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-122-13/+24
* sonar fixesAndreas Beeker2016-03-101-2/+1
* Add example for adding videosAndreas Beeker2016-02-061-0/+251
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-243-32/+28
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-122-2/+2
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-312-23/+11
* Fix example. If you don't call super for the non-ignored sheets, everything b...David North2015-12-311-2/+2
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-041-10/+3
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-1/+1
* close resourcesAndreas Beeker2015-11-294-5/+19
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-253-8/+11
* close workbook at end of exampleJaven O'Neal2015-11-241-0/+1
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-242-2/+3
* fix unnecessary cast warningsAndreas Beeker2015-11-226-25/+38
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-212-3/+5
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-14/+12
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-294-157/+121
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-122-15/+5
* Update the XSSF EventModel example, to show how to do it better using the She...Nick Burch2015-10-072-263/+83
* sonar fixes and closing resources after useAndreas Beeker2015-10-064-169/+94
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-053-265/+29
* sonar fixesAndreas Beeker2015-09-302-2/+2
* sonar fixesAndreas Beeker2015-09-291-9/+4
* Removed HDF APIAndreas Beeker2015-09-289-72/+80
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-2/+2
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-201-1/+1