| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the formula evaluator to support XSSF style external named ranges too | Nick Burch | 2014-07-20 | 2 | -1/+7 |
* | Fix inconsistent indents/whitespace | Nick Burch | 2014-07-19 | 1 | -150/+149 |
* | Start to update how the formula parser looks up sheets from formula ptgs, to ... | Nick Burch | 2014-07-19 | 1 | -5/+27 |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 1 | -1/+8 |
* | 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 | 1 | -2/+31 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 3 | -12/+26 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 1 | -1/+2 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 3 | -15/+104 |
* | Partial fix for #56537 - Have Workbook offer a close() method, which in turn ... | Nick Burch | 2014-06-11 | 1 | -2/+30 |
* | 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 |
* | 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 | 1 | -0/+1 |
* | Bug 56486 - Add XOR obfuscation/decryption support to HSSF | Andreas Beeker | 2014-05-05 | 10 | -346/+713 |
* | 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 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 2 | -4/+36 |
* | 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 | 1 | -1/+3 |
* | Fix Sonar issues about finalize() usage | Dominik Stadler | 2014-03-08 | 1 | -3/+5 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 1 | -2/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 1 | -3/+3 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 3 | -17/+20 |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 6 | -10/+72 |
* | Fix whitespace | Nick Burch | 2014-02-02 | 1 | -184/+184 |
* | Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,... | Nick Burch | 2014-02-02 | 1 | -3/+12 |
* | Have the Excel text extractors all implement the same interface, as best as t... | Nick Burch | 2014-02-02 | 1 | -4/+12 |
* | Bug 35897 - Password protected files | Andreas Beeker | 2014-01-10 | 2 | -7/+45 |
* | Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS... | Dominik Stadler | 2014-01-01 | 1 | -4/+9 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -3/+4 |
* | Don't unnecessarily convert from ArrayList to array, use the ArrayList direct... | Dominik Stadler | 2013-12-31 | 1 | -9/+7 |
* | Print out which actual value was out of range | Dominik Stadler | 2013-12-31 | 1 | -1/+1 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 5 | -386/+402 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 1 | -1/+2 |
* | Fix some JavaDoc items that are reported in the build-output | Dominik Stadler | 2013-12-25 | 2 | -5/+17 |
* | More javadocs for Cell.setCellType | Nick Burch | 2013-12-12 | 1 | -7/+17 |
* | Start on HSSF/XSSF Shrink To Fit support, see bug #55661 | Nick Burch | 2013-11-07 | 1 | -1/+15 |
* | Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ... | Nick Burch | 2013-11-07 | 1 | -10/+84 |
* | Fix Bug 54400 by updating the index in the LinkTable whenever sheets are | Dominik Stadler | 2013-11-02 | 3 | -8/+29 |
* | Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec... | Dominik Stadler | 2013-10-30 | 1 | -6/+6 |
* | Re-use functionality from HSSFWorkbook in dev-tools to find the | Dominik Stadler | 2013-10-27 | 6 | -48/+34 |
* | Add a number of tests for the dev-tools. The tests iterate over all .xls | Dominik Stadler | 2013-10-25 | 5 | -28/+49 |
* | Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString() | Yegor Kozlov | 2013-10-25 | 1 | -1/+28 |
* | Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ... | Nick Burch | 2013-10-23 | 1 | -2/+28 |
* | Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) | Yegor Kozlov | 2013-10-19 | 1 | -1/+5 |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 6 | -17/+467 |
* | Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF | Yegor Kozlov | 2013-10-13 | 1 | -9/+40 |