| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR... | Yegor Kozlov | 2010-05-24 | 1 | -20/+43 |
* | Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes | Nick Burch | 2010-05-19 | 6 | -9/+137 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 4 | -1/+679 |
* | Fix bug #49020 - Workaround Excel outputting invalid XML in button definition... | Nick Burch | 2010-05-05 | 2 | -1/+125 |
* | Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 | Yegor Kozlov | 2010-04-25 | 1 | -1/+5 |
* | New event based xssf text extractor (XSSFEventBasedExcelExtractor) | Nick Burch | 2010-01-26 | 2 | -1/+358 |
* | The ReadOnlySharedStringsTable is re-usable for other event based things, so ... | Nick Burch | 2010-01-26 | 1 | -0/+221 |
* | avoid creating unnecessary temp files, tighten up usage of temp files in unit... | Yegor Kozlov | 2010-01-14 | 1 | -1/+1 |
* | Avoid creating temporary files when opening OPC packages from input stream | Yegor Kozlov | 2010-01-13 | 1 | -2/+2 |
* | improved usermodel to prevent data corruption when setting array formulas, mi... | Yegor Kozlov | 2009-12-29 | 3 | -6/+103 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 2 | -85/+46 |
* | added HSSF usermodel tests for array formulas, added support for array formul... | Yegor Kozlov | 2009-12-25 | 1 | -2/+2 |
* | added tests for XSSF usermodel for array formulas, this change is a step towa... | Yegor Kozlov | 2009-12-23 | 2 | -3/+163 |
* | improved javadoc on Picture.resize() | Yegor Kozlov | 2009-12-21 | 1 | -0/+11 |
* | fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil... | Yegor Kozlov | 2009-12-04 | 1 | -2/+4 |
* | More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C... | Josh Micich | 2009-12-03 | 1 | -6/+34 |
* | added an annotation '@Internal' to mark program elements intended for POI int... | Yegor Kozlov | 2009-12-03 | 20 | -4/+46 |
* | memory usage optimization in XSSF - avoid creating parentless xml beans | Yegor Kozlov | 2009-11-30 | 5 | -72/+45 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 1 | -11/+0 |
* | minor changes - initial work on bugzilla 48292 (support for array formulas) | Josh Micich | 2009-11-27 | 2 | -706/+707 |
* | small tweak to fix compiler error after r884918 (differences in @Override rul... | Josh Micich | 2009-11-27 | 1 | -3/+1 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 8 | -118/+514 |
* | Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ... | Nick Burch | 2009-11-25 | 1 | -1/+1 |
* | fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth | Yegor Kozlov | 2009-11-21 | 1 | -1/+1 |
* | removed log4j calls from ooxml tests, also fixed misc bugs discovered when im... | Yegor Kozlov | 2009-11-16 | 1 | -0/+1 |
* | release system resources when calling javax.imageio.ImageIO in Picture.resize() | Yegor Kozlov | 2009-11-06 | 1 | -58/+7 |
* | avoid NPE when calling methods from the superclass and initialize XSSFChartSh... | Yegor Kozlov | 2009-11-03 | 1 | -8/+38 |
* | Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ... | Nick Burch | 2009-11-03 | 25 | -91/+249 |
* | [47942] added implementation of protection features to XLSX and DOCX files. P... | Ugo Cei | 2009-10-28 | 2 | -1/+398 |
* | preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill... | Yegor Kozlov | 2009-10-28 | 1 | -2/+22 |
* | simplified code copied from xalan (in r829781) to bare minimum required by XS... | Josh Micich | 2009-10-26 | 1 | -29/+81 |
* | Removed @author tag. | Ugo Cei | 2009-10-21 | 1 | -369/+363 |
* | Removed uses of internal JDK classes. | Ugo Cei | 2009-10-21 | 1 | -157/+124 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 1 | -290/+260 |
* | reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint | Yegor Kozlov | 2009-10-04 | 5 | -7/+8 |
* | fixed ColumnHelper to correctly handle columns included in a column span | Yegor Kozlov | 2009-10-04 | 2 | -5/+6 |
* | fixed XSSFCell.getStringCellValue() to properly handle cached formula results | Yegor Kozlov | 2009-09-26 | 1 | -5/+11 |
* | Improvements to patch 47809 (support for UDFs) | Josh Micich | 2009-09-17 | 3 | -36/+20 |
* | Reverted initial application of patches 47848(r815935) and 47849(r815942). So... | Josh Micich | 2009-09-16 | 1 | -4/+0 |
* | Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848 | Yegor Kozlov | 2009-09-16 | 1 | -0/+4 |
* | improved work with user-defined functions, see Bugzilla 47809 | Yegor Kozlov | 2009-09-16 | 2 | -0/+32 |
* | fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008... | Yegor Kozlov | 2009-09-13 | 1 | -0/+1 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 24 | -0/+0 |
* | improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 | Yegor Kozlov | 2009-09-12 | 3 | -2/+103 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 10 | -250/+29 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 10 | -423/+414 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 5 | -32/+32 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 4 | -286/+311 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 1 | -6/+8 |
* | removed temporary fix for compatibility with Mac Excel 2008 Sp2 | Yegor Kozlov | 2009-08-09 | 1 | -3/+2 |