| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a disabled unit test for bug #56812, based on code and file from Geoff Wr... | Nick Burch | 2014-08-04 | 1 | -0/+0 |
* | Add another test file for #54764, and a test that uses it | Nick Burch | 2014-08-04 | 1 | -0/+0 |
* | Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ... | Nick Burch | 2014-08-04 | 1 | -0/+0 |
* | Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS... | Nick Burch | 2014-08-01 | 1 | -0/+0 |
* | Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula c... | Nick Burch | 2014-07-31 | 1 | -0/+0 |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 1 | -0/+0 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -0/+0 |
* | Slightly modified test file for bug #56132 - xlsx file with inline references... | Nick Burch | 2014-07-30 | 1 | -0/+0 |
* | Updated patch from Marc from #55927 - handle date formulas too | Nick Burch | 2014-07-30 | 1 | -0/+0 |
* | Add simple unit test to verify that Bug 42016 was fixed already by some other... | Dominik Stadler | 2014-07-28 | 1 | -0/+0 |
* | Add unit test for bug 37625 which verifies that this file can now be loaded | Dominik Stadler | 2014-07-27 | 1 | -0/+0 |
* | Unit test to show that bug #52111 (intersect formulas) was already solved | Nick Burch | 2014-07-26 | 1 | -0/+0 |
* | HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 | Nick Burch | 2014-07-26 | 2 | -0/+0 |
* | More tests for #55906, and provide a new eval that lets you get at evals for ... | Nick Burch | 2014-07-25 | 2 | -0/+0 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 2 | -0/+0 |
* | Disabled unit tests for multi-sheet references, see bug #55906 | Nick Burch | 2014-07-24 | 2 | -0/+0 |
* | Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re... | Nick Burch | 2014-07-24 | 1 | -0/+0 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 1 | -0/+0 |
* | Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a... | Dominik Stadler | 2014-07-22 | 4 | -0/+0 |
* | Turns out that .xlsx files can have multiple link tables, add a test file whi... | Nick Burch | 2014-07-19 | 1 | -0/+0 |
* | Bit more towards XSSF name support for #56737, will need some deeper changes ... | Nick Burch | 2014-07-18 | 1 | -0/+0 |
* | Add disabled unit tests for bug #56737, which currently fails (differently) f... | Nick Burch | 2014-07-17 | 2 | -0/+0 |
* | Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, retu... | Nick Burch | 2014-07-14 | 1 | -0/+0 |
* | Add a disabled unit test for bug #56420 | Nick Burch | 2014-07-03 | 1 | -0/+0 |
* | BUG 54771 extract text from SDTs at the cell level within a table row | Tim Allison | 2014-06-16 | 2 | -0/+0 |
* | Fix for 56563 - Multithreading bug when reading 2 similar files | Dominik Stadler | 2014-05-26 | 2 | -0/+0 |
* | Handle date format strings in an iso8601 style format, with a T in them. Fixe... | Nick Burch | 2014-05-23 | 1 | -0/+0 |
* | Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when cre... | Nick Burch | 2014-05-21 | 1 | -0/+0 |
* | Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() | Dominik Stadler | 2014-05-20 | 1 | -0/+0 |
* | Bug 56170: Fix a problem with cells in workbooks becoming disconnected from X... | Dominik Stadler | 2014-05-18 | 1 | -0/+0 |
* | Fix Bug 56514, add missing null-check if simple shape does not have any text | Dominik Stadler | 2014-05-16 | 1 | -0/+0 |
* | Bug 56325: fix Exception when removing sheets with named ranges in the workbook | Dominik Stadler | 2014-05-15 | 1 | -0/+0 |
* | Excel 2007 and later allows for more than 3 Conditional Formatting rules per ... | Nick Burch | 2014-05-02 | 1 | -0/+0 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 1 | -0/+0 |
* | Two more test files from Stefan Kopf for bug #56164, and unit tests which use... | Nick Burch | 2014-04-24 | 2 | -0/+0 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 1 | -0/+0 |
* | Add another test file for bug #47251, from Joe Yuan, and a disabled test | Nick Burch | 2014-04-01 | 1 | -0/+0 |
* | Fix bug #56278 - Support loading .xlsx files with no Styles Table | Nick Burch | 2014-03-17 | 1 | -0/+0 |
* | Add missing test-file for bug 56169 | Dominik Stadler | 2014-03-15 | 1 | -0/+0 |
* | Sample file for #56260, provided by Atlassian in CONF-18721 | Nick Burch | 2014-03-14 | 1 | -0/+0 |
* | Bug 56075 - Add Change Tracking support to XWPF | Andreas Beeker | 2014-03-13 | 2 | -0/+0 |
* | Bug 56076 - Add document protection with password support to XWPF | Andreas Beeker | 2014-02-21 | 1 | -0/+0 |
* | Another content types test, for #55026 | Nick Burch | 2014-02-20 | 1 | -0/+0 |
* | Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr... | Andreas Beeker | 2014-02-19 | 1 | -0/+0 |
* | Test file from bug #56138 from Jon Iles, with a zero length codepage string | Nick Burch | 2014-02-15 | 1 | -0/+0 |
* | Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ... | Andreas Beeker | 2014-02-11 | 2 | -0/+0 |
* | Bug 55923: Fix compare/sorting of nodes in exported XML | Dominik Stadler | 2014-02-03 | 1 | -0/+0 |
* | Bug 55924: Avoid errors during exporting XML if there are numeric cells witho... | Dominik Stadler | 2014-02-03 | 1 | -0/+0 |
* | Bug 55926: Handle numeric formula values when exporting to XML | Dominik Stadler | 2014-02-03 | 1 | -0/+0 |
* | Bug 55927: Handle date types when exporting to XML | Dominik Stadler | 2014-02-03 | 1 | -0/+0 |