| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing license headers, and a few javadoc tweaks while working on those ... | Nick Burch | 2013-06-25 | 5 | -6/+88 |
* | Fix from Florian Hopf from bug #54564 - Fix error message text | Nick Burch | 2013-06-25 | 1 | -1/+5 |
* | Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ... | Nick Burch | 2013-06-25 | 2 | -1/+3 |
* | Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte... | Nick Burch | 2013-06-20 | 2 | -123/+306 |
* | Avoid a NPE if no password was given - use the default office one instead | Nick Burch | 2013-06-19 | 1 | -0/+5 |
* | Bug 54982: Add a close() interface to POITextExtractor which can be used to f... | Dominik Stadler | 2013-06-17 | 1 | -1/+15 |
* | Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ... | Nick Burch | 2013-06-14 | 1 | -3/+14 |
* | JavaDoc fixes from #54731 from Dominik Stadler | Nick Burch | 2013-06-12 | 4 | -2/+6 |
* | fixed compatibility issues with JDK 1.5 | Yegor Kozlov | 2013-06-05 | 3 | -3/+2 |
* | removed @Override to keep javac on JDK 1.5 happy | Yegor Kozlov | 2013-06-03 | 1 | -3/+0 |
* | Bug 55047: REPT formula support | Yegor Kozlov | 2013-06-02 | 2 | -0/+75 |
* | missing tests for Bug 55041 - CODE formula support | Yegor Kozlov | 2013-06-02 | 1 | -0/+1 |
* | added missing tests for Bug 55042: patch for missing function COMPLEX | Yegor Kozlov | 2013-06-02 | 2 | -5/+17 |
* | Bugzilla 55043 and 55042: initial support for Complex and Quotient functions | Yegor Kozlov | 2013-06-02 | 2 | -0/+168 |
* | Bugzilla 55041: CODE function support, also removed @Override from interfaces... | Yegor Kozlov | 2013-06-02 | 3 | -4/+47 |
* | Bugzilla 55037: DELTA function support | Yegor Kozlov | 2013-06-02 | 1 | -0/+76 |
* | Bugzilla 55036 - Dec2HEx formula support | Yegor Kozlov | 2013-06-02 | 5 | -4/+169 |
* | Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCe... | Nick Burch | 2013-05-06 | 2 | -4/+15 |
* | Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF | Yegor Kozlov | 2013-03-16 | 4 | -28/+58 |
* | Bugzilla 54625 - Register user-defined functions in instance scope instead of... | Yegor Kozlov | 2013-03-03 | 2 | -1/+56 |
* | Bugzilla 54469 - Support for financial functions IPMT and PPMT | Yegor Kozlov | 2013-03-02 | 4 | -0/+273 |
* | Fix bug #54579 - Handle milliseconds in date formats eg ss.000 | Nick Burch | 2013-02-19 | 1 | -1/+1 |
* | Fix bug #54557 - Don't mis-detect format patterns like .000 as dates | Nick Burch | 2013-02-13 | 1 | -4/+11 |
* | Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook di... | Nick Burch | 2013-02-07 | 1 | -4/+7 |
* | Fix 1.6ism from original patch | Nick Burch | 2013-02-05 | 1 | -1/+0 |
* | EDate function implementation from Detlef Brendle from bug #54508 | Nick Burch | 2013-02-04 | 2 | -1/+45 |
* | An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta... | Nick Burch | 2013-02-04 | 1 | -1/+7 |
* | set isHidden flag 'true' for invisible comment and 'false' for visible comments | Evgeniy Berlog | 2013-02-02 | 1 | -1/+16 |
* | keep javac on JDK 1.5 happy | Yegor Kozlov | 2013-01-22 | 2 | -2/+0 |
* | keep javac on JDK 1.5 happy | Yegor Kozlov | 2013-01-22 | 1 | -3/+2 |
* | Bugzilla 54356 - Support of statistical function SLOPE | Yegor Kozlov | 2013-01-19 | 4 | -182/+294 |
* | Patch from Johan from bug #54402 - fix IfError with indirect references | Nick Burch | 2013-01-10 | 1 | -3/+5 |
* | Bugzilla 54356: Support of statistical function INTERCEPT | Yegor Kozlov | 2012-12-28 | 2 | -0/+226 |
* | Patch from Johan Karlsteen for bug #53966 - Implement IfError AP function | Nick Burch | 2012-12-28 | 2 | -3/+67 |
* | Make the exception a bit more explicit about what is wrong | Nick Burch | 2012-12-20 | 1 | -2/+3 |
* | Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s... | Yegor Kozlov | 2012-12-04 | 1 | -6/+8 |
* | removed svn:executable from test files | Yegor Kozlov | 2012-11-25 | 1 | -0/+0 |
* | avoid warning: check if property node exists instead of throw/catch exception | Yegor Kozlov | 2012-11-16 | 1 | -1/+1 |
* | Bug 52628 - Replace System.err info messages with a POILogger | Yegor Kozlov | 2012-11-16 | 15 | -66/+93 |
* | fixed javadoc warnings | Yegor Kozlov | 2012-11-16 | 6 | -6/+5 |
* | bugzilla 54137 - improved performance of DataFormatter with Fractions | Yegor Kozlov | 2012-11-16 | 1 | -12/+68 |
* | clear unused import warnings | Yegor Kozlov | 2012-11-12 | 5 | -15/+1 |
* | Bugzilla 54070: Patch for typos in comments, javadoc and documentation | Yegor Kozlov | 2012-11-01 | 2 | -45/+45 |
* | Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in row... | Yegor Kozlov | 2012-10-26 | 1 | -15/+5 |
* | Bug #53404 - Fixed compatibility issue with modifying xls files created by PO... | Yegor Kozlov | 2012-10-25 | 2 | -10/+23 |
* | Bugzilla 53763: avoid style mess when using HSSFOptimiser | Yegor Kozlov | 2012-10-12 | 2 | -10/+32 |
* | Bugzilla >53974 - Avoid exception when constructing HSSFWorbook on Google App... | Yegor Kozlov | 2012-10-10 | 1 | -2/+7 |
* | Have HSSFOptimiser also remove un-used cell styles, in addition to duplicates | Nick Burch | 2012-09-29 | 1 | -3/+26 |
* | Fix generics warnings | Nick Burch | 2012-09-29 | 1 | -16/+10 |
* | refactor list format override structures (was marked with @Internal annotation) | Sergey Vladimirov | 2012-09-23 | 1 | -0/+23 |