summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed evaluation of cell references with column index greater than 255, see b...Yegor Kozlov2010-11-102-1/+36
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-093-170/+33
* Add a few more little bits of formula unit testsNick Burch2010-11-041-0/+2
* Ensure that XWPFParagraph.getDocument() is not nullMaxim Valyanskiy2010-10-2816-88/+139
* don't depend on constants from javax.xml.XMLConstants from JRE, stay compatib...Yegor Kozlov2010-10-231-2/+1
* Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheetsNick Burch2010-10-202-1/+20
* br is a line break, similar to crNick Burch2010-10-191-0/+3
* suppress deprecation warnings in poi-ooxmlYegor Kozlov2010-10-144-0/+12
* revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor...Yegor Kozlov2010-10-1410-96/+106
* allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 Yegor Kozlov2010-10-082-2/+40
* cleaned javadoc warningsYegor Kozlov2010-10-0611-135/+38
* Add unit tests for the XWPF decorator classesNick Burch2010-09-221-0/+99
* Add a temporary workaround for bug #49934, while we wait for a proper xmlbean...Nick Burch2010-09-211-0/+13
* Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop ...Nick Burch2010-09-214-4/+49
* Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b...Nick Burch2010-09-203-11/+136
* Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up rel...Nick Burch2010-09-203-71/+53
* Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when...Nick Burch2010-09-162-1/+89
* Add disabled, failing unit test for bug #49940Nick Burch2010-09-161-0/+28
* Various XWPF picture tweaks and more unit testsNick Burch2010-09-144-9/+91
* Fix up imports to remove un-used onesNick Burch2010-09-1412-43/+15
* Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of...Nick Burch2010-09-144-10/+166
* Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe...Nick Burch2010-09-147-45/+95
* XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an...Nick Burch2010-09-149-120/+222
* Add a getBodyElements() method to XWPF IBody, to make access to embedded para...Nick Burch2010-09-147-2/+29
* More XSLFRelation entries for common .pptx file partsNick Burch2010-09-131-2/+19
* fixed evaluation of shared formulas in XSSF, see Bugzilla 49872Yegor Kozlov2010-09-123-13/+51
* avoid corruption of XSSFWorkbook after removing all merged cells from sheet, ...Yegor Kozlov2010-09-112-1/+7
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-111-1/+3
* Remove 1.6isms which prevent compilation on Java 1.5Nick Burch2010-09-091-1/+0
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-092-0/+6
* allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th...Yegor Kozlov2010-09-071-1/+17
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-052-78/+57
* fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...Yegor Kozlov2010-09-041-53/+3
* fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva...Yegor Kozlov2010-09-042-129/+10
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-041-1/+8
* ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833)Yegor Kozlov2010-09-041-0/+9
* added ZipFileAssert, this file was in the original OpenXML4J package but wasn...Yegor Kozlov2010-09-042-41/+202
* fixed evaluation of XSSF workbooks containing formulas with reference errors ...Yegor Kozlov2010-08-251-9/+26
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-182-0/+59
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-091-0/+0
* initial support for excel auto-filtersYegor Kozlov2010-08-083-35/+54
* close OPC package before assertion, otherwise the test fails on Win7 (unix-ba...Yegor Kozlov2010-08-061-1/+2
* Support nested outlook files in ExtractorFactoryNick Burch2010-08-042-6/+35
* Improve handling and warnings when closing OPCPackage objectsNick Burch2010-08-043-6/+83
* Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty...Nick Burch2010-08-042-2/+55
* Commit unit test change tooNick Burch2010-07-291-1/+2
* Refactor to make it easier to tell which content types each POIXMLTextExtract...Nick Burch2010-07-296-51/+170
* Support for escaped unicode characters in Shared String Table, see bug #49653Yegor Kozlov2010-07-282-2/+53
* preserve leading and trailing white spaces in XWPFRun, see bug #49593Yegor Kozlov2010-07-271-1/+20
* insert the content of fldSimple fields into the XWPFWordTextExtractor output,...Yegor Kozlov2010-07-272-0/+17