summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-083-3/+90
* Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ...Nick Burch2011-07-086-62/+591
* XWPF Numbering tests from bug #51134Nick Burch2011-07-082-0/+38
* Fix bug #51474 - SXSSF handling for null stringsNick Burch2011-07-051-1/+4
* XSLFCommonSlideData: Workaround for XmlBeans bug#49934Maxim Valyanskiy2011-07-011-1/+13
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-303-0/+23
* Bug 51444 - Prevent corrupted output when saving files created by LibreOffic...Yegor Kozlov2011-06-304-6/+43
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-274-17/+77
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-253-66/+29
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-255-7/+11