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