summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Fix to have consistent whitespaceNick Burch2013-06-251-128/+127
* Add missing license headers, and a few javadoc tweaks while working on those ...Nick Burch2013-06-255-6/+88
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-1/+5
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ...Nick Burch2013-06-252-1/+3
* Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte...Nick Burch2013-06-202-123/+306
* Avoid a NPE if no password was given - use the default office one insteadNick Burch2013-06-191-0/+5
* Bug 54982: Add a close() interface to POITextExtractor which can be used to f...Dominik Stadler2013-06-171-1/+15
* Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ...Nick Burch2013-06-141-3/+14
* JavaDoc fixes from #54731 from Dominik StadlerNick Burch2013-06-124-2/+6
* fixed compatibility issues with JDK 1.5Yegor Kozlov2013-06-053-3/+2
* removed @Override to keep javac on JDK 1.5 happyYegor Kozlov2013-06-031-3/+0
* Bug 55047: REPT formula supportYegor Kozlov2013-06-022-0/+75
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+1
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-022-5/+17
* Bugzilla 55043 and 55042: initial support for Complex and Quotient functionsYegor Kozlov2013-06-022-0/+168
* Bugzilla 55041: CODE function support, also removed @Override from interfaces...Yegor Kozlov2013-06-023-4/+47
* Bugzilla 55037: DELTA function supportYegor Kozlov2013-06-021-0/+76
* Bugzilla 55036 - Dec2HEx formula supportYegor Kozlov2013-06-025-4/+169
* Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCe...Nick Burch2013-05-062-4/+15
* Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIFYegor Kozlov2013-03-164-28/+58
* Bugzilla 54625 - Register user-defined functions in instance scope instead of...Yegor Kozlov2013-03-032-1/+56
* Bugzilla 54469 - Support for financial functions IPMT and PPMTYegor Kozlov2013-03-024-0/+273
* Fix bug #54579 - Handle milliseconds in date formats eg ss.000Nick Burch2013-02-191-1/+1
* Fix bug #54557 - Don't mis-detect format patterns like .000 as datesNick Burch2013-02-131-4/+11
* Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook di...Nick Burch2013-02-071-4/+7
* Fix 1.6ism from original patchNick Burch2013-02-051-1/+0
* EDate function implementation from Detlef Brendle from bug #54508Nick Burch2013-02-042-1/+45
* An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta...Nick Burch2013-02-041-1/+7
* set isHidden flag 'true' for invisible comment and 'false' for visible commentsEvgeniy Berlog2013-02-021-1/+16
* keep javac on JDK 1.5 happyYegor Kozlov2013-01-222-2/+0
* keep javac on JDK 1.5 happyYegor Kozlov2013-01-221-3/+2
* Bugzilla 54356 - Support of statistical function SLOPEYegor Kozlov2013-01-194-182/+294
* Patch from Johan from bug #54402 - fix IfError with indirect referencesNick Burch2013-01-101-3/+5
* Bugzilla 54356: Support of statistical function INTERCEPTYegor Kozlov2012-12-282-0/+226
* Patch from Johan Karlsteen for bug #53966 - Implement IfError AP functionNick Burch2012-12-282-3/+67
* Make the exception a bit more explicit about what is wrongNick Burch2012-12-201-2/+3
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s...Yegor Kozlov2012-12-041-6/+8
* removed svn:executable from test filesYegor Kozlov2012-11-251-0/+0
* avoid warning: check if property node exists instead of throw/catch exceptionYegor Kozlov2012-11-161-1/+1
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-1615-66/+93
* fixed javadoc warningsYegor Kozlov2012-11-166-6/+5
* bugzilla 54137 - improved performance of DataFormatter with FractionsYegor Kozlov2012-11-161-12/+68
* clear unused import warningsYegor Kozlov2012-11-125-15/+1
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-012-45/+45
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in row...Yegor Kozlov2012-10-261-15/+5
* Bug #53404 - Fixed compatibility issue with modifying xls files created by PO...Yegor Kozlov2012-10-252-10/+23
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-122-10/+32
* Bugzilla >53974 - Avoid exception when constructing HSSFWorbook on Google App...Yegor Kozlov2012-10-101-2/+7
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-291-3/+26
* Fix generics warningsNick Burch2012-09-291-16/+10