| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla 53101: fixed evaluation of SUM over cell range > 255 | Yegor Kozlov | 2012-04-21 | 1 | -0/+0 |
* | Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ... | Yegor Kozlov | 2012-03-29 | 1 | -0/+0 |
* | bugzilla 52818 - Added implementation for RANK() | Yegor Kozlov | 2012-03-05 | 2 | -0/+0 |
* | corrected name of test file for Bugzilla 51710 | Yegor Kozlov | 2012-03-05 | 1 | -0/+0 |
* | follow-on to r1294595 | Yegor Kozlov | 2012-02-28 | 1 | -0/+0 |
* | bugzilla 52057 - updated formula test framework to be aware of recently added... | Yegor Kozlov | 2012-02-28 | 2 | -0/+0 |
* | Bugzilla 51790: fixed reading shared formulas in XSSF | Yegor Kozlov | 2012-02-27 | 1 | -0/+0 |
* | Bugzilla 52716 - tolerate hyperlinks that have neither location nor relation | Yegor Kozlov | 2012-02-22 | 1 | -0/+0 |
* | fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 | Yegor Kozlov | 2012-02-11 | 2 | -0/+0 |
* | Disabled unit tests for bug #48703 | Nick Burch | 2012-02-10 | 2 | -0/+0 |
* | Bugzilla 52576: support changing external file references in HSSFWorkbook | Yegor Kozlov | 2012-02-10 | 1 | -0/+0 |
* | Unit test from Maciej for bug #51498 | Nick Burch | 2012-02-08 | 1 | -0/+0 |
* | Bugzilla 52527: avoid exception when matching shared formula records in HSSF | Yegor Kozlov | 2012-02-07 | 1 | -0/+0 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 2 | -0/+0 |
* | Added implementation for SUMIFS(), see Bugzilla 52462 | Yegor Kozlov | 2012-01-21 | 1 | -0/+0 |
* | Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t... | Nick Burch | 2012-01-09 | 1 | -0/+0 |
* | Bugzilla 52348: Avoid exception when creating cell style in a workbook that ... | Yegor Kozlov | 2011-12-19 | 1 | -0/+0 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 2 | -0/+0 |
* | Patch from Marcel May from bug #51875 - More XSSF formula new-line support | Nick Burch | 2011-12-05 | 1 | -0/+0 |
* | Fix bug #51963 - Correct AreaReference handling of references containing a sh... | Nick Burch | 2011-10-05 | 1 | -0/+0 |
* | Add a disabled test for bug #51850, and tweak the OPC package exceptions to m... | Nick Burch | 2011-09-22 | 1 | -0/+0 |
* | Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the ... | Nick Burch | 2011-09-19 | 1 | -0/+0 |
* | fixed bug 51670: avoid LeftoverDataException when reading .xls files with in... | Yegor Kozlov | 2011-09-12 | 1 | -0/+0 |
* | support for conditional formatting in XSSF including docs and examples | Yegor Kozlov | 2011-07-29 | 2 | -0/+0 |
* | Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals | Yegor Kozlov | 2011-07-25 | 1 | -0/+0 |
* | Add a disabled unit test for bug #51535 | Nick Burch | 2011-07-21 | 1 | -0/+0 |
* | fixed bug 51470 - avoid exception when cloning XSSF sheets with background im... | Yegor Kozlov | 2011-07-20 | 1 | -0/+0 |
* | Add tests for bug #51514 - NPOIFS based loading | Nick Burch | 2011-07-15 | 1 | -0/+0 |
* | Add unit test that seems to show bug #51461 working just fine | Nick Burch | 2011-07-01 | 1 | -0/+0 |
* | Test that shows that bug #51222 is a themes colour problem | Nick Burch | 2011-05-20 | 1 | -0/+0 |
* | Fix bug #51143 - Correct NameCommentRecord to properly serialise strings | Nick Burch | 2011-05-04 | 1 | -0/+0 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 1 | -0/+0 |
* | Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper... | Nick Burch | 2011-03-18 | 1 | -0/+0 |
* | Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets creat... | Nick Burch | 2011-03-18 | 1 | -0/+0 |
* | Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,... | Nick Burch | 2011-03-18 | 1 | -0/+0 |
* | fixed RecordFormatException when reading unicode strings with photenic data, ... | Yegor Kozlov | 2011-03-11 | 2 | -0/+0 |
* | Add a unit test for bug #50833 | Nick Burch | 2011-03-04 | 1 | -0/+0 |
* | Add unit test showing that bug #50867 works fine | Nick Burch | 2011-03-04 | 1 | -0/+0 |
* | Fix bug #50829 - Support for getting the tables associated with a XSSFSheet | Nick Burch | 2011-02-25 | 1 | -0/+0 |
* | merged with excelant branch | Yegor Kozlov | 2011-02-23 | 2 | -0/+0 |
|\ |
|
| * | initial import of ExcelAnt tasks, see Bugzilla 50610 | Yegor Kozlov | 2011-02-18 | 2 | -0/+0 |
* | | Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed c... | Nick Burch | 2011-02-18 | 1 | -0/+0 |
* | | Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b... | Nick Burch | 2011-02-18 | 1 | -0/+0 |
* | | Add a disabled unit test for bug #50784. We need to add support for XSSF Colo... | Nick Burch | 2011-02-18 | 1 | -0/+0 |
* | | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c... | Nick Burch | 2011-02-18 | 1 | -0/+0 |
* | | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 1 | -0/+0 |
|/ |
|
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 1 | -0/+0 |
* | Fix bug #50440 - Support evaluating formulas with newlines in them, which XSS... | Nick Burch | 2010-12-13 | 1 | -0/+0 |
* | Add a test .xlsx file which includes both normal and inline string cells | Nick Burch | 2010-12-13 | 1 | -0/+0 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 1 | -0/+0 |