| Commit message (Expand) | Author | Age | Files | Lines |
* | rollback invalid commit - r1799740 | Andreas Beeker | 2017-06-24 | 6 | -185/+284 |
* | release prepare for 3.17-beta1 - pin documentation | Andreas Beeker | 2017-06-24 | 6 | -284/+185 |
* | Add StaxHelper to ensure that StAX parsers have sensible defaults, including ... | PJ Fanning | 2017-06-24 | 1 | -2/+4 |
* | Add file that failed regression tests as a unit test. | Greg Woolsey | 2017-06-24 | 2 | -7/+39 |
* | Move my new unit conversions to the Units class, move and deprecate duplicate... | Greg Woolsey | 2017-06-23 | 6 | -86/+48 |
* | Bug 61203 | Greg Woolsey | 2017-06-23 | 1 | -0/+16 |
* | Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect... | Greg Woolsey | 2017-06-23 | 4 | -40/+300 |
* | bug 61053 -- not a fix, but this aligns XSSFBSheetHandler's behavior with str... | Tim Allison | 2017-06-20 | 1 | -0/+9 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-06-18 | 2 | -6/+10 |
* | #61169 - Text with Japanese characters overflows textbox | Andreas Beeker | 2017-06-17 | 1 | -27/+76 |
* | Bug 56557: Fix handling chart sheets, | Dominik Stadler | 2017-06-16 | 1 | -1/+3 |
* | bug 61170: add comment why we should catch exceptions in SAXHelper | Javen O'Neal | 2017-06-15 | 1 | -0/+4 |
* | bug 61170: add extra logging to SaxHelper. | Javen O'Neal | 2017-06-15 | 1 | -3/+14 |
* | Standardize some more common chart axis properties. | Greg Woolsey | 2017-06-12 | 5 | -16/+201 |
* | Don't report data table master cells as formula cells, since POI doesn't eval... | Greg Woolsey | 2017-06-10 | 1 | -2/+17 |
* | Move one testcase with incorrect source location | Dominik Stadler | 2017-06-09 | 2 | -70/+1 |
* | Update the CreateTable example to reduce the use of the raw CT classes | Nick Burch | 2017-06-07 | 2 | -0/+5 |
* | Permit table style modifications, needed for CreateTable | Nick Burch | 2017-06-07 | 1 | -7/+29 |
* | Make it possible to create simple XSSF sheet tables without needing CT classe... | Nick Burch | 2017-06-07 | 1 | -2/+47 |
* | XSSFTable should format numeric/date cells when used as Column Header names a... | Nick Burch | 2017-06-07 | 1 | -2/+22 |
* | Handle encrypted files with known password in integration tests | Andreas Beeker | 2017-06-06 | 2 | -2/+40 |
* | SonarQube fixes - close resources | Andreas Beeker | 2017-05-31 | 1 | -5/+8 |
* | #61085 support table styles | Greg Woolsey | 2017-05-31 | 1 | -45/+111 |
* | Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w... | Greg Woolsey | 2017-05-26 | 20 | -97/+339 |
* | #61085 support table styles | Greg Woolsey | 2017-05-20 | 6 | -18/+201 |
* | github-55: NumberFormatException if XSSFName.setNameName is set with a long n... | Javen O'Neal | 2017-05-19 | 1 | -2/+8 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 3 | -4/+6 |
* | github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo R... | Javen O'Neal | 2017-05-16 | 1 | -0/+181 |
* | github-53: fix NPE when iterating over paragraphs in certain *.docx files. Th... | Javen O'Neal | 2017-05-16 | 1 | -7/+23 |
* | github-54: when adding a picture to an XSSFWorkbook, reduce memory consumptio... | Javen O'Neal | 2017-05-15 | 6 | -105/+100 |
* | Add ASL header and exclude table preset from rat-check | Andreas Beeker | 2017-05-15 | 4 | -0/+68 |
* | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-... | Greg Woolsey | 2017-05-12 | 6 | -2/+631 |
* | Bug 60352: Text extraction: Don't include the text "null" for empty cells | Dominik Stadler | 2017-05-07 | 1 | -5/+7 |
* | 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no famil... | Greg Woolsey | 2017-05-05 | 1 | -1/+1 |
* | 61060 - teach DataFormatter about conditional formatting rules with number fo... | Greg Woolsey | 2017-05-05 | 1 | -0/+12 |
* | Javadoc fix | Nick Burch | 2017-04-30 | 1 | -1/+1 |
* | bug 61034: break out of for-loop when both <sheet name="", id=""/> are found | Javen O'Neal | 2017-04-29 | 1 | -3/+6 |
* | bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets. | Javen O'Neal | 2017-04-29 | 1 | -3/+6 |
* | bug 61051 -- add new worksheet-like relations for xlsb | Tim Allison | 2017-04-27 | 3 | -6/+64 |
* | Patch from Tim Jones from #61044 - Note on setCompressTempFiles | Nick Burch | 2017-04-26 | 1 | -0/+4 |
* | bug 61021 - extract abspath from xlsb | Tim Allison | 2017-04-21 | 3 | -1/+55 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 24 | -35/+33 |
* | findbugs fixes | Andreas Beeker | 2017-04-17 | 2 | -3/+5 |
* | #60996 - XSSF: Multiple embedded objects on same sheet are ignored | Andreas Beeker | 2017-04-16 | 3 | -3/+29 |
* | #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling "... | Nick Burch | 2017-04-12 | 1 | -0/+2 |
* | Issue #60971, handle formula chart titles | Greg Woolsey | 2017-04-11 | 1 | -2/+91 |
* | Fix AIOOBE while extracting hssf pictures which are externally linked | Andreas Beeker | 2017-04-10 | 1 | -3/+5 |
* | Bug 60906 -- clean up, and add range checking for casting to ints. | Tim Allison | 2017-03-23 | 3 | -21/+18 |
* | Bug 60906 -- fix style index | Tim Allison | 2017-03-23 | 2 | -4/+10 |
* | 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation. | Tim Allison | 2017-03-22 | 1 | -0/+1 |