| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets | Nick Burch | 2010-10-20 | 1 | -0/+0 |
* | allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 | Yegor Kozlov | 2010-10-08 | 1 | -0/+0 |
* | Avoid IllegalStateException when creating Data validation in sheet with macro... | Yegor Kozlov | 2010-10-04 | 1 | -0/+0 |
* | Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ... | Nick Burch | 2010-09-21 | 1 | -0/+0 |
* | Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he... | Nick Burch | 2010-09-20 | 1 | -0/+0 |
* | added a test file that belongs to r996265 | Yegor Kozlov | 2010-09-13 | 1 | -0/+0 |
* | fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva... | Yegor Kozlov | 2010-09-04 | 1 | -0/+0 |
* | fixed evaluation of XSSF workbooks containing formulas with reference errors ... | Yegor Kozlov | 2010-08-25 | 1 | -0/+0 |
* | fixed fetching names of user defined styles, see Bugzila 49751 | Yegor Kozlov | 2010-08-19 | 1 | -0/+0 |
* | added support for RANDBETWEEN(), see Bugzilla 48526 | Yegor Kozlov | 2010-08-12 | 1 | -0/+0 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 2 | -0/+0 |
* | added a failing unit test for bug #49612 | Yegor Kozlov | 2010-07-24 | 1 | -0/+0 |
* | Fix bug #49524 - Support for setting cell text to be vertically rotated, via ... | Nick Burch | 2010-07-18 | 1 | -0/+0 |
* | do case-insensitive comparison when detecting Content_Types part, tolerate ba... | Yegor Kozlov | 2010-07-18 | 1 | -0/+0 |
* | Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser... | Nick Burch | 2010-07-16 | 1 | -0/+0 |
* | Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c... | Nick Burch | 2010-07-16 | 1 | -0/+0 |
* | Remove spurious svn:executable flags | Nick Burch | 2010-06-11 | 1 | -0/+0 |
* | Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext... | Nick Burch | 2010-06-10 | 2 | -0/+0 |
* | Add unit test for bug #45970 - shows that we can read Formulas with URL based... | Nick Burch | 2010-06-04 | 1 | -0/+0 |
* | Fix bug #49096 - add clone support to Chart begin and end records, to allow c... | Nick Burch | 2010-06-02 | 1 | -0/+0 |
* | Add missing test file for bug #48779 | Nick Burch | 2010-05-27 | 1 | -0/+0 |
* | Add disabled unit test for bug #48539, which is currently still broken | Nick Burch | 2010-05-26 | 1 | -0/+0 |
* | Add unit test to show that the behaviour in bug #48923 is as expected | Nick Burch | 2010-05-26 | 1 | -0/+0 |
* | Fix bug #49273 - Correct handling for Font Character Sets with indicies great... | Nick Burch | 2010-05-25 | 1 | -0/+0 |
* | avoid NPE when finding cell comments, Bugzilla 48846 | Yegor Kozlov | 2010-05-22 | 1 | -0/+0 |
* | Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes | Nick Burch | 2010-05-19 | 1 | -0/+0 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 1 | -0/+0 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 9 | -0/+0 |
* | Fix bug #49020 - Workaround Excel outputting invalid XML in button definition... | Nick Burch | 2010-05-05 | 1 | -0/+0 |
* | Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 | Yegor Kozlov | 2010-04-25 | 1 | -0/+81 |
* | Implement the ExtRst part of a UnicodeString | Nick Burch | 2010-01-19 | 1 | -0/+0 |
* | More work on FeatRecord/Shared Features. More is still needed though, it's st... | Nick Burch | 2009-12-26 | 2 | -0/+0 |
* | fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 | Yegor Kozlov | 2009-12-21 | 1 | -0/+0 |
* | another test for Bugzilla 48026 | Yegor Kozlov | 2009-12-19 | 1 | -0/+0 |
* | Fixed INDEX function to return reference results properly. | Josh Micich | 2009-12-17 | 1 | -0/+0 |
* | preserve POIFS StorageClsid when re-writing existing workbooks, this property... | Yegor Kozlov | 2009-12-15 | 1 | -0/+0 |
* | fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 | Yegor Kozlov | 2009-12-02 | 1 | -0/+0 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 2 | -0/+42 |
* | Fix bug #48180 - short chart records skipping some unused fields | Nick Burch | 2009-11-25 | 1 | -0/+0 |
* | avoid NPE when calling methods from the superclass and initialize XSSFChartSh... | Yegor Kozlov | 2009-11-03 | 1 | -0/+0 |
* | Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis... | Nick Burch | 2009-11-03 | 1 | -0/+0 |
* | fixed logic for matching cells and comments in HSSFCell.getCellComment() | Yegor Kozlov | 2009-10-29 | 1 | -0/+0 |
* | [47942] added implementation of protection features to XLSX and DOCX files. P... | Ugo Cei | 2009-10-28 | 7 | -0/+0 |
* | Bugzilla 48044 - added implementation for CountBlank function (patch from Mad... | Josh Micich | 2009-10-24 | 1 | -0/+0 |
* | added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval) | Josh Micich | 2009-10-21 | 1 | -0/+0 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 1 | -0/+0 |
* | fixed ColumnHelper to correctly handle columns included in a column span | Yegor Kozlov | 2009-10-04 | 2 | -0/+0 |
* | fixed XSSFCell.getStringCellValue() to properly handle cached formula results | Yegor Kozlov | 2009-09-26 | 1 | -0/+0 |
* | Bugzilla 47747 - fixed logic for locating shared formula records | Josh Micich | 2009-09-18 | 1 | -0/+0 |
* | improved work with user-defined functions, see Bugzilla 47809 | Yegor Kozlov | 2009-09-16 | 1 | -0/+0 |