aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-2932-200/+41
* Remove old XSSFPaswordHelperPJ Fanning2017-06-291-3/+0
* Fix javadoc warningsNick Burch2017-06-283-5/+5
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-15/+0
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-289-27/+97
* Remove some deprecated *SSF APIsPJ Fanning2017-06-2814-214/+14
* expand StaxHelperPJ Fanning2017-06-241-0/+28
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ...PJ Fanning2017-06-243-2/+56
* Move my new unit conversions to the Units class, move and deprecate duplicate...Greg Woolsey2017-06-231-0/+39
* Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect...Greg Woolsey2017-06-231-13/+27
* bug 61045 -- allow for (and log!) extra bytes in FormatRecord.Tim Allison2017-06-202-2/+69
* javadocJaven O'Neal2017-06-201-1/+1
* Javadoc fixNick Burch2017-06-201-1/+1
* bug 57919: close opened resourcesJaven O'Neal2017-06-201-0/+19
* bug 57919: add functions to write and close a POIDocument, guaranteeing closu...Javen O'Neal2017-06-201-0/+78
* whitespaceJaven O'Neal2017-06-201-1/+1
* bug 52063: support 2-argument LOOKUP(lookup_value, array) function in ExcelJaven O'Neal2017-06-201-2/+33
* Need to do the casting differently to make the code compile with Java 6Dominik Stadler2017-06-181-3/+4
* Fix some IntelliJ warningsDominik Stadler2017-06-182-3/+4
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-173-10/+23
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-148-199/+287
* Standardize some more common chart axis properties.Greg Woolsey2017-06-122-2/+16
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-10/+11
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-062-4/+36
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-064-6/+21
* javadocsJaven O'Neal2017-05-311-1/+1
* #61085 support table stylesGreg Woolsey2017-05-312-0/+177
* Bug 61119 - Fix preset shape rendering and shadingAndreas Beeker2017-05-3041-1447/+576
* bug 61059: fix NamePtg to read unsigned shorts instead of signed shorts, avoi...Javen O'Neal2017-05-281-1/+1
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-263-22/+55
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-234-64/+112
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-201-1/+18
* bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i...Javen O'Neal2017-05-201-16/+0
* #61085 support table stylesGreg Woolsey2017-05-206-18/+340
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-163-13/+12
* github-32: speed up Irr() Excel formula computation by replacing Math.pow() w...Javen O'Neal2017-05-161-9/+10
* Javadoc fixesNick Burch2017-05-161-2/+2
* Add ASL header and exclude table preset from rat-checkAndreas Beeker2017-05-154-0/+68
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-148-376/+331
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-126-2/+150
* Simplify the ValueEval.toString() implementations and include more informatio...Dominik Stadler2017-05-127-41/+28
* forgot license (as always)Greg Woolsey2017-05-051-0/+20
* 61060 - teach DataFormatter about conditional formatting rules with number fo...Greg Woolsey2017-05-056-20/+227
* SonarQube fixesAndreas Beeker2017-05-031-1/+1
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-032-122/+152
* Remove Unicode chars in commentsAndreas Beeker2017-05-032-2/+2
* fix javadocsAndreas Beeker2017-05-031-2/+2
* #52372 - OutOfMemoryError parsing a word fileAndreas Beeker2017-05-021-228/+245
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-021-16/+29
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-021-72/+141