aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
* Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR...Yegor Kozlov2010-05-241-20/+43
* Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themesNick Burch2010-05-196-9/+137
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-164-1/+679
* Fix bug #49020 - Workaround Excel outputting invalid XML in button definition...Nick Burch2010-05-052-1/+125
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-251-1/+5
* New event based xssf text extractor (XSSFEventBasedExcelExtractor)Nick Burch2010-01-262-1/+358
* The ReadOnlySharedStringsTable is re-usable for other event based things, so ...Nick Burch2010-01-261-0/+221
* avoid creating unnecessary temp files, tighten up usage of temp files in unit...Yegor Kozlov2010-01-141-1/+1
* Avoid creating temporary files when opening OPC packages from input streamYegor Kozlov2010-01-131-2/+2
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-293-6/+103
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-252-85/+46
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-251-2/+2
* added tests for XSSF usermodel for array formulas, this change is a step towa...Yegor Kozlov2009-12-232-3/+163
* improved javadoc on Picture.resize()Yegor Kozlov2009-12-211-0/+11
* fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil...Yegor Kozlov2009-12-041-2/+4
* 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-0320-4/+46
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-305-72/+45
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-271-11/+0
* 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-278-118/+514
* Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ...Nick Burch2009-11-251-1/+1
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-211-1/+1
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when im...Yegor Kozlov2009-11-161-0/+1
* release system resources when calling javax.imageio.ImageIO in Picture.resize()Yegor Kozlov2009-11-061-58/+7
* avoid NPE when calling methods from the superclass and initialize XSSFChartSh...Yegor Kozlov2009-11-031-8/+38
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ...Nick Burch2009-11-0325-91/+249
* [47942] added implementation of protection features to XLSX and DOCX files. P...Ugo Cei2009-10-282-1/+398
* preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill...Yegor Kozlov2009-10-281-2/+22
* simplified code copied from xalan (in r829781) to bare minimum required by XS...Josh Micich2009-10-261-29/+81
* Removed @author tag.Ugo Cei2009-10-211-369/+363
* Removed uses of internal JDK classes.Ugo Cei2009-10-211-157/+124
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-290/+260
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-045-7/+8
* fixed ColumnHelper to correctly handle columns included in a column spanYegor Kozlov2009-10-042-5/+6
* fixed XSSFCell.getStringCellValue() to properly handle cached formula resultsYegor Kozlov2009-09-261-5/+11
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-173-36/+20
* Reverted initial application of patches 47848(r815935) and 47849(r815942). So...Josh Micich2009-09-161-4/+0
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-161-0/+4
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-162-0/+32
* fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008...Yegor Kozlov2009-09-131-0/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1324-0/+0
* improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813Yegor Kozlov2009-09-123-2/+103
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-2110-250/+29
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1810-423/+414
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-185-32/+32
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-184-286/+311
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-6/+8
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-091-3/+2