aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already b...Nick Burch2012-02-151-0/+6
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-142-11/+77
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-122-4/+14
* validate row and column indexes in SXSSFYegor Kozlov2012-02-122-0/+23
* Disabled unit tests for bug #48703Nick Burch2012-02-101-0/+30
* support caching images in xslfYegor Kozlov2012-02-083-23/+59
* added methods to get/set preset shape geometry in XSLFYegor Kozlov2012-02-085-28/+268
* Bugzilla 52570: misc fixes in XWPFDocumentYegor Kozlov2012-02-071-5/+14
* Bugzilla 52568: added methods to set/get an XWPFRun's text colorYegor Kozlov2012-02-072-0/+35
* Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF...Yegor Kozlov2012-02-072-2/+177
* Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe...Yegor Kozlov2012-02-072-9/+97
* Bugzilla 52561: Added methods to set table inside borders and cell margins in...Yegor Kozlov2012-02-072-4/+403
* improved javadoc on SXSSFWorkbook(XSSFWorkbook wb)Yegor Kozlov2012-02-071-1/+36
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-061-4/+7
* improved support for line breaks in XSLFYegor Kozlov2012-02-037-24/+114
* validate hyperlink address as discussed on poi-userYegor Kozlov2012-02-022-2/+51
* Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of...Nick Burch2012-01-302-28/+62
* support kerning in XSLF text runsYegor Kozlov2012-01-254-6/+91
* more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classesYegor Kozlov2012-01-193-7/+136
* added common interface for containers of shapes in XSLFYegor Kozlov2012-01-144-4/+183
* Support more OOXML custom properties for text extractionNick Burch2012-01-111-54/+107
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ...Nick Burch2012-01-112-6/+50
* Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som...Nick Burch2012-01-115-37/+74
* more progress with merging external slidesYegor Kozlov2011-12-283-5/+65
* Bug #52369 - XSSFExcelExtractor should format numeric cells based on the form...Nick Burch2011-12-202-14/+64
* Fix bug #52369 - Event based XSSF parsing should handle formatting of formula...Nick Burch2011-12-201-1/+15
* Bugzilla 52348: Avoid exception when creating cell style in a workbook that ...Yegor Kozlov2011-12-192-3/+18
* Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi...Yegor Kozlov2011-12-191-0/+5
* Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi...Yegor Kozlov2011-12-192-25/+81
* Addition to Bugzilla 51961: enable compression of temp files when loading exi...Yegor Kozlov2011-12-161-1/+26
* more xlsf docs and samplesYegor Kozlov2011-12-163-17/+122
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-111-0/+19
* Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS oneNick Burch2011-12-111-0/+6
* removed svn:executable bit from project filesYegor Kozlov2011-12-1010-0/+0
* Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d...Yegor Kozlov2011-12-102-1/+38
* fixed javadoc warningsYegor Kozlov2011-12-0912-26/+24
* keep rat quietYegor Kozlov2011-12-092-1/+17
* Bugzilla 51961: support compression of temp files in SXSSF Yegor Kozlov2011-12-099-269/+472
* Bugzilla 52268 - support cloning sheets with drawings in XSSFYegor Kozlov2011-12-074-45/+138
* Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi...Nick Burch2011-12-062-196/+244
* Test that shows that bug #52288 is already fixedNick Burch2011-12-061-0/+21
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-052-18/+8
* improved rendering of groupped shapes in xslfYegor Kozlov2011-12-0415-78/+130
* more progress with XSLF: made some methods publis as suggested on poi-dev, mo...Yegor Kozlov2011-11-2417-89/+547
* added missing definition of the upArrow shape, moved support for line decorat...Yegor Kozlov2011-11-216-298/+309
* fixed TestXSLFTextParagraph that failed when the Arial font was not availableYegor Kozlov2011-11-201-4/+26
* Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLFYegor Kozlov2011-11-194-10/+22
* avoid exception when breaking text with a trailing newlineYegor Kozlov2011-11-192-3/+65
* misc improvements in text rendering in xlsfYegor Kozlov2011-11-179-55/+273
* Patch from bug #52190 - null check on XWPF setFontFamilyNick Burch2011-11-162-2/+1