| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix TestFileMagic | Dominik Stadler | 2018-11-26 | 1 | -4/+5 |
* | | Fix exception for old powerpoint documents without the usual stream name | Andreas Beeker | 2018-11-25 | 6 | -7/+20 |
* | | #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output... | Andreas Beeker | 2018-11-25 | 1 | -2/+1 |
* | | Add test for FileMagic | Dominik Stadler | 2018-11-25 | 15 | -98/+174 |
* | | Exclude ooxml-testlib from src-zip/tar.gz | Dominik Stadler | 2018-11-25 | 1 | -0/+1 |
* | | #62951 - FileMagic not correctly identified | Andreas Beeker | 2018-11-25 | 2 | -11/+28 |
* | | #62949 - SlideShow rendering - keyframe fractions must be increasing | Andreas Beeker | 2018-11-25 | 4 | -83/+71 |
* | | fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 | PJ Fanning | 2018-11-25 | 5 | -25/+154 |
* | | bug 60316 -- skip the glossary document, not the template document. | Tim Allison | 2018-11-23 | 4 | -1/+9 |
* | | add missing classes to poi-ooxml-schemas | PJ Fanning | 2018-11-21 | 1 | -0/+6 |
| * | merge trunk | Andreas Beeker | 2018-12-14 | 80 | -876/+1743 |
| * | #60656 - Support export file that contains emf and render it correctly | Andreas Beeker | 2018-11-23 | 4 | -17/+68 |
| * | merge trunk | Andreas Beeker | 2018-11-20 | 55 | -912/+766 |
| |\
| |/
|/| |
|
* | | Remove duplicated .jar extension when crafting the maven-jar name | Andreas Beeker | 2018-11-20 | 1 | -0/+1 |
* | | tidy up code formatting | PJ Fanning | 2018-11-20 | 1 | -5/+4 |
* | | [bug-62929] add null check for blip fill. Thanks to Mate Borcsok | PJ Fanning | 2018-11-20 | 3 | -12/+35 |
* | | prepare for 4.0.2 | Andreas Beeker | 2018-11-19 | 10 | -10/+10 |
* | | release prepare for 4.0.1 - updating build.xml and changes.xml | Andreas Beeker | 2018-11-19 | 1 | -1/+1 |
* | | Remove commented out System.out calls / Move DummyGraphics2d to testcase area... | Andreas Beeker | 2018-11-19 | 8 | -27/+14 |
* | | Try to workaround/ignore kept open files of JaCoCo ant task | Andreas Beeker | 2018-11-19 | 1 | -1/+3 |
* | | Remove/Minimize references to Scratchpad module from other modules | Andreas Beeker | 2018-11-19 | 14 | -173/+187 |
* | | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 3 | -20/+38 |
* | | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 2 | -2/+2 |
* | | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 1 | -1/+1 |
* | | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 1 | -4/+17 |
* | | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 2 | -1/+5 |
* | | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 8 | -553/+223 |
* | | Multiproject test including Windows slaves | Andreas Beeker | 2018-11-16 | 1 | -29/+44 |
* | | exclude H35 because of strange file permission errors | Andreas Beeker | 2018-11-16 | 1 | -3/+3 |
* | | exclude H35 because of strange file permission errors | Andreas Beeker | 2018-11-16 | 1 | -1/+2 |
* | | Try to fix ImageIO cache error | Andreas Beeker | 2018-11-16 | 4 | -15/+15 |
* | | One more try to avoid the test-failures related to ImageIO-cache dir | Dominik Stadler | 2018-11-16 | 1 | -12/+12 |
* | | Try to create the temporary directory for ImageIO to see if that makes | Dominik Stadler | 2018-11-16 | 1 | -5/+18 |
* | | put back XSSFColor(java.awt.Color clr) constructor | PJ Fanning | 2018-11-16 | 1 | -3/+15 |
* | | remove duplicate attempt to add column headers | PJ Fanning | 2018-11-13 | 1 | -4/+0 |
* | | remove unused import | PJ Fanning | 2018-11-13 | 1 | -1/+0 |
* | | [bug-62908] populate NamedColors | PJ Fanning | 2018-11-13 | 2 | -15/+27 |
* | | fix typo | PJ Fanning | 2018-11-13 | 1 | -1/+1 |
* | | add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 | PJ Fanning | 2018-11-13 | 1 | -0/+2 |
* | | add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 | PJ Fanning | 2018-11-13 | 4 | -52/+75 |
* | | Bug 62872 - Writing large files with 800k rows gives java.io.IOException: Thi... | Andreas Beeker | 2018-11-02 | 2 | -1/+51 |
| * | #60656 - Support export file that contains emf and render it correctly | Andreas Beeker | 2018-11-12 | 13 | -123/+284 |
| * | merge trunk | Andreas Beeker | 2018-11-02 | 90 | -1223/+2733 |
| |\
| |/
|/| |
|
* | | Bug 62836: Implementation of Excel TREND function | Yegor Kozlov | 2018-11-02 | 5 | -1/+410 |
* | | bug 60316 -- until we can implement it properly, gracefully skip the glossary... | Tim Allison | 2018-11-01 | 3 | -0/+20 |
* | | bug 62624 -- further cleanup | Tim Allison | 2018-11-01 | 1 | -29/+27 |
* | | Remove JavaDoc warnings | Dominik Stadler | 2018-11-01 | 5 | -18/+63 |
* | | IDE warnings, tried to reproduce Bug 58927, but could not | Dominik Stadler | 2018-11-01 | 4 | -87/+101 |
* | | Allow the forrest task to be called from the site sub-project | Nick Burch | 2018-10-31 | 1 | -3/+6 |
* | | bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ! | Tim Allison | 2018-10-31 | 1 | -6/+9 |