aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-108-271/+206
* initial support for table styles in XSLFYegor Kozlov2011-09-104-1/+125
* Update XSLFPowerPointExtractor to include Comment Authors along with comment ...Nick Burch2011-09-041-5/+14
* XSLF initial work on comment authors, and testsNick Burch2011-09-044-0/+104
* 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-044-30/+122
* Start on XSLF notes master support, and add a XMLSlideShow basics test, along...Nick Burch2011-09-046-10/+111
* support for tables and hyperlinks in XSLFYegor Kozlov2011-08-1713-320/+1041
* 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-112-13/+129
* fixed missing ASF licence headersYegor Kozlov2011-08-117-11/+116
* initial support for XSLF usermodel APIYegor Kozlov2011-08-1138-219/+3760
* 51187 - fixed OPCPackage to correctly handle self referencesYegor Kozlov2011-08-111-1/+10
* Bug 51635 - Improved performance of XSSFSheet#writeYegor Kozlov2011-08-101-36/+16
* 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-051-1/+1
* fixed compilation errorsYegor Kozlov2011-07-291-1/+1
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-2910-6/+1097
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t...Nick Burch2011-07-282-1/+41
* Tweak the error message to make it clearer how one should work with this partNick Burch2011-07-211-3/+3
* fixed bug 51470 - avoid exception when cloning XSSF sheets with background im...Yegor Kozlov2011-07-202-1/+10
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-201-1/+1
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-202-77/+258
* Fix a 1.6-ism - TreeMap.firstEntryNick Burch2011-07-181-8/+6
* support for hyperlinks in SXSSFYegor Kozlov2011-07-124-5/+21
* 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-085-62/+537
* 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-302-0/+19
* Bug 51444 - Prevent corrupted output when saving files created by LibreOffic...Yegor Kozlov2011-06-303-6/+26
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-273-17/+58
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-251-8/+28
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-254-6/+10
* Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaksYegor Kozlov2011-06-251-6/+10
* Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()Yegor Kozlov2011-06-241-15/+16
* Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocsYegor Kozlov2011-06-241-19/+46
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-16/+66
* Bug 48408: Improved documentation for Sheet.setColumnWidthYegor Kozlov2011-06-201-2/+34
* improved autosizing columns in SXSSF, see Bug 51356Yegor Kozlov2011-06-181-2/+8
* Bug 50681 - Fixed autosizing columns beyond 255 character limitYegor Kozlov2011-06-161-3/+8
* Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core propertyYegor Kozlov2011-06-151-1/+1
* Bug 50458: Fixed missing shapeId in XSSF drawings Yegor Kozlov2011-06-131-0/+12
* Bugzilla 51356: Support autoSizeColumn in SXSSFYegor Kozlov2011-06-111-2/+6
* continue SXSSF docs updates and polishingYegor Kozlov2011-06-091-4/+19
* SXSSF documentation and polishingYegor Kozlov2011-06-082-10/+52
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-065-55/+304