| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cleaned javadocs warnings | Yegor Kozlov | 2011-06-06 | 6 | -9/+3 |
* | Fix 1.6ism | Nick Burch | 2011-06-04 | 2 | -2/+0 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 23 | -1808/+2337 |
* | Bug 51098 - Error in calculating image width/height, if image fits into one cell | Yegor Kozlov | 2011-05-27 | 1 | -10/+1 |
* | Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S... | Nick Burch | 2011-05-27 | 1 | -1/+0 |
* | Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (probl... | Nick Burch | 2011-05-27 | 2 | -2/+13 |
* | Fix bug #51188 - Support for getting and setting XPWF zoom settings | Nick Burch | 2011-05-27 | 2 | -0/+56 |
* | Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and ... | Nick Burch | 2011-05-27 | 3 | -6/+220 |
* | Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f... | Nick Burch | 2011-05-23 | 2 | -17/+28 |
* | Bugzilla 51196: Initial support for Spreadsheet Chart API | Yegor Kozlov | 2011-05-20 | 9 | -116/+1164 |
* | improved test coverage for SXSSF | Yegor Kozlov | 2011-05-19 | 5 | -55/+204 |
* | Put more details in the error message for next time | Nick Burch | 2011-05-19 | 1 | -1/+4 |
* | FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known... | Maxim Valyanskiy | 2011-05-18 | 1 | -1/+14 |
* | initial support for SXSSF tests | Yegor Kozlov | 2011-05-18 | 1 | -8/+4 |
* | fixed resizing pictures in XSSF, see Bugzilla 51160 | Yegor Kozlov | 2011-05-18 | 1 | -2/+2 |
* | Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod... | Yegor Kozlov | 2011-05-17 | 4 | -0/+3655 |
* | Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ... | Nick Burch | 2011-05-13 | 8 | -89/+87 |
* | Patch from Stefan from bug #51172 - XWPF .gif images support | Nick Burch | 2011-05-13 | 3 | -2/+11 |
* | As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato... | Nick Burch | 2011-05-09 | 1 | -20/+22 |
* | Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly... | Nick Burch | 2011-05-06 | 1 | -52/+54 |
* | Re-enable the XWPF test for adding paragraphs, and fix it up to work properly | Nick Burch | 2011-05-06 | 2 | -1/+30 |
* | NPOIFS and OPC both support close(), so mark them as such | Nick Burch | 2011-05-06 | 1 | -1/+2 |
* | Fix bug #51112 - Correct XWPFTable tracking of new rows | Nick Burch | 2011-05-03 | 1 | -0/+1 |
* | Fix bug #51113 - Correct XWPFParagraph tracking of inserted runs | Nick Burch | 2011-05-03 | 1 | -1/+1 |
* | Fix bug #51111 - Correct XWPFParagraph tracking of new runs | Nick Burch | 2011-05-03 | 1 | -1/+3 |
* | Fix bug #50956 - Correct XSSF cell style cloning between workbooks | Nick Burch | 2011-04-21 | 2 | -0/+19 |
* | Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the... | Nick Burch | 2011-04-21 | 1 | -0/+37 |
* | Add support for adding a picture to a XSSFRun | Nick Burch | 2011-04-15 | 2 | -25/+151 |
* | Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo... | Nick Burch | 2011-04-14 | 7 | -31/+27 |
* | Fix bug #51061 - Correct target URI for new XSSF Tables | Nick Burch | 2011-04-14 | 2 | -3/+12 |
* | XSSF: reduce memory usage by specifing default namespace for string keys in S... | Maxim Valyanskiy | 2011-04-14 | 1 | -6/+15 |
* | Initial support for XSSF Charts. Provides easy access to the underlying CTCha... | Nick Burch | 2011-04-08 | 3 | -5/+175 |
* | Correct the fetching of Drawings from a XSSFChartSheet | Nick Burch | 2011-04-08 | 2 | -11/+74 |
* | Fix inconsistent indent | Nick Burch | 2011-04-08 | 1 | -31/+31 |
* | More test for bug #49381 / #50884 - xssf freeze panes | Nick Burch | 2011-04-08 | 1 | -4/+13 |
* | Add support for adding a table to a XSSFSheet | Nick Burch | 2011-04-08 | 2 | -8/+46 |
* | Implement the load method on MemoryPackagePart | Nick Burch | 2011-03-30 | 1 | -1/+17 |
* | Add XWPF <br> detection for the other kind of ooxml schemas | Nick Burch | 2011-03-25 | 1 | -0/+6 |
* | XWPFPicture: remove unused POILogger instance | Maxim Valyanskiy | 2011-03-21 | 1 | -4/+0 |
* | XWPFPicture: support for reading picture description | Maxim Valyanskiy | 2011-03-21 | 1 | -4/+9 |
* | XWPF: support for pictures in headers | Maxim Valyanskiy | 2011-03-21 | 3 | -5/+9 |
* | Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/colum... | Nick Burch | 2011-03-18 | 1 | -1/+1 |
* | Fix bug #49253 - When setting repeating rows and columns for XSSF, don't brea... | Nick Burch | 2011-03-18 | 1 | -2/+11 |
* | Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets creat... | Nick Burch | 2011-03-18 | 2 | -5/+27 |
* | Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app... | Nick Burch | 2011-03-04 | 3 | -4/+40 |
* | Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus... | Nick Burch | 2011-03-04 | 5 | -34/+58 |
* | Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha... | Nick Burch | 2011-03-04 | 1 | -14/+14 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 2 | -6/+157 |
* | Tweak XSSFPrintSetup to make it a little clearer what happens, and add a roun... | Nick Burch | 2011-03-01 | 1 | -4/+11 |
* | tweaked validation of xml to keep Gump quiet | Yegor Kozlov | 2011-02-26 | 1 | -3/+3 |