summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* rollback invalid commit - r1799740Andreas Beeker2017-06-247-250/+284
* release prepare for 3.17-beta1 - pin documentationAndreas Beeker2017-06-247-284/+250
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ...PJ Fanning2017-06-241-2/+4
* Add file that failed regression tests as a unit test.Greg Woolsey2017-06-243-7/+49
* Move my new unit conversions to the Units class, move and deprecate duplicate...Greg Woolsey2017-06-236-86/+48
* Bug 61203 Greg Woolsey2017-06-231-0/+16
* Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect...Greg Woolsey2017-06-234-40/+300
* bug 61053 -- not a fix, but this aligns XSSFBSheetHandler's behavior with str...Tim Allison2017-06-201-0/+9
* unit test that is not written yet should failJaven O'Neal2017-06-201-0/+1
* simplify unit test code with IOUtils.write to a NullOutputStreamJaven O'Neal2017-06-201-7/+3
* bug 57919: close opened resourcesJaven O'Neal2017-06-201-8/+17
* rename createXls and createXlsx helper functions: these are specifically for ...Javen O'Neal2017-06-201-32/+18
* bug 58113: this passes with SXSSF nowJaven O'Neal2017-06-201-1/+0
* bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test...Javen O'Neal2017-06-201-8/+2
* Improve error message if we encounter invalid/unexpected files in integration...Dominik Stadler2017-06-191-1/+1
* Don't try to clone a chart, this makes integration-tests work for a few more ...Dominik Stadler2017-06-181-1/+1
* Fix some IntelliJ warningsDominik Stadler2017-06-183-7/+10
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-171-27/+76
* Bug 56557: Fix handling chart sheets,Dominik Stadler2017-06-162-1/+24
* bug 61170: add comment why we should catch exceptions in SAXHelperJaven O'Neal2017-06-151-0/+4
* bug 61170: add extra logging to SaxHelper.Javen O'Neal2017-06-151-3/+14
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-0/+187
* Standardize some more common chart axis properties.Greg Woolsey2017-06-126-16/+241
* 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-093-8/+6
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-073-1/+6
* 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
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-062-2/+40
* 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-314-62/+107
* SonarQube fixes - close resourcesAndreas Beeker2017-05-311-5/+8
* #61085 support table stylesGreg Woolsey2017-05-311-45/+111
* Bug 61119 - Fix preset shape rendering and shadingAndreas Beeker2017-05-301-2/+2
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-2625-108/+371
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-231-0/+19
* Reformat code somewhatDominik Stadler2017-05-231-223/+217
* #61085 support table stylesGreg Woolsey2017-05-206-18/+201
* 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-163-4/+6
* github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo R...Javen O'Neal2017-05-161-0/+181
* 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-155-0/+85
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-127-2/+693
* 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
* 61060 - teach DataFormatter about conditional formatting rules with number fo...Greg Woolsey2017-05-052-0/+53
* Javadoc fixNick Burch2017-04-301-1/+1