aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav...Yegor Kozlov2012-03-173-0/+557
* Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString()Yegor Kozlov2012-03-132-1/+2
* Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsi...Yegor Kozlov2012-03-113-9/+73
* add RANK to the list of supported functionsYegor Kozlov2012-03-111-0/+1
* small fic to prevent NPE when iterating over shape attributes in HSLFYegor Kozlov2012-03-111-2/+3
* bugzilla 52818 - Added implementation for RANK()Yegor Kozlov2012-03-054-0/+199
* corrected name of test file for Bugzilla 51710Yegor Kozlov2012-03-051-1/+1
* optimized unused imports in poi-excelantYegor Kozlov2012-03-052-3/+0
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-0522-35/+0
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-0562-148/+88
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-0542-131/+23
* optimized unused imports and removed deprecation warnings in poi-examplesYegor Kozlov2012-03-058-15/+2
* bugzilla 52682 - allow setting text with trailing carriage return in HSLFYegor Kozlov2012-03-013-8/+3
* bugzilla 52244 - use correct text attributes when presentation has multiple T...Yegor Kozlov2012-03-013-1/+20
* support for setting color of sheet tab in XSSFYegor Kozlov2012-02-292-48/+24
* Bugzilla 51564 - support for enforcing fields update in XWPFYegor Kozlov2012-02-294-0/+52
* follow on to r1295058Yegor Kozlov2012-02-291-1/+32
* Bugzilla 51673 - support grouping rows in SXSSFYegor Kozlov2012-02-294-4/+30
* Bugzilla 51780 - support replacement of content types in OPC packagesYegor Kozlov2012-02-293-6/+67
* Bugzilla 52784 - replace ISO control characters with question marks in SXSSF ...Yegor Kozlov2012-02-283-10/+42
* follow-on to r1294595Yegor Kozlov2012-02-281-27/+27
* bugzilla 52057 - updated formula test framework to be aware of recently added...Yegor Kozlov2012-02-285-5/+40
* follow-on to r1294180Yegor Kozlov2012-02-271-31/+54
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-274-3/+26
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-272-1/+7
* Bugzilla 51790: fixed reading shared formulas in XSSF Yegor Kozlov2012-02-273-1/+47
* Bugzilla 52708 - misc improvements in CellFormatYegor Kozlov2012-02-278-39/+1016
* polished code to register new function impls in runtimeYegor Kozlov2012-02-265-152/+381
* Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agil...Yegor Kozlov2012-02-265-14/+81
* Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documentsYegor Kozlov2012-02-2610-5/+174
* fixed wrong namespace when inserting images in xwpf, added an example how to ...Yegor Kozlov2012-02-262-4/+79
* Bugzilla 52078 - avoid OutOfMemoryError when rendering groupped pictures in H...Yegor Kozlov2012-02-253-15/+30
* Bugzilla 52745: fixed XSSFRichtextString.append to preserve leading / trailin...Yegor Kozlov2012-02-233-2/+12
* Bugzilla 52716 - tolerate hyperlinks that have neither location nor relationYegor Kozlov2012-02-223-13/+52
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-224-2/+24
* Bugzilla 52598 - respect slide background when rendering slides in HSLFYegor Kozlov2012-02-222-1/+5
* Bugzilla 51731 - fixed painting shape outlines in HSLFYegor Kozlov2012-02-225-43/+102
* Bugzilla 52701: fixed seting vertical alignment for XSLFTableCellYegor Kozlov2012-02-213-0/+35
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-213-0/+31
* allow runtime registration of functions in FormulaEvaluatorYegor Kozlov2012-02-214-0/+242
* 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