summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 61119 - Fix preset shape rendering and shadingAndreas Beeker2017-05-3043-21355/+20476
* 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-261-1/+1
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-2628-130/+426
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-237-88/+140
* Reformat code somewhatDominik Stadler2017-05-231-223/+217
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-202-1/+36
* bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i...Javen O'Neal2017-05-201-16/+0
* #61085 support table stylesGreg Woolsey2017-05-2012-36/+541
* github-55: NumberFormatException if XSSFName.setNameName is set with a long n...Javen O'Neal2017-05-192-6/+37
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-1614-59/+53
* github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo R...Javen O'Neal2017-05-161-0/+181
* github-32: speed up Irr() Excel formula computation by replacing Math.pow() w...Javen O'Neal2017-05-161-9/+10
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67
* Javadoc fixesNick Burch2017-05-162-6/+4
* github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks...Javen O'Neal2017-05-161-2/+39
* github-53: fix NPE when iterating over paragraphs in certain *.docx files. Th...Javen O'Neal2017-05-161-7/+23
* github-54: when adding a picture to an XSSFWorkbook, reduce memory consumptio...Javen O'Neal2017-05-158-108/+248
* Add ASL header and exclude table preset from rat-checkAndreas Beeker2017-05-159-0/+153
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-1417-622/+485
* tweak to use platform line separator so tests can pass on Windows as well as ...Greg Woolsey2017-05-121-1/+3
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-1214-4/+18913
* Simplify the ValueEval.toString() implementations and include more informatio...Dominik Stadler2017-05-127-41/+28
* Bug 60352: Text extraction: Don't include the text "null" for empty cellsDominik Stadler2017-05-072-14/+10
* 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no famil...Greg Woolsey2017-05-051-1/+1
* forgot license (as always)Greg Woolsey2017-05-051-0/+20
* 61060 - teach DataFormatter about conditional formatting rules with number fo...Greg Woolsey2017-05-058-20/+280
* test integration fixAndreas Beeker2017-05-041-1/+3
* SonarQube fixesAndreas Beeker2017-05-036-26/+38
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-033-125/+155
* 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
* Reverted DocumentSummary hack in codepage guessing codeAndreas Beeker2017-05-021-30/+1
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-023-44/+144
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-022-118/+223
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-0218-1173/+1383
* IntegrationTest - move excludes to file handlerAndreas Beeker2017-05-0216-90/+123
* HPSF: Use LittleEndianStream instead of offset calculationAndreas Beeker2017-05-0223-931/+804
* bug 61059: add @Override annotationsJaven O'Neal2017-05-011-1/+5
* Improve information contained in exception in CellRangeAddress()Dominik Stadler2017-04-301-6/+5
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-37/+146
* Javadoc fixNick Burch2017-04-301-1/+1
* bug 61034: break out of for-loop when both <sheet name="", id=""/> are foundJaven O'Neal2017-04-291-3/+6
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-293-3/+45
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-273-6/+64
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-272-3/+3
* Patch from Tim Jones from #61044 - Note on setCompressTempFilesNick Burch2017-04-261-0/+4
* bug 61021 - extract abspath from xlsbTim Allison2017-04-214-1/+62
* Add conditional formatting evaluation example code and output resultsGreg Woolsey2017-04-201-0/+87