aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
* initial support for rendering pptx slides into images with a PPTX2PNG ↵Yegor Kozlov2011-10-2135-337/+4045
| | | | | | command-line utility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68
* Add a bit more XSSFDrawing testing, not all of which works properly yet...Nick Burch2011-10-052-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179461 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySourceNick Burch2011-10-051-17/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179452 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51950 - XWPF may not always have footnotes in a documentNick Burch2011-10-051-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179449 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51963 - Correct AreaReference handling of references containing a ↵Nick Burch2011-10-051-0/+19
| | | | | | sheet name which includes a comma git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179444 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme ↵Nick Burch2011-10-053-3/+35
| | | | | | data available git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179440 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheetYegor Kozlov2011-10-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178769 13f79535-47bb-0310-9956-ffa450edef68
* Allow the passing of a File object to WorkbookFactory.create, which permits ↵Nick Burch2011-09-292-0/+35
| | | | | | lower memory processing than the InputStream version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177409 13f79535-47bb-0310-9956-ffa450edef68
* XLSF text extraction improvements relating to TIKA-712Nick Burch2011-09-265-40/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175887 13f79535-47bb-0310-9956-ffa450edef68
* Tweak the HSLF and XSLF tests for master slide text to cover more (some of ↵Nick Burch2011-09-261-1/+15
| | | | | | which is disabled for now) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175870 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51850 - support creating comments in XSSF on an earlier slide when ↵Nick Burch2011-09-223-8/+50
| | | | | | later ones already have them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174048 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled test for bug #51850, and tweak the OPC package exceptions to ↵Nick Burch2011-09-226-12/+76
| | | | | | make it easier to spot when a part name is already used git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174045 13f79535-47bb-0310-9956-ffa450edef68
* Update the XSLF slide master text extraction to be optional, as HSLF already ↵Nick Burch2011-09-212-15/+65
| | | | | | is, plus fix some indents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173756 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51804 - Include Master Slide text in XSLF text extractionNick Burch2011-09-212-33/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173749 13f79535-47bb-0310-9956-ffa450edef68
* New PackagePart method getRelatedPart(PackageRelationship) to simplify ↵Nick Burch2011-09-196-49/+71
| | | | | | navigation of relations between OPC Parts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1172853 13f79535-47bb-0310-9956-ffa450edef68
* Test relating to TIKA-705 - XSLF internal hyperlinksNick Burch2011-09-191-1/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1172670 13f79535-47bb-0310-9956-ffa450edef68
* Start on a testcase for TIKA-705 (more work needed though)Nick Burch2011-09-142-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170648 13f79535-47bb-0310-9956-ffa450edef68
* avoid exceptions when using POI in Tika, see BUgs 51771 and 51770Yegor Kozlov2011-09-122-1/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169679 13f79535-47bb-0310-9956-ffa450edef68
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-1012-358/+230
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167579 13f79535-47bb-0310-9956-ffa450edef68
* fixed failing xlsf testYegor Kozlov2011-09-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167541 13f79535-47bb-0310-9956-ffa450edef68
* initial support for table styles in XSLFYegor Kozlov2011-09-105-1/+167
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167491 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #51785 - Allow XSSF setForceFormulaRecalculation to work with ↵Nick Burch2011-09-091-0/+21
| | | | | | the minimal ooxml-schemas jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167241 13f79535-47bb-0310-9956-ffa450edef68
* Update XSLFPowerPointExtractor to include Comment Authors along with comment ↵Nick Burch2011-09-042-5/+18
| | | | | | text git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165112 13f79535-47bb-0310-9956-ffa450edef68
* XSLF initial work on comment authors, and testsNick Burch2011-09-045-0/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165111 13f79535-47bb-0310-9956-ffa450edef68
* Convert the XSLF text extractor from using the old style low level code to ↵Nick Burch2011-09-041-42/+40
| | | | | | use usermodel git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165109 13f79535-47bb-0310-9956-ffa450edef68
* Add XSLF access to slide comments, and fix some code commentsNick Burch2011-09-044-12/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165108 13f79535-47bb-0310-9956-ffa450edef68
* Remove incorrect svn:executable property from several Java source filesNick Burch2011-09-0421-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165107 13f79535-47bb-0310-9956-ffa450edef68
* Basic XSLF support for slide notesNick Burch2011-09-045-36/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165105 13f79535-47bb-0310-9956-ffa450edef68
* Start on XSLF notes master support, and add a XMLSlideShow basics test, ↵Nick Burch2011-09-047-10/+233
| | | | | | along with making it easier to get to the common slide data via XSLFSheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165104 13f79535-47bb-0310-9956-ffa450edef68
* support for tables and hyperlinks in XSLFYegor Kozlov2011-08-1718-323/+1302
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1158611 13f79535-47bb-0310-9956-ffa450edef68
* more XSLF updatesYegor Kozlov2011-08-124-2/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1157002 13f79535-47bb-0310-9956-ffa450edef68
* keep compiler from JDK 1.5.22 happy Yegor Kozlov2011-08-111-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156551 13f79535-47bb-0310-9956-ffa450edef68
* Patch 51634 - support SXSSF streaming from templatesYegor Kozlov2011-08-114-16/+213
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156544 13f79535-47bb-0310-9956-ffa450edef68
* fixed missing ASF licence headersYegor Kozlov2011-08-117-11/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156541 13f79535-47bb-0310-9956-ffa450edef68
* initial support for XSLF usermodel APIYegor Kozlov2011-08-1150-220/+4905
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156539 13f79535-47bb-0310-9956-ffa450edef68
* 51187 - fixed OPCPackage to correctly handle self referencesYegor Kozlov2011-08-114-3/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156529 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51635 - Improved performance of XSSFSheet#writeYegor Kozlov2011-08-102-45/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156272 13f79535-47bb-0310-9956-ffa450edef68
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-091-91/+105
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155336 13f79535-47bb-0310-9956-ffa450edef68
* Fixed incorrect encoding of non-breaking space (0xA0) in SXSSFYegor Kozlov2011-08-052-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1154323 13f79535-47bb-0310-9956-ffa450edef68
* fixed compilation errorsYegor Kozlov2011-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152103 13f79535-47bb-0310-9956-ffa450edef68
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-2911-6/+1132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152099 13f79535-47bb-0310-9956-ffa450edef68
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on ↵Nick Burch2011-07-282-1/+41
| | | | | | the common spreadsheet Sheet interface, as per existing HSSF support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152031 13f79535-47bb-0310-9956-ffa450edef68
* restore JDK 1.5 compatibilitySergey Vladimirov2011-07-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150616 13f79535-47bb-0310-9956-ffa450edef68
* Tweak the error message to make it clearer how one should work with this partNick Burch2011-07-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149196 13f79535-47bb-0310-9956-ffa450edef68
* renamed excelant test class to avoid collision with poi-examples when all ↵Yegor Kozlov2011-07-211-24/+0
| | | | | | classes compiled in the same directory, also removed duplicated log4j.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149134 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 51470 - avoid exception when cloning XSSF sheets with background ↵Yegor Kozlov2011-07-203-1/+22
| | | | | | images git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148724 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing ↵Yegor Kozlov2011-07-202-1/+5
| | | | | | shared formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148673 13f79535-47bb-0310-9956-ffa450edef68
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-204-98/+353
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148642 13f79535-47bb-0310-9956-ffa450edef68
* Fix a 1.6-ism - TreeMap.firstEntryNick Burch2011-07-181-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148056 13f79535-47bb-0310-9956-ffa450edef68
* support for hyperlinks in SXSSFYegor Kozlov2011-07-125-5/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145629 13f79535-47bb-0310-9956-ffa450edef68