aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s...Yegor Kozlov2012-12-045-14/+77
* sync table headers with worksheet on saveYegor Kozlov2012-12-021-5/+33
* Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNGYegor Kozlov2012-12-023-1/+68
* updated version.id and release date of POI-3.9Yegor Kozlov2012-11-253-23/+25
* removed svn:executable from test filesYegor Kozlov2012-11-251-0/+0
* fixed missing licence headersYegor Kozlov2012-11-255-0/+80
* Bugzilla 54188 - Avoid NPE in PPT2PNGYegor Kozlov2012-11-253-0/+18
* avoid warning: check if property node exists instead of throw/catch exceptionYegor Kozlov2012-11-161-1/+1
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-1630-85/+152
* fixed javadoc warningsYegor Kozlov2012-11-1610-14/+9
* bugzilla 54137 - improved performance of DataFormatter with FractionsYegor Kozlov2012-11-163-12/+108
* follow-up to 54099: include STMerge & CTVMerge in poi-ooxml-schemas jarYegor Kozlov2012-11-151-0/+2
* clear unused import warningsYegor Kozlov2012-11-1213-34/+1
* added a demo how to use functions from external APIsYegor Kozlov2012-11-121-0/+93
* Bugzilla 54099 - Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas...Yegor Kozlov2012-11-082-9/+17
* Bugzilla 54111 - Fixed extracting text from table cells in HSLFYegor Kozlov2012-11-073-2/+97
* example how to create pptx pie chart from template, more tests for poi-ooxmlYegor Kozlov2012-11-075-3/+327
* Bug 52583 - Conversion to html : Problem with comboboxSergey Vladimirov2012-11-0617-180/+1290
* 52863 - add workaround for files with broken CHP SPRMsSergey Vladimirov2012-11-052-3/+26
* fix bug 53182 - Reading combined character styling and direct formatting of a...Sergey Vladimirov2012-11-056-67/+125
* 52311 - Conversion to html : Problem in titles number Sergey Vladimirov2012-11-057-93/+170
* move test case for Bug 47563 to distinguish fileSergey Vladimirov2012-11-052-58/+86
* Add support for CHP SPRM sprmCFNoProof 0x875Sergey Vladimirov2012-11-051-2/+13
* update CHP type definition (all flags from grpfChp are supported now)Sergey Vladimirov2012-11-053-99/+627
* a bit more debug loggingSergey Vladimirov2012-11-051-0/+2
* Bug 53914 - TableRow#getTopBorder() return bottom's borderSergey Vladimirov2012-11-052-1/+2
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-0110-72/+72
* Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking...Yegor Kozlov2012-10-294-1/+60
* Bug #53707: SlideShow.addPicture declares IOException but throws HSLFExceptionYegor Kozlov2012-10-261-6/+6
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in row...Yegor Kozlov2012-10-263-15/+12
* Bug 54008: Fixed Ant build to support build directories with blanksYegor Kozlov2012-10-261-2/+3
* Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://'Yegor Kozlov2012-10-264-1/+25
* Bug #53404 - Fixed compatibility issue with modifying xls files created by PO...Yegor Kozlov2012-10-254-14/+44
* Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT filesYegor Kozlov2012-10-2414-33/+1031
* added missing licence headerYegor Kozlov2012-10-241-0/+18
* support links to slides in HSLFYegor Kozlov2012-10-245-11/+54
* fixed failing tests, force UTC time zone when formatting datesYegor Kozlov2012-10-243-2/+7
* Bug #53784 - Partial support for fixed-length Outlook property values in HSMF...Nick Burch2012-10-159-9/+270
* Use a chunk that really isn't there, to avoid issues when we start to support...Nick Burch2012-10-151-4/+5
* Support output to a specified streamNick Burch2012-10-151-7/+11
* Bugzilla 53943 - added method processSymbol() to allow converting word symbolsYegor Kozlov2012-10-122-0/+14
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-124-10/+74
* preserve leading / trailing spaces in SXSSFYegor Kozlov2012-10-123-1/+57
* Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for cu...Yegor Kozlov2012-10-103-1/+28
* Bugzilla >53974 - Avoid exception when constructing HSSFWorbook on Google App...Yegor Kozlov2012-10-102-2/+8
* Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData()Yegor Kozlov2012-10-106-31/+85
* Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level m...Yegor Kozlov2012-10-045-7/+29
* Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it c...Yegor Kozlov2012-10-043-11/+5
* Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawingsYegor Kozlov2012-10-044-7/+73
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-293-4/+70