aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-2423-747/+2105
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553336 13f79535-47bb-0310-9956-ffa450edef68
* patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumberYegor Kozlov2013-12-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553248 13f79535-47bb-0310-9956-ffa450edef68
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-241-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553247 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #55901 - Avoid using RMI basedNick Burch2013-12-181-3/+2
| | | | | | exception from PropertySetFactory, as it's not needed nor helpful git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1551832 13f79535-47bb-0310-9956-ffa450edef68
* More javadocs for Cell.setCellTypeNick Burch2013-12-122-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1550349 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-228-4/+236
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544628 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-221-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544612 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so ↵Nick Burch2013-11-211-1/+7
| | | | | | that we can skip one part of the tests if the JVM doesn't support larger keys git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544121 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption ↵Nick Burch2013-11-126-86/+111
| | | | | | support, covering more ciphers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1541009 13f79535-47bb-0310-9956-ffa450edef68
* Start on HSSF/XSSF Shrink To Fit support, see bug #55661Nick Burch2013-11-072-4/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539848 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ↵Nick Burch2013-11-071-10/+84
| | | | | | 16 bits of data git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539837 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #53475 - CSPName may not always be ↵Nick Burch2013-11-071-15/+22
| | | | | | present on OOXML encrypted documents, plus test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539828 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: fixed mirr FormulaEvalTestData.xls testsCédric Walter2013-11-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539451 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: fixed hex2dec testsCédric Walter2013-11-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539447 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54696: Add overlay setting to ChartLegendCédric Walter2013-11-051-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539169 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55724: implementation of Excel PERCENTILE functionCédric Walter2013-11-052-1/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539154 13f79535-47bb-0310-9956-ffa450edef68
* fixed red build, cause by invalid java 5 method isEmpty and unmappable ↵Cédric Walter2013-11-052-2/+2
| | | | | | character for encoding ASCII git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539127 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55024: MIRR Formula implementation review, added error handling and ↵Cédric Walter2013-11-042-0/+111
| | | | | | FormulaEvalTest.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538795 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to ↵Cédric Walter2013-11-041-6/+5
| | | | | | FormulaEvalTestData.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538772 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use ↵Cédric Walter2013-11-044-47/+150
| | | | | | BaseNumberUtils.convertToDecimal git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538765 13f79535-47bb-0310-9956-ffa450edef68
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-023-8/+29
| | | | | | removed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538163 13f79535-47bb-0310-9956-ffa450edef68
* Allow formatting of formula error cells, giving back the error string that ↵Nick Burch2013-10-311-0/+2
| | | | | | Excel shows #55729 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1537552 13f79535-47bb-0310-9956-ffa450edef68
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some ↵Dominik Stadler2013-10-303-9/+33
| | | | | | Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1537331 13f79535-47bb-0310-9956-ffa450edef68
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-277-63/+46
| | | | | | | | | | | dir-entry-name to make special names like WORKBOOK or BOOK work, handle a special case in ExternalNameRecord when the flag states that there is data, but no data remains in the stream, slightly improve error-output in DirectoryNode, adjust all dev-tools-tests to not report stack-traces any more for expected failures and try with HSSFWorkbook to decide if it is an expected failure or now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1536062 13f79535-47bb-0310-9956-ffa450edef68
* Add a number of tests for the dev-tools. The tests iterate over all .xlsDominik Stadler2013-10-255-28/+49
| | | | | | | | | | files that are found under test-data, any newly added file or code-change which breaks one of the dev-tools will cause the tests to fail in the future. Known broken files can be excluded. Also fixes two points where some files could cause BiffViewer to fail. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1535885 13f79535-47bb-0310-9956-ffa450edef68
* Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString()Yegor Kozlov2013-10-251-1/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1535810 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Eclipse warnings, remove trailing whitespacesDominik Stadler2013-10-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1535517 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ↵Nick Burch2013-10-231-2/+28
| | | | | | helpful error if found, plus tests. Fixes #55692 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1534967 13f79535-47bb-0310-9956-ffa450edef68
* Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String)Yegor Kozlov2013-10-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1533768 13f79535-47bb-0310-9956-ffa450edef68
* Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String)Yegor Kozlov2013-10-192-2/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1533764 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-139-137/+689
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531623 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-132-19/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531622 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55036: patch for missing function Dec2HExCédric Walter2013-10-112-14/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531395 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55057: patch for missing function Hex2DecCédric Walter2013-10-112-1/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531393 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55116: patch for missing function Dec2BinCédric Walter2013-10-112-1/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531390 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55055: patch for missing function Bin2DecCédric Walter2013-10-112-1/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531386 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, ↵Cédric Walter2013-10-101-18/+18
| | | | | | or the start date is a weekend git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531124 13f79535-47bb-0310-9956-ffa450edef68
* Fix #55647 - When creating a temp file, ensure the name isn't already takenNick Burch2013-10-101-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1531040 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-102-1/+87
| | | | | | | | | | | | | | | Returns the double factorial of a number: FACTDOUBLE(number) Number is the value for which to return the double factorial. If number is not an integer, it is truncated. Remarks If number is nonnumeric, FACTDOUBLE returns the #VALUE! error value. If number is negative, FACTDOUBLE returns the #NUM! error value. Has a cache for more speed of previously calculated factorial Add additional sanity check/integration test FormulaEvalTestData.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1530907 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-082-1/+89
| | | | | | Add simple spreadsheet with Excel 2003, and another with 2013 (both fresh files) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1530256 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55037: patch for missing function DELTACédric Walter2013-10-072-2/+12
| | | | | | Add missing TestDeltaFunctionsFromSpreadsheet and register Delta in AnalysisToolPak git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1529809 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug 55341Dominik Stadler2013-09-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1527397 13f79535-47bb-0310-9956-ffa450edef68
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-111-8/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1522074 13f79535-47bb-0310-9956-ffa450edef68
* Remove Eclipse warnings, remove duplicate test, rename tests to also run ↵Dominik Stadler2013-09-092-2/+6
| | | | | | tests in base class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1521015 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1517676 13f79535-47bb-0310-9956-ffa450edef68
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1517180 13f79535-47bb-0310-9956-ffa450edef68
* More unit tests for column conversion, and avoid the use of Math.pow based ↵Nick Burch2013-08-231-10/+7
| | | | | | on the suggestion from github-6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516983 13f79535-47bb-0310-9956-ffa450edef68
* Some Eclipse warnings removedDominik Stadler2013-08-233-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516980 13f79535-47bb-0310-9956-ffa450edef68
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-2350-123/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
* Start to remove @author tags, as per ↵Nick Burch2013-08-2350-129/+11
| | | | | | http://poi.apache.org/guidelines.html#CodeStyle git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516973 13f79535-47bb-0310-9956-ffa450edef68