| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 5 | -51/+137 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 3 | -21/+75 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 3 | -15/+104 |
* | When throwing an exception during formula evaluation, if this is due to an un... | Nick Burch | 2014-07-03 | 6 | -24/+91 |
* | Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook | Dominik Stadler | 2014-07-02 | 1 | -1/+0 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 1 | -0/+1 |
* | Partial fix for #56537 - Have Workbook offer a close() method, which in turn ... | Nick Burch | 2014-06-11 | 2 | -3/+40 |
* | HSSFCell should follow XSSF, and allow setting a null-style to return to the ... | Nick Burch | 2014-05-29 | 1 | -1/+7 |
* | Fix for 56563 - Multithreading bug when reading 2 similar files | Dominik Stadler | 2014-05-26 | 1 | -15/+21 |
* | If a NoteRecord has no author tag, it seems it can sometimes be double padded... | Nick Burch | 2014-05-23 | 1 | -1/+5 |
* | Handle date format strings in an iso8601 style format, with a T in them. Fixe... | Nick Burch | 2014-05-23 | 2 | -4/+3 |
* | Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() | Dominik Stadler | 2014-05-20 | 1 | -17/+20 |
* | Bug 56325: fix Exception when removing sheets with named ranges in the workbook | Dominik Stadler | 2014-05-15 | 3 | -10/+46 |
* | Add a HSSF print paper size constant for "printer default" for bug #56509 | Nick Burch | 2014-05-15 | 2 | -0/+3 |
* | Bug 56486 - Add XOR obfuscation/decryption support to HSSF | Andreas Beeker | 2014-05-05 | 11 | -354/+792 |
* | Bug 56269 - DateFormat - Rounding of fractionals | Andreas Beeker | 2014-05-04 | 2 | -13/+65 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 2 | -16/+41 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 1 | -2/+5 |
* | Excel 2007 and later allows for more than 3 Conditional Formatting rules per ... | Nick Burch | 2014-05-02 | 1 | -11/+20 |
* | Generics warnings fixes | Nick Burch | 2014-05-02 | 1 | -12/+9 |
* | Provide a convenience method for creating a PropertySet from a Directory + Entry | Nick Burch | 2014-04-28 | 1 | -9/+38 |
* | Fix generics warnings | Nick Burch | 2014-04-28 | 1 | -10/+8 |
* | Update the HPSF change properties example to use NPOIFS + in-place writes, an... | Nick Burch | 2014-04-28 | 2 | -0/+10 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 2 | -14/+22 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 1 | -0/+4 |
* | Fix javadoc layout | Nick Burch | 2014-04-26 | 1 | -15/+15 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 1 | -0/+2 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 4 | -12/+87 |
* | Fix inconsistent whitespace | Nick Burch | 2014-04-25 | 1 | -141/+141 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 3 | -1/+99 |
* | Support for replacing the contents of a Document in a NPOIFSFileSytem, in place | Nick Burch | 2014-04-25 | 1 | -24/+47 |
* | When deleting a document in NPOIFS, free the underlying blocks | Nick Burch | 2014-04-25 | 3 | -10/+33 |
* | Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi... | Nick Burch | 2014-04-25 | 3 | -0/+37 |
* | More NPOIFS mini stream improvements, and more tests for it all | Nick Burch | 2014-04-25 | 1 | -33/+39 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 1 | -4/+7 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 1 | -0/+1 |
* | Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ... | Nick Burch | 2014-04-24 | 1 | -1/+7 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -0/+5 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -6/+14 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 2 | -6/+12 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 2 | -4/+36 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 5 | -96/+181 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 1 | -5/+6 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 1 | -1/+2 |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 2 | -2/+50 |
* | performance issue: call toString() on a String object. This is entirely redun... | Cédric Walter | 2014-03-31 | 1 | -1/+1 |
* | performance issue logging calls are expensive because of the objects created ... | Cédric Walter | 2014-03-31 | 3 | -28/+34 |
* | Patch from bug #56328 from David North - the maximum row number in a formula ... | Nick Burch | 2014-03-28 | 1 | -1/+1 |
* | Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCod... | Nick Burch | 2014-03-09 | 1 | -23/+30 |
* | Adjust for JDK 8 where an empty locale is added to the array returned by Date... | Dominik Stadler | 2014-03-08 | 1 | -0/+4 |