summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-212-1/+65
* Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode c...Yegor Kozlov2012-07-162-0/+11
* avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-022-3/+17
* Update JavaDocs to make it clearer to users about the different constuctorsNick Burch2012-06-211-2/+23
* more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-209-9/+137
* Add File based constructor to OPCPackage, alongside existing String one (whic...Nick Burch2012-06-194-27/+107
* Bugzilla 53271 - Removed unconditional asserts in SXSSFYegor Kozlov2012-05-255-9/+0
* Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF fileYegor Kozlov2012-04-212-7/+41
* Bugzilla 53101: fixed evaluation of SUM over cell range > 255Yegor Kozlov2012-04-211-0/+22
* OPC: add original IOException to chain on open file errorsMaxim Valyanskiy2012-03-203-11/+18
* Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsi...Yegor Kozlov2012-03-112-9/+72
* corrected name of test file for Bugzilla 51710Yegor Kozlov2012-03-051-1/+1
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-0542-131/+23
* 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-293-0/+50
* follow on to r1295058Yegor Kozlov2012-02-291-1/+32
* Bugzilla 51673 - support grouping rows in SXSSFYegor Kozlov2012-02-293-4/+29
* Bugzilla 51780 - support replacement of content types in OPC packagesYegor Kozlov2012-02-292-6/+66
* Bugzilla 52784 - replace ISO control characters with question marks in SXSSF ...Yegor Kozlov2012-02-282-10/+41
* follow-on to r1294595Yegor Kozlov2012-02-281-27/+27
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-271-1/+1
* Bugzilla 51790: fixed reading shared formulas in XSSF Yegor Kozlov2012-02-272-1/+46
* Bugzilla 52708 - misc improvements in CellFormatYegor Kozlov2012-02-271-3/+3
* Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documentsYegor Kozlov2012-02-269-5/+173
* fixed wrong namespace when inserting images in xwpf, added an example how to ...Yegor Kozlov2012-02-261-4/+5
* Bugzilla 52745: fixed XSSFRichtextString.append to preserve leading / trailin...Yegor Kozlov2012-02-232-2/+11
* Bugzilla 52716 - tolerate hyperlinks that have neither location nor relationYegor Kozlov2012-02-222-13/+51
* Bugzilla 52701: fixed seting vertical alignment for XSLFTableCellYegor Kozlov2012-02-212-0/+34
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-212-0/+30
* 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