aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR...Yegor Kozlov2010-05-241-20/+43
* Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325Yegor Kozlov2010-05-221-0/+10
* Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themesNick Burch2010-05-1910-12/+159
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-165-1/+921
* Enhanced SViewer to support most border types, cell formats, and conditional ...Yegor Kozlov2010-05-101-0/+126
* Fix bug #49020 - Workaround Excel outputting invalid XML in button definition...Nick Burch2010-05-054-1/+214
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-252-1/+56
* Properly close internal InputStream in ExtractorFactory#createExtractor(File)...Yegor Kozlov2010-04-201-12/+16
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-203-5/+48
* Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added acces...Yegor Kozlov2010-04-204-1/+182
* Add missing license headersNick Burch2010-04-146-1/+103
* Remove readme about java 1.4 vs 1.5, as we've ditched java 1.4 supportNick Burch2010-04-141-44/+0
* XSLFCommonSlideData: extract text data from group shapeMaxim Valyanskiy2010-02-081-9/+17
* New event based xssf text extractor (XSSFEventBasedExcelExtractor)Nick Burch2010-01-266-8/+512
* The ReadOnlySharedStringsTable is re-usable for other event based things, so ...Nick Burch2010-01-261-0/+221
* Most of support suggested by Phil Varner on the list - ExtractorFactory can n...Nick Burch2010-01-252-2/+132
* properly close all IO streams created in OPCPackage, see Bugzilla 48571Yegor Kozlov2010-01-241-1/+5
* always copy all declared inner classes and interfaces when generating poi-oox...Yegor Kozlov2010-01-241-14/+8
* avoid creating unnecessary temp files, tighten up usage of temp files in unit...Yegor Kozlov2010-01-144-4/+7
* revert previous commitMaxim Valyanskiy2010-01-141-18/+9
* ExtractorFactory: save OOXML stream into temporary file before text extractio...Maxim Valyanskiy2010-01-141-9/+18
* Avoid creating temporary files when opening OPC packages from input streamYegor Kozlov2010-01-135-36/+5
* Add a command line wrapper around ExtractorFactory, mostly aimed at when debu...Nick Burch2010-01-131-0/+55
* add more powerpoint xml mime typesMaxim Valyanskiy2010-01-122-0/+21
* Add PublisherTextExtractor support to ExtractorFactoryNick Burch2010-01-112-0/+38
* XSLF: text extraction from tablesMaxim Valyanskiy2010-01-119-44/+219
* Add embeded (attachment) support to the outlook text extractorNick Burch2010-01-082-10/+65
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-082-6/+6
* Wire up the new HSMFTextExtactor to the ExtractorFactoryNick Burch2010-01-082-172/+211
* Add in a few bits of Generics to avoid warningsNick Burch2010-01-031-6/+6
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-294-8/+105
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-2614-179/+104
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-261-31/+7
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-251-14/+10
* Minor clean-up in TestXSSFSheetJosh Micich2009-12-251-312/+310
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-255-185/+158
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-253-137/+100
* removed mistakenly submitted testYegor Kozlov2009-12-241-14/+0
* added tests for XSSF usermodel for array formulas, this change is a step towa...Yegor Kozlov2009-12-233-3/+314
* improved javadoc on Picture.resize()Yegor Kozlov2009-12-211-0/+11
* Added missing license headers to 5 files. Removed dist target from howtobuild...Dave Fisher2009-12-131-0/+16
* fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil...Yegor Kozlov2009-12-042-5/+23
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...Josh Micich2009-12-031-6/+34
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-0330-5/+91
* added a test covering bookmarksYegor Kozlov2009-12-031-14/+12
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-307-74/+259
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-272-39/+22
* minor changes - initial work on bugzilla 48292 (support for array formulas)Josh Micich2009-11-272-706/+707
* small tweak to fix compiler error after r884918 (differences in @Override rul...Josh Micich2009-11-271-3/+1
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-2712-350/+879