summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-071-28/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797923 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixes - close resourcesAndreas Beeker2017-05-3119-650/+672
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796962 13f79535-47bb-0310-9956-ffa450edef68
* #52117 - Invalid "last printed" summary field value - added helper method to ↵Andreas Beeker2017-05-142-9/+3
| | | | | | | | | | identify undefined dates HPSF: fixed uid listing in Section.toString() HPSF: moved timestamp based "utility" methods to Filetime class HPSF: preserve original datastream for unchanged property sets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795123 13f79535-47bb-0310-9956-ffa450edef68
* test integration fixAndreas Beeker2017-05-041-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793733 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-05-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793727 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-021-20/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793600 13f79535-47bb-0310-9956-ffa450edef68
* Add conditional formatting evaluation example code and output resultsGreg Woolsey2017-04-201-0/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792102 13f79535-47bb-0310-9956-ffa450edef68
* Let IntelliJ cleanup some code-warnings across the whole code-base: ↵Dominik Stadler2017-04-174-5/+5
| | | | | | unnecessary toString or semicolon git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791720 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Sonar issues in sample "HSSFReadWrite" Dominik Stadler2017-03-131-116/+146
| | | | | | Fix some IntelliJ warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786695 13f79535-47bb-0310-9956-ffa450edef68
* bug 59893: commit the changes from attachment 34068 that were unrelated to ↵Javen O'Neal2017-02-171-7/+5
| | | | | | available() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783347 13f79535-47bb-0310-9956-ffa450edef68
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0825-4696/+4696
| | | | | | | | $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-228-92/+78
| | | | | | preparation for removing those many HSSFColor subclasses with an enum git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779866 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-153-18/+33
| | | | | | cleanup sources - add parenthesis to statements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778955 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-0819-169/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777855 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-061-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777669 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-062-65/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777541 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-051-17/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777526 13f79535-47bb-0310-9956-ffa450edef68
* Rename example class (typo)Andreas Beeker2017-01-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777518 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-041-19/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777252 13f79535-47bb-0310-9956-ffa450edef68
* use case-insensitive string startsWith/endsWith utility functionJaven O'Neal2017-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777031 13f79535-47bb-0310-9956-ffa450edef68
* Sonarqube fixes - Cast one of the operands of this multiplication operation ↵Andreas Beeker2017-01-011-3/+3
| | | | | | to a ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776894 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warnings - close resourcesAndreas Beeker2016-12-193-13/+15
| | | | | | add getter for HSLF slideshows implementation class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774974 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixes - close resourcesAndreas Beeker2016-12-1820-266/+289
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774969 13f79535-47bb-0310-9956-ffa450edef68
* various sonarqube fixes - mainly resource closingAndreas Beeker2016-12-173-49/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774705 13f79535-47bb-0310-9956-ffa450edef68
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-161-1/+1
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60465 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774551 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - close resourcesAndreas Beeker2016-12-134-19/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773910 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-111-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773662 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-072-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773165 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary cast and reformat some code a bitDominik Stadler2016-11-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771247 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fixesAndreas Beeker2016-11-122-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769366 13f79535-47bb-0310-9956-ffa450edef68
* - SonarCube fixesAndreas Beeker2016-11-118-403/+67
| | | | | | - moved SecureTempFile classes to OOXML, because of duplicated code in test and examples packages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769363 13f79535-47bb-0310-9956-ffa450edef68
* bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.Javen O'Neal2016-11-088-0/+703
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768744 13f79535-47bb-0310-9956-ffa450edef68
* Example AligningCells: Use int instead of short for column-index, closes ↵Dominik Stadler2016-11-072-30/+33
| | | | | | | | Github #35 Also use more of the base classes where possible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768584 13f79535-47bb-0310-9956-ffa450edef68
* Move XWPF examples to new package to clean up code coverageMark Murphy2016-11-077-7/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768437 13f79535-47bb-0310-9956-ffa450edef68
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-302-6/+99
| | | | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=57366 This update contains a breaking change git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767175 13f79535-47bb-0310-9956-ffa450edef68
* Adds an example for building headers and footers in XWPFMark Murphy2016-10-241-0/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766459 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ↵Javen O'Neal2016-10-1930-32/+115
| | | | | | annotations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache license to example fileMark Murphy2016-10-141-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764807 13f79535-47bb-0310-9956-ffa450edef68
* 53009: Problem creating header and footer Mark Murphy2016-10-131-0/+60
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=53009 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764563 13f79535-47bb-0310-9956-ffa450edef68
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763338 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and ↵Dominik Stadler2016-09-281-33/+21
| | | | | | fix some other compiler warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762617 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return ↵Javen O'Neal2016-09-143-14/+14
| | | | | | short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760630 13f79535-47bb-0310-9956-ffa450edef68
* make CreatePivotTable self-explaining with better variable namesJaven O'Neal2016-08-241-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757459 13f79535-47bb-0310-9956-ffa450edef68
* Update CreatePivotTable with non-deprecated constructor. This closes #36 on ↵Javen O'Neal2016-08-241-2/+4
| | | | | | github. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757458 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary short cast. This closes #37 on githubJaven O'Neal2016-08-241-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757457 13f79535-47bb-0310-9956-ffa450edef68
* revert changes made in r1754691Mark Murphy2016-08-011-112/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754700 13f79535-47bb-0310-9956-ffa450edef68
* Add new class Cell Style Template and supporting enum for drawing bordersMark Murphy2016-07-311-0/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754691 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753061 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-1712-212/+247
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753060 13f79535-47bb-0310-9956-ffa450edef68
* close workbook to avoid resource leakJaven O'Neal2016-07-171-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753053 13f79535-47bb-0310-9956-ffa450edef68