aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-1415-541/+738
* Standardize some more common chart axis properties.Greg Woolsey2017-06-128-18/+257
* Don't report data table master cells as formula cells, since POI doesn't eval...Greg Woolsey2017-06-101-2/+17
* Move one testcase with incorrect source locationDominik Stadler2017-06-098-180/+155
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-092-4/+21
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-074-29/+35
* Permit table style modifications, needed for CreateTableNick Burch2017-06-071-7/+29
* Make it possible to create simple XSSF sheet tables without needing CT classe...Nick Burch2017-06-072-28/+80
* XSSFTable should format numeric/date cells when used as Column Header names a...Nick Burch2017-06-072-2/+100
* Ignore JCE restriction errorsAndreas Beeker2017-06-072-5/+21
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-067-37/+140
* Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new ...Andreas Beeker2017-06-0627-225/+156
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-067-221/+399
* bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the...Javen O'Neal2017-06-042-38/+69
* fix eclipse resource leak warningsAndreas Beeker2017-05-3128-557/+614
* javadocsJaven O'Neal2017-05-311-1/+1
* SonarQube fixes - close resourcesAndreas Beeker2017-05-3121-662/+689
* #61085 support table stylesGreg Woolsey2017-05-313-45/+288
* 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