aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-2423-747/+2105
* 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
* Fix bug #55901 - Avoid using RMI basedNick Burch2013-12-181-3/+2
* More javadocs for Cell.setCellTypeNick Burch2013-12-122-8/+21
* 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
* Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t...Nick Burch2013-11-211-1/+7
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,...Nick Burch2013-11-126-86/+111
* Start on HSSF/XSSF Shrink To Fit support, see bug #55661Nick Burch2013-11-072-4/+30
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ...Nick Burch2013-11-071-10/+84
* Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen...Nick Burch2013-11-071-15/+22
* 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
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-023-8/+29
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-311-0/+2
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-303-9/+33
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-277-63/+46
* Add a number of tests for the dev-tools. The tests iterate over all .xlsDominik Stadler2013-10-255-28/+49
* Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString()Yegor Kozlov2013-10-251-1/+28
* Fix some Eclipse warnings, remove trailing whitespacesDominik Stadler2013-10-241-1/+1
* Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ...Nick Burch2013-10-231-2/+28
* 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-192-2/+33
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-139-137/+689
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-132-19/+71
* 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
* Fix #55647 - When creating a temp file, ensure the name isn't already takenNick Burch2013-10-101-0/+11
* 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
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-111-8/+24
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-092-2/+6
* 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-2350-123/+3
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-2350-129/+11