aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* initial support for rendering pptx slides into images with a PPTX2PNG command...Yegor Kozlov2011-10-2135-337/+4045
* Add a bit more XSSFDrawing testing, not all of which works properly yet...Nick Burch2011-10-052-2/+29
* Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySourceNick Burch2011-10-051-17/+19
* Fix bug #51950 - XWPF may not always have footnotes in a documentNick Burch2011-10-051-3/+8
* Fix bug #51963 - Correct AreaReference handling of references containing a sh...Nick Burch2011-10-051-0/+19
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data...Nick Burch2011-10-053-3/+35
* Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheetYegor Kozlov2011-10-041-1/+0
* Allow the passing of a File object to WorkbookFactory.create, which permits l...Nick Burch2011-09-292-0/+35
* XLSF text extraction improvements relating to TIKA-712Nick Burch2011-09-265-40/+139
* Tweak the HSLF and XSLF tests for master slide text to cover more (some of wh...Nick Burch2011-09-261-1/+15
* Fix bug #51850 - support creating comments in XSSF on an earlier slide when l...Nick Burch2011-09-223-8/+50
* Add a disabled test for bug #51850, and tweak the OPC package exceptions to m...Nick Burch2011-09-226-12/+76
* Update the XSLF slide master text extraction to be optional, as HSLF already ...Nick Burch2011-09-212-15/+65
* Fix bug #51804 - Include Master Slide text in XSLF text extractionNick Burch2011-09-212-33/+75
* New PackagePart method getRelatedPart(PackageRelationship) to simplify naviga...Nick Burch2011-09-196-49/+71
* Test relating to TIKA-705 - XSLF internal hyperlinksNick Burch2011-09-191-1/+44
* Start on a testcase for TIKA-705 (more work needed though)Nick Burch2011-09-142-1/+8
* avoid exceptions when using POI in Tika, see BUgs 51771 and 51770Yegor Kozlov2011-09-122-1/+31
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-1012-358/+230
* fixed failing xlsf testYegor Kozlov2011-09-101-1/+1
* initial support for table styles in XSLFYegor Kozlov2011-09-105-1/+167
* Patch from bug #51785 - Allow XSSF setForceFormulaRecalculation to work with ...Nick Burch2011-09-091-0/+21
* Update XSLFPowerPointExtractor to include Comment Authors along with comment ...Nick Burch2011-09-042-5/+18
* XSLF initial work on comment authors, and testsNick Burch2011-09-045-0/+143
* Convert the XSLF text extractor from using the old style low level code to us...Nick Burch2011-09-041-42/+40
* Add XSLF access to slide comments, and fix some code commentsNick Burch2011-09-044-12/+92
* Remove incorrect svn:executable property from several Java source filesNick Burch2011-09-0421-0/+0
* Basic XSLF support for slide notesNick Burch2011-09-045-36/+128
* Start on XSLF notes master support, and add a XMLSlideShow basics test, along...Nick Burch2011-09-047-10/+233
* support for tables and hyperlinks in XSLFYegor Kozlov2011-08-1718-323/+1302
* more XSLF updatesYegor Kozlov2011-08-124-2/+104
* keep compiler from JDK 1.5.22 happy Yegor Kozlov2011-08-111-11/+11
* Patch 51634 - support SXSSF streaming from templatesYegor Kozlov2011-08-114-16/+213
* fixed missing ASF licence headersYegor Kozlov2011-08-117-11/+116
* initial support for XSLF usermodel APIYegor Kozlov2011-08-1150-220/+4905
* 51187 - fixed OPCPackage to correctly handle self referencesYegor Kozlov2011-08-114-3/+46
* Bug 51635 - Improved performance of XSSFSheet#writeYegor Kozlov2011-08-102-45/+25
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-091-91/+105
* Fixed incorrect encoding of non-breaking space (0xA0) in SXSSFYegor Kozlov2011-08-052-2/+16
* fixed compilation errorsYegor Kozlov2011-07-291-1/+1
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-2911-6/+1132
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t...Nick Burch2011-07-282-1/+41
* restore JDK 1.5 compatibilitySergey Vladimirov2011-07-251-2/+2
* Tweak the error message to make it clearer how one should work with this partNick Burch2011-07-211-3/+3
* renamed excelant test class to avoid collision with poi-examples when all cla...Yegor Kozlov2011-07-211-24/+0
* fixed bug 51470 - avoid exception when cloning XSSF sheets with background im...Yegor Kozlov2011-07-203-1/+22
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-202-1/+5
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-204-98/+353
* Fix a 1.6-ism - TreeMap.firstEntryNick Burch2011-07-181-8/+6
* support for hyperlinks in SXSSFYegor Kozlov2011-07-125-5/+58