aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 56017: Fix comment-ref when shiftig rows with comments, this probably doe...Dominik Stadler2014-02-022-53/+51
* Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalState...Andreas Beeker2014-02-023-626/+653
* javadoc fixAndreas Beeker2014-02-011-2/+2
* Bug 55802 - Special Letters not exported correctAndreas Beeker2014-02-013-8/+138
* Fix up whitespace / indents to be consistentNick Burch2014-02-012-409/+406
* Fix javadoc formattingNick Burch2014-02-011-4/+4
* Javadoc fixAndreas Beeker2014-02-011-1/+1
* Expose the StyleIndex of CharacterRuns, and expand the range style tests to c...Nick Burch2014-02-013-10/+59
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-015-366/+470
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-012-13/+45
* TreeSet without JDK 6 method usages Andreas Beeker2014-01-261-7/+23
* This patch is not working as of license incompatibility - see http://www.apac...Andreas Beeker2014-01-267-4785/+2
* As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporaril...Andreas Beeker2014-01-267-2/+4785
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-266-522/+757
* jdk 5 compiler doesn't support overwrite for interfaces ...Andreas Beeker2014-01-251-1/+0
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-233-0/+123
* Added license headersAndreas Beeker2014-01-1813-4/+229
* javadoc fixAndreas Beeker2014-01-114-16/+11
* Bug 35897 - Password protected filesAndreas Beeker2014-01-1011-439/+680
* Ensure our package html files have consistent line endings, and the right svn...Nick Burch2014-01-101-44/+44
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-015-9/+95
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-319-72/+65
* Don't unnecessarily convert from ArrayList to array, use the ArrayList direct...Dominik Stadler2013-12-311-9/+7
* Print out which actual value was out of rangeDominik Stadler2013-12-311-1/+1
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-303-562/+0
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-292-12/+60
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-273-35/+76
* Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ...Nick Burch2013-12-271-217/+277
* Bug 48593 - [PATCH] Multiple Saves Causes Slide CorruptionAndreas Beeker2013-12-275-166/+301
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-2617-93/+319
* Remove unnecessary separate length, an array already has oneDominik Stadler2013-12-261-8/+1
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-2621-492/+551
* Fix some Eclipse warnings in ReaderWriterDominik Stadler2013-12-261-7/+10
* Remove unused members and make others privateDominik Stadler2013-12-261-7/+4
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-265-89/+276
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-254-22/+28
* javadoc house-keepingAndreas Beeker2013-12-2511-34/+54
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-255-8/+19
* 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-2443-970/+4653
* 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-181-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
* Refactor XSSFExportToXml a bit, split code into more methodsDominik Stadler2013-12-081-27/+37