summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* initial support for SXSSF testsYegor Kozlov2011-05-186-8/+349
* fixed resizing pictures in XSSF, see Bugzilla 51160Yegor Kozlov2011-05-181-2/+2
* Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod...Yegor Kozlov2011-05-174-0/+3655
* Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ...Nick Burch2011-05-139-89/+90
* Patch from Stefan from bug #51172 - XWPF .gif images supportNick Burch2011-05-133-2/+11
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-091-20/+22
* More testing around bug #48877Nick Burch2011-05-061-6/+31
* Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly...Nick Burch2011-05-062-52/+115
* Re-enable the XWPF test for adding paragraphs, and fix it up to work properlyNick Burch2011-05-063-15/+49
* NPOIFS and OPC both support close(), so mark them as suchNick Burch2011-05-061-1/+2
* Fix bug #51112 - Correct XWPFTable tracking of new rowsNick Burch2011-05-032-0/+2
* Fix bug #51113 - Correct XWPFParagraph tracking of inserted runsNick Burch2011-05-032-1/+7
* Fix bug #51111 - Correct XWPFParagraph tracking of new runsNick Burch2011-05-032-1/+13
* Fix bug #50956 - Correct XSSF cell style cloning between workbooksNick Burch2011-04-213-0/+34
* Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the...Nick Burch2011-04-211-0/+37
* Add support for adding a picture to a XSSFRunNick Burch2011-04-153-25/+166
* Add unit test for bug #51037, which seems to be working fineNick Burch2011-04-141-0/+77
* Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo...Nick Burch2011-04-149-36/+30
* Fix bug #51061 - Correct target URI for new XSSF TablesNick Burch2011-04-143-3/+39