aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JCE policy fixAndreas Beeker2013-12-256-5/+43
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-1/+1
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-1/+1
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-243-25/+40
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-2445-976/+4716
* 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-242-7/+9
* removed pictureFileZero.ppt from svn as requested by the owner, see discussio...Yegor Kozlov2013-12-182-2/+9
* Fix bug #55901 - Avoid using RMI basedNick Burch2013-12-181-3/+2
* Don't use the degree symbol in comments, as it upsets the compiler, and cause...Nick Burch2013-12-121-7/+8
* More javadocs for Cell.setCellTypeNick Burch2013-12-122-8/+21
* Add moreunit-settingsDominik Stadler2013-12-081-0/+4
* Refactor XSSFExportToXml a bit, split code into more methodsDominik Stadler2013-12-081-27/+37
* Bug 55850: fix NullPointerException during extraction from XSSFDominik Stadler2013-12-083-3/+41
* Bug 55640, added reproducer, a fix for the Exception cases and some verify-te...Dominik Stadler2013-12-024-2/+454
* Bug 55745: fix handling of tables in XSSF if there are comments as well, add ...Dominik Stadler2013-11-281-11/+29
* Bug 55745: fix handling of tables in XSSF if there are comments as well, ther...Dominik Stadler2013-11-282-1/+0
* Set source of generated ooxml classesDominik Stadler2013-11-221-1/+1
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-2218-15/+704
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-224-1/+162
* Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t...Nick Burch2013-11-213-81/+82
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,...Nick Burch2013-11-128-88/+149
* Formatting standards are all spaces, not mixed tabs, so fix the Eclipse prefe...Nick Burch2013-11-121-1/+1
* Fix whitespaceNick Burch2013-11-121-33/+33
* Another test file from Andreas Beekerndreas Beeker from bug #53475Nick Burch2013-11-121-0/+0
* More JavaDoc tweaks, and suppress deprecated warnings where these are expectedNick Burch2013-11-121-4/+9
* 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