| Commit message (Expand) | Author | Age | Files | Lines |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 3 | -6/+21 |
* | Fix Generics warnings | Nick Burch | 2014-07-19 | 1 | -7/+7 |
* | The way that HSSF and XSSF stores references to external sheets are rather di... | Nick Burch | 2014-07-19 | 10 | -117/+301 |
* | There can be more than one linked ExternalLinks table for a workbook #56744 | Nick Burch | 2014-07-19 | 4 | -13/+128 |
* | Turns out that .xlsx files can have multiple link tables, add a test file whi... | Nick Burch | 2014-07-19 | 2 | -0/+7 |
* | Convert test to junit 4, and stub out the additional 3d ref tests we need to ... | Nick Burch | 2014-07-19 | 1 | -7/+56 |
* | Stub the unit test which is the next thing to need to work for progress on #5... | Nick Burch | 2014-07-18 | 1 | -4/+27 |
* | Bit more towards XSSF name support for #56737, will need some deeper changes ... | Nick Burch | 2014-07-18 | 3 | -8/+26 |
* | Initial support for XSSF External Links tables, which hold references to othe... | Nick Burch | 2014-07-18 | 4 | -2/+280 |
* | Leave part disabled for now | Nick Burch | 2014-07-18 | 1 | -1/+2 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 10 | -60/+192 |
* | Update bug reference numbers, and bring over part of a test from unfixed that... | Nick Burch | 2014-07-18 | 4 | -16/+36 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 5 | -27/+86 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 5 | -19/+116 |
* | Add disabled unit tests for bug #56737, which currently fails (differently) f... | Nick Burch | 2014-07-17 | 4 | -0/+78 |
* | Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, retu... | Nick Burch | 2014-07-14 | 3 | -1/+28 |
* | This bug has been fixed, so re-enable the unit test | Nick Burch | 2014-07-03 | 1 | -1/+1 |
* | Add a disabled unit test for bug #56420 | Nick Burch | 2014-07-03 | 2 | -0/+17 |
* | Update the CheckFunctionsSupported example to take advantage of the new NotIm... | Nick Burch | 2014-07-03 | 1 | -4/+9 |
* | When throwing an exception during formula evaluation, if this is due to an un... | Nick Burch | 2014-07-03 | 6 | -24/+91 |
* | Formula evaluation and error handling example - reports what cells can't be e... | Nick Burch | 2014-07-03 | 1 | -0/+156 |
* | Now that XSSFWorkbook can be closed, the older path based constructor no long... | Nick Burch | 2014-07-03 | 1 | -33/+25 |
* | Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook | Dominik Stadler | 2014-07-02 | 2 | -3/+11 |
* | Upgrade to latest JaCoCo 0.7.1 | Dominik Stadler | 2014-07-02 | 1 | -2/+2 |
* | BUG 54771: add class to svn | Tim Allison | 2014-06-16 | 1 | -0/+35 |
* | BUG 54771 extract text from SDTs at the cell level within a table row | Tim Allison | 2014-06-16 | 15 | -119/+469 |
* | Make a start on an Ant task to generate an OSGi jar, for #53866 | Nick Burch | 2014-06-16 | 2 | -0/+105 |
* | Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first | Dominik Stadler | 2014-06-12 | 7 | -9/+9 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 21 | -400/+686 |
* | Update XMLBeans to version 2.6.0 | Dominik Stadler | 2014-06-11 | 7 | -10/+10 |
* | Fix inconsistent indent | Nick Burch | 2014-06-11 | 1 | -16/+16 |
* | #56537 close method for SXSSF too | Nick Burch | 2014-06-11 | 1 | -15/+29 |
* | Partial fix for #56537 - Have Workbook offer a close() method, which in turn ... | Nick Burch | 2014-06-11 | 4 | -7/+71 |
* | Add a note about file resources, see bug #56537 | Nick Burch | 2014-06-04 | 1 | -0/+2 |
* | When finding the CTCol object for a XSSF Sheet column, as we often have to tr... | Nick Burch | 2014-06-04 | 1 | -2/+9 |
* | Add workaround for IBM JDK where Ant populates classname instead of className... | Dominik Stadler | 2014-05-29 | 1 | -0/+7 |
* | HSSFCell should follow XSSF, and allow setting a null-style to return to the ... | Nick Burch | 2014-05-29 | 2 | -1/+43 |
* | Update to latest Ant 1.9.4 and add ant-launcher which is used in | Dominik Stadler | 2014-05-29 | 2 | -3/+11 |
* | Remove null-checks that can never be reached | Dominik Stadler | 2014-05-29 | 3 | -13/+24 |
* | Increase the font-inaccuracy for one unit test as some machines have fonts th... | Dominik Stadler | 2014-05-27 | 1 | -1/+1 |
* | Fix for 56563 - Multithreading bug when reading 2 similar files | Dominik Stadler | 2014-05-26 | 4 | -15/+83 |
* | If a NoteRecord has no author tag, it seems it can sometimes be double padded... | Nick Burch | 2014-05-23 | 2 | -3/+6 |
* | Handle date format strings in an iso8601 style format, with a T in them. Fixe... | Nick Burch | 2014-05-23 | 4 | -6/+46 |
* | Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when cre... | Nick Burch | 2014-05-21 | 4 | -6/+82 |
* | Move some tests from "unfixed" to "normal" test classes as the underlying bug... | Dominik Stadler | 2014-05-20 | 2 | -126/+138 |
* | Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() | Dominik Stadler | 2014-05-20 | 4 | -20/+109 |
* | Bug 56170: Fix a problem with cells in workbooks becoming disconnected from X... | Dominik Stadler | 2014-05-18 | 5 | -70/+193 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 56 | -427/+435 |
* | Fix Bug 56514, add missing null-check if simple shape does not have any text | Dominik Stadler | 2014-05-16 | 3 | -27/+33 |
* | Bug 56325: fix Exception when removing sheets with named ranges in the workbook | Dominik Stadler | 2014-05-15 | 5 | -10/+76 |