summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* rollback invalid commit - r1799740Andreas Beeker2017-06-246-185/+284
* release prepare for 3.17-beta1 - pin documentationAndreas Beeker2017-06-246-284/+185
* 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-242-7/+39
* 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
* Fix some IntelliJ warningsDominik Stadler2017-06-182-6/+10
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-171-27/+76
* Bug 56557: Fix handling chart sheets,Dominik Stadler2017-06-161-1/+3
* 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
* Standardize some more common chart axis properties.Greg Woolsey2017-06-125-16/+201
* 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-092-70/+1
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-072-0/+5
* 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-071-2/+47
* XSSFTable should format numeric/date cells when used as Column Header names a...Nick Burch2017-06-071-2/+22
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-062-2/+40
* SonarQube fixes - close resourcesAndreas Beeker2017-05-311-5/+8
* #61085 support table stylesGreg Woolsey2017-05-311-45/+111
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-2620-97/+339
* #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-191-2/+8
* 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-156-105/+100
* Add ASL header and exclude table preset from rat-checkAndreas Beeker2017-05-154-0/+68
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-126-2/+631
* Bug 60352: Text extraction: Don't include the text "null" for empty cellsDominik Stadler2017-05-071-5/+7
* 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-051-0/+12
* 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-291-3/+6
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-273-6/+64
* Patch from Tim Jones from #61044 - Note on setCompressTempFilesNick Burch2017-04-261-0/+4
* bug 61021 - extract abspath from xlsbTim Allison2017-04-213-1/+55
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1724-35/+33
* findbugs fixesAndreas Beeker2017-04-172-3/+5
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-163-3/+29
* #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling "...Nick Burch2017-04-121-0/+2
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-111-2/+91
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-101-3/+5
* Bug 60906 -- clean up, and add range checking for casting to ints.Tim Allison2017-03-233-21/+18
* Bug 60906 -- fix style indexTim Allison2017-03-232-4/+10
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-221-0/+1