summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Copy out code from the site and fixNick Burch2016-05-241-0/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745348 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58190: Add more overloaded methods for adding pictures from streams and ↵Dominik Stadler2016-05-221-4/+4
| | | | | | files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745073 13f79535-47bb-0310-9956-ffa450edef68
* Reduce calls to utf-related methods - the integration test took ages because ↵Andreas Beeker2016-05-161-3/+24
| | | | | | of poc-shared-strings.xlsx git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744005 13f79535-47bb-0310-9956-ffa450edef68
* bug 59443: use Comment.setAddress when changing both row and column of cell ↵Javen O'Neal2016-05-091-2/+2
| | | | | | comment address git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742880 13f79535-47bb-0310-9956-ffa450edef68
* Refactor SSPerformanceTest into a few methods to make it easier to use a ↵Dominik Stadler2016-05-051-53/+67
| | | | | | profiler git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742420 13f79535-47bb-0310-9956-ffa450edef68
* In Example FromHowTo, open the OPCPacakge read-only to not try to write it ↵Dominik Stadler2016-04-071-2/+3
| | | | | | back on close() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738097 13f79535-47bb-0310-9956-ffa450edef68
* Close two more file-handles in Example FromHowToDominik Stadler2016-04-061-25/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738035 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738031 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-054-103/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737879 13f79535-47bb-0310-9956-ffa450edef68
* Enhance integration tests to call some of the common examples/devtools to ↵Dominik Stadler2016-04-011-1/+7
| | | | | | also trigger these with all sample files, currently XLSX2CSV, BiffViewer, FromHowTo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737308 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57930: Add support for inlineString in FromHowToDominik Stadler2016-03-311-19/+14
| | | | | | Also do not require an Apache Xerces Parser, let the JDK choose an available one instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737247 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warningsAndreas Beeker2016-03-215-110/+81
| | | | | | close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735912 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warning fixesAndreas Beeker2016-03-182-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735706 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixAndreas Beeker2016-03-181-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735696 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2016-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735345 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2016-03-161-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735323 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2016-03-163-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735321 13f79535-47bb-0310-9956-ffa450edef68
* #59170 - Remove deprecated classes (POI 3.15) - ↵Andreas Beeker2016-03-122-13/+24
| | | | | | *Workbook.setRepeatingRowsAndColumns() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734701 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2016-03-101-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734337 13f79535-47bb-0310-9956-ffa450edef68
* Add example for adding videosAndreas Beeker2016-02-061-0/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728888 13f79535-47bb-0310-9956-ffa450edef68
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-243-32/+28
| | | | | | | | | | | | #47291 - Cannot open link correctly which insert in ppt HSLF hyperlink code was all over the place - moved most of it into HSLFHyperlink extended common sl for hyperlinks extended XSLF shape linking and added XSLFTextShape.appendText to go along with HSLF adapted/fixed documentation added convenience methods to the hyperlink classes to address the different targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726458 13f79535-47bb-0310-9956-ffa450edef68
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-122-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724338 13f79535-47bb-0310-9956-ffa450edef68
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-312-23/+11
| | | | | | #58159 - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722476 13f79535-47bb-0310-9956-ffa450edef68
* Fix example. If you don't call super for the non-ignored sheets, everything ↵David North2015-12-311-2/+2
| | | | | | | | breaks because you end up with an empty workbook. https://bz.apache.org/bugzilla/show_bug.cgi?id=58219 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722457 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-041-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717972 13f79535-47bb-0310-9956-ffa450edef68
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-1/+1
| | | | | | - common sl unification for TextParagraph.setTextAlign git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717351 13f79535-47bb-0310-9956-ffa450edef68
* close resourcesAndreas Beeker2015-11-294-5/+19
| | | | | | fix a few eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717077 13f79535-47bb-0310-9956-ffa450edef68
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-253-8/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716313 13f79535-47bb-0310-9956-ffa450edef68
* close workbook at end of exampleJaven O'Neal2015-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716102 13f79535-47bb-0310-9956-ffa450edef68
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use ↵Javen O'Neal2015-11-242-2/+3
| | | | | | non-deprecated method git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716053 13f79535-47bb-0310-9956-ffa450edef68
* fix unnecessary cast warningsAndreas Beeker2015-11-226-25/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715626 13f79535-47bb-0310-9956-ffa450edef68
* In preparation for table rendering, added table row heights and column ↵Andreas Beeker2015-11-212-3/+5
| | | | | | | | widths to common sl. To have better results in rendering switch anchor from java.awt.Rectangle to Rectangle2D. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715540 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713216 13f79535-47bb-0310-9956-ffa450edef68
* Common sl unification - copy first paragraph / textrun properties on ↵Andreas Beeker2015-10-294-157/+121
| | | | | | | | | | | | XSLFTextShape.setText() Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality Common sl unification - return null instead of default values for missing borders X/HSLFTable Common sl unification - use points in HSLFTable.setColumnWidth() Fix appending text to empty HSLFTextParagraph git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711171 13f79535-47bb-0310-9956-ffa450edef68
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-122-15/+5
| | | | | | - sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708236 13f79535-47bb-0310-9956-ffa450edef68
* Update the XSSF EventModel example, to show how to do it better using the ↵Nick Burch2015-10-072-263/+83
| | | | | | SheetContentsHandler helper that does most of the work for you git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707326 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes and closing resources after useAndreas Beeker2015-10-064-169/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706937 13f79535-47bb-0310-9956-ffa450edef68
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-053-265/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706741 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-302-2/+2
| | | | | | Very interesting was the exception swallowing in PackagePropertiesPart. When it was properly thrown, it already led to various errors in the junits test - I've fixed the handling for at least the ones which are in our test set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706169 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-291-9/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705814 13f79535-47bb-0310-9956-ffa450edef68
* Removed HDF APIAndreas Beeker2015-09-289-72/+80
| | | | | | Sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705779 13f79535-47bb-0310-9956-ffa450edef68
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-2/+2
| | | | | | | | | - moved SlideShowFactory to Common SL - changed get/setAnchor to Rectangle instead of Rectangle2D - Fixed some Common SL generic definitions - picture dimensions are now in points and an additional method exists for pixels git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704206 13f79535-47bb-0310-9956-ffa450edef68
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-201-1/+1
| | | | | | | | - same for hslf / common sl - unify method names in H/XSLF Slideshow for common sl - add/fix header information for PICT/EMF/WMF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704097 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-132-21/+629
| | | | | | | | close resources in tests junit4 conversions convert spreadsheet based formular test to junit parameterized tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702773 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-124-26/+24
| | | | | | | | close resources in tests junit4 conversions convert spreadsheet based formular test to junit parameterized tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702659 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Forbidden APIs errorsNick Burch2015-09-012-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700670 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Forbidden APIs errorsNick Burch2015-09-012-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700644 13f79535-47bb-0310-9956-ffa450edef68
* Move and rename hslf line because of ambiguity with common sl lineAndreas Beeker2015-08-152-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696095 13f79535-47bb-0310-9956-ffa450edef68
* Bigger warnings that new users should use SXSSF, and not mess around with ↵Nick Burch2015-08-151-8/+17
| | | | | | the XML themselves git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696019 13f79535-47bb-0310-9956-ffa450edef68
* Bring over some fixes from XSSFSheetXMLHandler, and note that in the javadocsNick Burch2015-08-111-13/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695309 13f79535-47bb-0310-9956-ffa450edef68