summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-212-1/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364061 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode ↵Yegor Kozlov2012-07-162-0/+11
| | | | | | control character git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1362093 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-022-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1356102 13f79535-47bb-0310-9956-ffa450edef68
* Update JavaDocs to make it clearer to users about the different constuctorsNick Burch2012-06-211-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1352685 13f79535-47bb-0310-9956-ffa450edef68
* more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-209-9/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1351994 13f79535-47bb-0310-9956-ffa450edef68
* Add File based constructor to OPCPackage, alongside existing String one ↵Nick Burch2012-06-194-27/+107
| | | | | | (which constructed a File from the string internally) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1351894 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53271 - Removed unconditional asserts in SXSSFYegor Kozlov2012-05-255-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1342604 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF fileYegor Kozlov2012-04-212-7/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1328653 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53101: fixed evaluation of SUM over cell range > 255Yegor Kozlov2012-04-211-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1328647 13f79535-47bb-0310-9956-ffa450edef68
* OPC: add original IOException to chain on open file errorsMaxim Valyanskiy2012-03-203-11/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1302840 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when ↵Yegor Kozlov2012-03-112-9/+72
| | | | | | parsing shared strings table in XSSF eventusermodel git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1299338 13f79535-47bb-0310-9956-ffa450edef68
* corrected name of test file for Bugzilla 51710Yegor Kozlov2012-03-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296983 13f79535-47bb-0310-9956-ffa450edef68
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-0542-131/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296977 13f79535-47bb-0310-9956-ffa450edef68
* support for setting color of sheet tab in XSSFYegor Kozlov2012-02-292-48/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295079 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51564 - support for enforcing fields update in XWPFYegor Kozlov2012-02-293-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295078 13f79535-47bb-0310-9956-ffa450edef68
* follow on to r1295058Yegor Kozlov2012-02-291-1/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295063 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51673 - support grouping rows in SXSSFYegor Kozlov2012-02-293-4/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295058 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51780 - support replacement of content types in OPC packagesYegor Kozlov2012-02-292-6/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294998 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52784 - replace ISO control characters with question marks in SXSSF ↵Yegor Kozlov2012-02-282-10/+41
| | | | | | to be consistent with XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294657 13f79535-47bb-0310-9956-ffa450edef68
* follow-on to r1294595Yegor Kozlov2012-02-281-27/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294653 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294181 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51790: fixed reading shared formulas in XSSF Yegor Kozlov2012-02-272-1/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294127 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52708 - misc improvements in CellFormatYegor Kozlov2012-02-271-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294072 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documentsYegor Kozlov2012-02-269-5/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1293748 13f79535-47bb-0310-9956-ffa450edef68
* fixed wrong namespace when inserting images in xwpf, added an example how to ↵Yegor Kozlov2012-02-261-4/+5
| | | | | | insert pictures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1293747 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52745: fixed XSSFRichtextString.append to preserve leading / ↵Yegor Kozlov2012-02-232-2/+11
| | | | | | trailing spaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292759 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52716 - tolerate hyperlinks that have neither location nor relationYegor Kozlov2012-02-222-13/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292295 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52701: fixed seting vertical alignment for XSLFTableCellYegor Kozlov2012-02-212-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1291743 13f79535-47bb-0310-9956-ffa450edef68
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-212-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1291730 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already ↵Nick Burch2012-02-151-0/+6
| | | | | | been closed, give IllegalArgumentException rather than NPE git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244450 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-142-11/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243793 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-122-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243240 13f79535-47bb-0310-9956-ffa450edef68
* validate row and column indexes in SXSSFYegor Kozlov2012-02-122-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243232 13f79535-47bb-0310-9956-ffa450edef68
* Disabled unit tests for bug #48703Nick Burch2012-02-101-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1242807 13f79535-47bb-0310-9956-ffa450edef68
* support caching images in xslfYegor Kozlov2012-02-083-23/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241896 13f79535-47bb-0310-9956-ffa450edef68
* added methods to get/set preset shape geometry in XSLFYegor Kozlov2012-02-085-28/+268
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241885 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52570: misc fixes in XWPFDocumentYegor Kozlov2012-02-071-5/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241398 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52568: added methods to set/get an XWPFRun's text colorYegor Kozlov2012-02-072-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241395 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52566: added methods to set/get vertical alignment and color in ↵Yegor Kozlov2012-02-072-2/+177
| | | | | | XWPFTableCell git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241393 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 525612: added methods to get/set a table row's Can't Split and ↵Yegor Kozlov2012-02-072-9/+97
| | | | | | Repeat Header attributes in XWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241387 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52561: Added methods to set table inside borders and cell margins ↵Yegor Kozlov2012-02-072-4/+403
| | | | | | in XWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241383 13f79535-47bb-0310-9956-ffa450edef68
* improved javadoc on SXSSFWorkbook(XSSFWorkbook wb)Yegor Kozlov2012-02-071-1/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241373 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52575: added an option to ignore missing workbook references in ↵Yegor Kozlov2012-02-061-4/+7
| | | | | | formula evaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1240903 13f79535-47bb-0310-9956-ffa450edef68
* improved support for line breaks in XSLFYegor Kozlov2012-02-037-24/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1240026 13f79535-47bb-0310-9956-ffa450edef68
* validate hyperlink address as discussed on poi-userYegor Kozlov2012-02-022-2/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1239529 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some ↵Nick Burch2012-01-302-28/+62
| | | | | | Office produced ones do have 2 Core Properties, despite the specification explicitly forbidding this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1237631 13f79535-47bb-0310-9956-ffa450edef68
* support kerning in XSLF text runsYegor Kozlov2012-01-254-6/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1235668 13f79535-47bb-0310-9956-ffa450edef68
* more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classesYegor Kozlov2012-01-193-7/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1233242 13f79535-47bb-0310-9956-ffa450edef68
* added common interface for containers of shapes in XSLFYegor Kozlov2012-01-144-4/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1231481 13f79535-47bb-0310-9956-ffa450edef68
* Support more OOXML custom properties for text extractionNick Burch2012-01-111-54/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230168 13f79535-47bb-0310-9956-ffa450edef68