aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-307-13/+108
* Add scratchpad-resources to .classpath make TestExtractorFactory run in EclipseDominik Stadler2013-10-271-0/+1
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-2712-102/+114
* Add reproducer tests for Bug 53515, disabled as we do not fix any of theDominik Stadler2013-10-262-6/+91
* Bug 49940: Apply patch to avoid XmlValueDisconnectedException whenDominik Stadler2013-10-262-48/+34
* Add a number of tests for the dev-tools. The tests iterate over all .xlsDominik Stadler2013-10-2512-28/+381
* Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString()Yegor Kozlov2013-10-251-1/+28
* Fix some Eclipse warnings, remove trailing whitespacesDominik Stadler2013-10-244-18/+30
* Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ...Nick Burch2013-10-232-2/+65
* Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is req...Nick Burch2013-10-222-136/+154
* Try to make the eclipse classpath more general - place the output under /buil...Nick Burch2013-10-221-11/+10
* Bug 55369: Add support for collapsing rows in SXSSFDominik Stadler2013-10-205-9/+248
* 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
* Add Eclipse project files and settings to make it easier to start hacking on ...Dominik Stadler2013-10-164-0/+409
* Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a stringDominik Stadler2013-10-162-7/+50
* Change from having actual zero bytes in java code to java-string notation for...Dominik Stadler2013-10-141-0/+0
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-1311-143/+800
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-133-23/+133
* Bug 55036: fixed red build (Dec2Hex)Cédric Walter2013-10-121-3/+2
* Bug 55036: patch for missing function Dec2HExCédric Walter2013-10-113-14/+23
* Bug 55057: patch for missing function Hex2DecCédric Walter2013-10-113-1/+100
* Bug 55116: patch for missing function Dec2BinCédric Walter2013-10-113-1/+112
* Bug 55055: patch for missing function Bin2DecCédric Walter2013-10-113-1/+96
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-102-18/+58
* 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-105-1/+117
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-087-1/+150
* Bug 55037: patch for missing function DELTACédric Walter2013-10-074-2/+25
* Apply patch from bug 55341Dominik Stadler2013-09-294-6/+180
* Potential NPE in PPExtractor; found while working on TIKA-1171Tim Allison2013-09-271-3/+5
* increment build beta version to 3.10-beta3; forgot to as part of last release...Tim Allison2013-09-271-1/+1
* POI-54722 table text in ppt filesTim Allison2013-09-273-0/+42
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-113-9/+40
* Sample file from bug #55544 - encrypted with sha512 as the hash algorythmNick Burch2013-09-111-0/+0
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-099-45/+36
* Bug 53798: Add fix for XmlValueDisconnectException during shifting rowsDominik Stadler2013-09-093-12/+109
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-264-1/+21
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
* Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build...Dominik Stadler2013-08-241-10/+20
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-232-10/+18
* Tried to reproduce Bug 47090, but seems to be fixed now.Dominik Stadler2013-08-232-0/+46
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-234-13/+47
* Some Eclipse warnings removedDominik Stadler2013-08-234-9/+13
* Add some explicit tests for column letter to/from number conversionNick Burch2013-08-231-0/+19
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-2358-145/+5
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-2350-129/+11
* 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-236-58/+76
* Fix unit test for Bug 50298 some moreDominik Stadler2013-08-211-9/+3