aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Consistent indenting, based on current POI style guideNick Burch2013-11-121-104/+101
* Fix some JavaDocs, and add a generic constructor based on ZipEntrySourceNick Burch2013-11-121-3/+22
* Reduce duplication by replacing lots of deprecated methods with calls to thei...Nick Burch2013-11-111-95/+6
* Try to make a few OPCPackage error messages more helpful, and slightly reform...Nick Burch2013-11-111-20/+23
* Bugzilla 55560 : Patch for hiding slides in HSLFYegor Kozlov2013-11-094-3/+333
* Patch 53176 - Fixed auto shapes render problem in pptx filesYegor Kozlov2013-11-091-4/+35
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-074-44/+102
* Start on HSSF/XSSF Shrink To Fit support, see bug #55661Nick Burch2013-11-074-10/+53
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ...Nick Burch2013-11-073-10/+93
* Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen...Nick Burch2013-11-074-15/+75
* Bug 55742: fixed mirr FormulaEvalTestData.xls testsCédric Walter2013-11-062-2/+2
* Bug 55742: fixed hex2dec testsCédric Walter2013-11-061-1/+1
* Bug 55724: implementation of excel percentile function, added unit testCédric Walter2013-11-061-0/+112
* Bug 54696: Add overlay setting to ChartLegendCédric Walter2013-11-053-2/+76
* Bug 55724: implementation of Excel PERCENTILE functionCédric Walter2013-11-053-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-045-0/+273
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F...Cédric Walter2013-11-044-24/+23
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe...Cédric Walter2013-11-047-47/+273
* Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIG...Dominik Stadler2013-11-037-34/+178
* Add more output to assertion in test-case that is sometimes failing, see e.g....Dominik Stadler2013-11-031-4/+3
* Add slightly more coverage for ExcelAntWorkbookUtilDominik Stadler2013-11-021-2/+62
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-025-8/+79
* Fix bug #55733 - XWPFWordExtractor needNick Burch2013-11-014-20/+32
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-312-0/+19
* 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