aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* FindBugs fixAndreas Beeker2014-02-092-0/+14
* Fix whitespaceNick Burch2014-02-021-15/+15
* Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,...Nick Burch2014-02-021-0/+6
* jdk 5 compiler doesn't support overwrite for interfaces ...Andreas Beeker2014-01-251-1/+0
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-232-0/+57
* Added license headersAndreas Beeker2014-01-182-2/+41
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-4/+5
* Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ...Nick Burch2013-12-271-217/+277
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-262-0/+5
* javadoc house-keepingAndreas Beeker2013-12-253-9/+11
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-251-1/+1
* patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumberYegor Kozlov2013-12-241-0/+2
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-241-6/+7
* More javadocs for Cell.setCellTypeNick Burch2013-12-121-1/+4
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-228-4/+236
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-221-1/+7
* Start on HSSF/XSSF Shrink To Fit support, see bug #55661Nick Burch2013-11-071-3/+15
* Bug 55742: fixed mirr FormulaEvalTestData.xls testsCédric Walter2013-11-061-2/+2
* Bug 55742: fixed hex2dec testsCédric Walter2013-11-061-1/+1
* Bug 54696: Add overlay setting to ChartLegendCédric Walter2013-11-051-1/+17
* Bug 55724: implementation of Excel PERCENTILE functionCédric Walter2013-11-052-1/+71
* fixed red build, cause by invalid java 5 method isEmpty and unmappable charac...Cédric Walter2013-11-052-2/+2
* Bug 55024: MIRR Formula implementation review, added error handling and Formu...Cédric Walter2013-11-042-0/+111
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F...Cédric Walter2013-11-041-6/+5
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe...Cédric Walter2013-11-044-47/+150
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-311-0/+2
* Fix some Eclipse warnings, remove trailing whitespacesDominik Stadler2013-10-241-1/+1
* Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String)Yegor Kozlov2013-10-191-1/+1
* Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String)Yegor Kozlov2013-10-191-1/+28
* Bug 55036: patch for missing function Dec2HExCédric Walter2013-10-112-14/+23
* Bug 55057: patch for missing function Hex2DecCédric Walter2013-10-112-1/+100
* Bug 55116: patch for missing function Dec2BinCédric Walter2013-10-112-1/+112
* Bug 55055: patch for missing function Bin2DecCédric Walter2013-10-112-1/+96
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-101-18/+18
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-102-1/+87
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-082-1/+89
* Bug 55037: patch for missing function DELTACédric Walter2013-10-072-2/+12
* Apply patch from bug 55341Dominik Stadler2013-09-291-2/+2
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-1/+2
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-1/+2
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-231-10/+7
* Some Eclipse warnings removedDominik Stadler2013-08-233-3/+7
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-237-21/+0
* Inspired by github pull-6, use a StringBuilder for quicker string appendingNick Burch2013-08-231-3/+3
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-231-3/+3
* Push the fix for bug #55248 up to the Sheet interface (was XSSF only before)Nick Burch2013-08-211-0/+10
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-162-5/+15
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-162-0/+150
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-162-1/+96