aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaksYegor Kozlov2011-06-252-6/+74
* Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()Yegor Kozlov2011-06-242-18/+19
* 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
* Test for parsing document with drawings to prevent NoClassDefFoundError for C...Maxim Valyanskiy2011-06-221-0/+11
* 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-152-1/+58
* Bug 50458: Fixed missing shapeId in XSSF drawings Yegor Kozlov2011-06-132-0/+35
* Bugzilla 51356: Support autoSizeColumn in SXSSFYegor Kozlov2011-06-111-2/+6
* continue SXSSF docs updates and polishingYegor Kozlov2011-06-091-4/+19
* fixed missing licence headerYegor Kozlov2011-06-091-0/+16
* SXSSF documentation and polishingYegor Kozlov2011-06-082-10/+52
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-067-58/+412
* cleaned javadocs warningsYegor Kozlov2011-06-066-9/+3
* Fix 1.6ismNick Burch2011-06-042-2/+0
* reverted a file mistakenly added in r1130120Yegor Kozlov2011-06-011-144/+0
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-0142-2017/+2958
* Bug 51098 - Error in calculating image width/height, if image fits into one cellYegor Kozlov2011-05-271-10/+1
* Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S...Nick Burch2011-05-272-1/+28
* Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (probl...Nick Burch2011-05-274-2/+122
* Fix bug #51188 - Support for getting and setting XPWF zoom settingsNick Burch2011-05-273-2/+80
* Add unit test from Stefan for bug #51172 - DOCX gif supportNick Burch2011-05-271-0/+26
* Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and ...Nick Burch2011-05-273-6/+220
* Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f...Nick Burch2011-05-233-17/+43
* Test that shows that bug #51222 is a themes colour problemNick Burch2011-05-201-0/+41
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2014-116/+1395
* improved test coverage for SXSSFYegor Kozlov2011-05-199-164/+285
* Put more details in the error message for next timeNick Burch2011-05-191-1/+4
* FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known...Maxim Valyanskiy2011-05-181-1/+14