aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add TODO for merging CellFormat and DataFormatterNick Burch2012-02-201-0/+4
* Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already b...Nick Burch2012-02-152-0/+7
* Fix bug #52664 - MAPIMessage may not always have name chunks when checking fo...Nick Burch2012-02-152-4/+9
* Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverterYegor Kozlov2012-02-152-1/+2
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-155-4/+111
* Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol fonts...Nick Burch2012-02-142-0/+6
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-143-11/+78
* added ASF licence headerYegor Kozlov2012-02-131-0/+16
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-126-4/+23
* validate row and column indexes in SXSSFYegor Kozlov2012-02-123-0/+24
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-116-16/+139
* Disabled unit tests for bug #48703Nick Burch2012-02-104-0/+53
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-1010-21/+216
* Unit test from Maciej for bug #51498Nick Burch2012-02-082-0/+31
* 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 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-074-4/+24
* 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-073-0/+36
* Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF...Yegor Kozlov2012-02-073-2/+178
* Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe...Yegor Kozlov2012-02-073-9/+98
* Bugzilla 52561: Added methods to set table inside borders and cell margins in...Yegor Kozlov2012-02-073-4/+404
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-076-0/+627
* improved javadoc on SXSSFWorkbook(XSSFWorkbook wb)Yegor Kozlov2012-02-071-1/+36
* added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575Yegor Kozlov2012-02-073-12/+46
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-0610-24/+197
* improved support for line breaks in XSLFYegor Kozlov2012-02-037-24/+114
* validate hyperlink address as discussed on poi-userYegor Kozlov2012-02-023-2/+52
* Update the license details to reflect current practice, to avoid confusionNick Burch2012-02-011-7/+9
* Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of...Nick Burch2012-01-304-28/+63
* bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBATMaxim Valyanskiy2012-01-301-1/+1
* Correct license linkNick Burch2012-01-301-3/+3
* support kerning in XSLF text runsYegor Kozlov2012-01-254-6/+91
* Added implementation for SUMIFS(), see Bugzilla 52462Yegor Kozlov2012-01-215-1/+422
* more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classesYegor Kozlov2012-01-193-7/+136
* corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as rep...Yegor Kozlov2012-01-171-6/+16
* added example how to merge .pptx slidesYegor Kozlov2012-01-161-1/+23
* added common interface for containers of shapes in XSLFYegor Kozlov2012-01-144-4/+183
* Correct fraction formatting quick return logicNick Burch2012-01-131-1/+1
* Support more OOXML custom properties for text extractionNick Burch2012-01-111-54/+107
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ...Nick Burch2012-01-113-6/+51
* Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som...Nick Burch2012-01-117-37/+75
* Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr...Nick Burch2012-01-112-1/+17
* Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t...Nick Burch2012-01-093-1/+6
* more progress with merging external slidesYegor Kozlov2011-12-283-5/+65
* Add disabled tests for custom formatsNick Burch2011-12-281-0/+17
* Add AM/PM DataFormatter tests for bug #52389 (already working properly)Nick Burch2011-12-281-0/+16
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the...Nick Burch2011-12-283-4/+19
* Fix generics warningsNick Burch2011-12-281-2/+2
* patch from Bugzilla 52200: updated XWPF table example codeYegor Kozlov2011-12-252-11/+155