| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already b... | Nick Burch | 2012-02-15 | 1 | -0/+6 |
* | Bugzilla 52658: support mergin table cells in XSLF | Yegor Kozlov | 2012-02-14 | 2 | -11/+77 |
* | Bugzilla 52626: fixed setting default row height in HSSF and XSSF | Yegor Kozlov | 2012-02-12 | 2 | -4/+14 |
* | validate row and column indexes in SXSSF | Yegor Kozlov | 2012-02-12 | 2 | -0/+23 |
* | Disabled unit tests for bug #48703 | Nick Burch | 2012-02-10 | 1 | -0/+30 |
* | support caching images in xslf | Yegor Kozlov | 2012-02-08 | 3 | -23/+59 |
* | added methods to get/set preset shape geometry in XSLF | Yegor Kozlov | 2012-02-08 | 5 | -28/+268 |
* | Bugzilla 52570: misc fixes in XWPFDocument | Yegor Kozlov | 2012-02-07 | 1 | -5/+14 |
* | Bugzilla 52568: added methods to set/get an XWPFRun's text color | Yegor Kozlov | 2012-02-07 | 2 | -0/+35 |
* | Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF... | Yegor Kozlov | 2012-02-07 | 2 | -2/+177 |
* | Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe... | Yegor Kozlov | 2012-02-07 | 2 | -9/+97 |
* | Bugzilla 52561: Added methods to set table inside borders and cell margins in... | Yegor Kozlov | 2012-02-07 | 2 | -4/+403 |
* | improved javadoc on SXSSFWorkbook(XSSFWorkbook wb) | Yegor Kozlov | 2012-02-07 | 1 | -1/+36 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 1 | -4/+7 |
* | improved support for line breaks in XSLF | Yegor Kozlov | 2012-02-03 | 7 | -24/+114 |
* | validate hyperlink address as discussed on poi-user | Yegor Kozlov | 2012-02-02 | 2 | -2/+51 |
* | Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of... | Nick Burch | 2012-01-30 | 2 | -28/+62 |
* | support kerning in XSLF text runs | Yegor Kozlov | 2012-01-25 | 4 | -6/+91 |
* | more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes | Yegor Kozlov | 2012-01-19 | 3 | -7/+136 |
* | added common interface for containers of shapes in XSLF | Yegor Kozlov | 2012-01-14 | 4 | -4/+183 |
* | Support more OOXML custom properties for text extraction | Nick Burch | 2012-01-11 | 1 | -54/+107 |
* | POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ... | Nick Burch | 2012-01-11 | 2 | -6/+50 |
* | Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som... | Nick Burch | 2012-01-11 | 5 | -37/+74 |
* | more progress with merging external slides | Yegor Kozlov | 2011-12-28 | 3 | -5/+65 |
* | Bug #52369 - XSSFExcelExtractor should format numeric cells based on the form... | Nick Burch | 2011-12-20 | 2 | -14/+64 |
* | Fix bug #52369 - Event based XSSF parsing should handle formatting of formula... | Nick Burch | 2011-12-20 | 1 | -1/+15 |
* | Bugzilla 52348: Avoid exception when creating cell style in a workbook that ... | Yegor Kozlov | 2011-12-19 | 2 | -3/+18 |
* | Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi... | Yegor Kozlov | 2011-12-19 | 1 | -0/+5 |
* | Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi... | Yegor Kozlov | 2011-12-19 | 2 | -25/+81 |
* | Addition to Bugzilla 51961: enable compression of temp files when loading exi... | Yegor Kozlov | 2011-12-16 | 1 | -1/+26 |
* | more xlsf docs and samples | Yegor Kozlov | 2011-12-16 | 3 | -17/+122 |
* | xlsf tutorial and cookbook updates | Yegor Kozlov | 2011-12-11 | 1 | -0/+19 |
* | Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS one | Nick Burch | 2011-12-11 | 1 | -0/+6 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 10 | -0/+0 |
* | Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d... | Yegor Kozlov | 2011-12-10 | 2 | -1/+38 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 12 | -26/+24 |
* | keep rat quiet | Yegor Kozlov | 2011-12-09 | 2 | -1/+17 |
* | Bugzilla 51961: support compression of temp files in SXSSF | Yegor Kozlov | 2011-12-09 | 9 | -269/+472 |
* | Bugzilla 52268 - support cloning sheets with drawings in XSSF | Yegor Kozlov | 2011-12-07 | 4 | -45/+138 |
* | Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi... | Nick Burch | 2011-12-06 | 2 | -196/+244 |
* | Test that shows that bug #52288 is already fixed | Nick Burch | 2011-12-06 | 1 | -0/+21 |
* | Patch from Marcel May from bug #51875 - More XSSF formula new-line support | Nick Burch | 2011-12-05 | 2 | -18/+8 |
* | improved rendering of groupped shapes in xslf | Yegor Kozlov | 2011-12-04 | 15 | -78/+130 |
* | more progress with XSLF: made some methods publis as suggested on poi-dev, mo... | Yegor Kozlov | 2011-11-24 | 17 | -89/+547 |
* | added missing definition of the upArrow shape, moved support for line decorat... | Yegor Kozlov | 2011-11-21 | 6 | -298/+309 |
* | fixed TestXSLFTextParagraph that failed when the Arial font was not available | Yegor Kozlov | 2011-11-20 | 1 | -4/+26 |
* | Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF | Yegor Kozlov | 2011-11-19 | 4 | -10/+22 |
* | avoid exception when breaking text with a trailing newline | Yegor Kozlov | 2011-11-19 | 2 | -3/+65 |
* | misc improvements in text rendering in xlsf | Yegor Kozlov | 2011-11-17 | 9 | -55/+273 |
* | Patch from bug #52190 - null check on XWPF setFontFamily | Nick Burch | 2011-11-16 | 2 | -2/+1 |