| Commit message (Expand) | Author | Age | Files | Lines |
* | fix constructor after its delegated now | Andreas Beeker | 2018-12-16 | 1 | -0/+6 |
* | #60656 - EMF image support in slideshows | Andreas Beeker | 2018-12-16 | 8 | -62/+22 |
|\ |
|
| * | merge trunkhemf | Andreas Beeker | 2018-12-16 | 9 | -60/+413 |
| |\
| |/
|/| |
|
* | | #62365 - SVG image support in XSLF | Andreas Beeker | 2018-12-16 | 4 | -16/+272 |
* | | #63011 - Multiple digital signature in excel file broke first signature | Andreas Beeker | 2018-12-15 | 5 | -44/+141 |
* | | #62994 - IBM JCE workarounds | Andreas Beeker | 2018-12-09 | 1 | -1/+7 |
* | | #62953 - Rendering of FreeformShapes with formula fails | Andreas Beeker | 2018-12-09 | 2 | -2/+32 |
* | | lgtm issues | PJ Fanning | 2018-12-08 | 1 | -0/+1 |
* | | create chart from scratch by sandeeptiwari32 | Alain Béarez | 2018-12-08 | 7 | -11/+158 |
* | | [bug-57342] add SXSSFWorkbook setZip64Mode method | PJ Fanning | 2018-12-04 | 1 | -7/+17 |
* | | #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 | 2 | -37/+31 |
* | | bug 60316 -- skip the glossary document, not the template document. | Tim Allison | 2018-11-23 | 1 | -1/+1 |
| * | merge trunk | Andreas Beeker | 2018-12-14 | 16 | -60/+248 |
| * | merge trunk | Andreas Beeker | 2018-11-20 | 5 | -50/+49 |
| |\
| |/
|/| |
|
* | | 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 | 1 | -6/+15 |
* | | Remove/Minimize references to Scratchpad module from other modules | Andreas Beeker | 2018-11-19 | 1 | -35/+12 |
* | | put back XSSFColor(java.awt.Color clr) constructor | PJ Fanning | 2018-11-16 | 1 | -3/+15 |
* | | add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 | PJ Fanning | 2018-11-13 | 1 | -5/+4 |
* | | Bug 62872 - Writing large files with 800k rows gives java.io.IOException: Thi... | Andreas Beeker | 2018-11-02 | 1 | -1/+4 |
| * | merge trunk | Andreas Beeker | 2018-11-02 | 25 | -409/+550 |
| |\
| |/
|/| |
|
* | | bug 60316 -- until we can implement it properly, gracefully skip the glossary... | Tim Allison | 2018-11-01 | 1 | -0/+9 |
* | | IDE warnings, tried to reproduce Bug 58927, but could not | Dominik Stadler | 2018-11-01 | 2 | -71/+54 |
* | | bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent | Tim Allison | 2018-10-26 | 1 | -0/+6 |
* | | Adjust sample for creating comments to also create a .xlsx file | Dominik Stadler | 2018-10-26 | 3 | -7/+12 |
* | | fix class cast issur recently introduced in BaseXSSFFormulaEvaluator | PJ Fanning | 2018-10-19 | 1 | -4/+9 |
* | | #62834 FormulaEvaluator.evaluateInCell() throws Exception | Greg Woolsey | 2018-10-19 | 3 | -7/+33 |
* | | 62815 -- some numeric values not correctly extracted from xlsb | Tim Allison | 2018-10-11 | 1 | -3/+3 |
* | | fix most alerts reported by LGTM on OOXML | Alain Béarez | 2018-10-10 | 16 | -322/+429 |
| * | merge trunk | Andreas Beeker | 2018-10-09 | 1 | -1/+1 |
| |\
| |/
|/| |
|
* | | [bug-62807] fix typo in XSLFTableCell#removeBorder | PJ Fanning | 2018-10-08 | 1 | -1/+1 |
| * | Bug 60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Out... | Andreas Beeker | 2018-10-09 | 1 | -1/+0 |
| * | merge trunk | Andreas Beeker | 2018-10-06 | 39 | -370/+923 |
| |\
| |/
|/| |
|
* | | use jaxp transformer instead of dom serializer to try fix old-xerces test fai... | PJ Fanning | 2018-10-05 | 1 | -32/+45 |
* | | adding tricks from other answers on StackOverflow | Alain Béarez | 2018-10-05 | 3 | -71/+14 |
* | | example from StackOverflow question 47065690 | Alain Béarez | 2018-10-05 | 4 | -14/+28 |
* | | more XDDF improvements based on SO examples | Alain Béarez | 2018-10-05 | 8 | -14/+179 |
* | | [bug-62800] Fix null pointer exception if a picture shape has no blip id | PJ Fanning | 2018-10-04 | 1 | -1/+2 |
* | | XDDF improvements based on StackOverflow examples | Alain Béarez | 2018-10-03 | 7 | -9/+175 |
* | | change chart data to experiment diverse scripts | Alain Béarez | 2018-10-03 | 3 | -9/+15 |
* | | deprecate unused Nullable class | PJ Fanning | 2018-10-03 | 1 | -0/+5 |
* | | rename xmlbeans job | PJ Fanning | 2018-10-02 | 1 | -1/+1 |
* | | [bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshaller | PJ Fanning | 2018-10-02 | 1 | -148/+164 |
* | | extract valuable code from 54470 submitted patch | Alain Béarez | 2018-10-01 | 4 | -39/+150 |
* | | use StaxHelper to get event factory | PJ Fanning | 2018-09-30 | 1 | -1/+2 |
* | | fix lgtm issues | PJ Fanning | 2018-09-28 | 1 | -2/+2 |
* | | fix lgtm issues | PJ Fanning | 2018-09-28 | 5 | -20/+14 |
* | | make OPCPackage#close() unsynchronized and add javadoc note saying method is ... | PJ Fanning | 2018-09-27 | 1 | -1/+3 |
* | | [bug-62768] synchronize OPCPackage#close() | PJ Fanning | 2018-09-27 | 1 | -22/+14 |