| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so... | Dominik Stadler | 2019-03-02 | 1 | -0/+17 |
* | Close file-handles for slideshows also when construction fails or when dual-s... | Dominik Stadler | 2019-02-23 | 17 | -721/+782 |
* | Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch... | Yegor Kozlov | 2019-02-13 | 1 | -1/+6 |
* | Bug 63029: OPCPackage Potentially clobbers files on close() | Yegor Kozlov | 2019-02-12 | 1 | -0/+38 |
* | Fix some IDE warnings and better output in unit test | Dominik Stadler | 2019-01-27 | 1 | -23/+28 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 1 | -4/+5 |
* | purged usages of Cell.setCellType (left only in tests, where conversions are ... | Vladislav Galas | 2019-01-26 | 5 | -18/+5 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 4 | -10/+10 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 2 | -3/+3 |
* | setCellFormula: blank cell gets value 0, non-blank value is preserved | Vladislav Galas | 2019-01-26 | 1 | -1/+10 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 2 | -12/+13 |
* | Add reproducer for bug 60355 | Dominik Stadler | 2019-01-13 | 1 | -3/+59 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 2 | -44/+44 |
* | Add one more test for bug 62828 and fix some IDE warnings | Dominik Stadler | 2019-01-11 | 2 | -27/+31 |
* | Bug #60977 writing XSSF with custom properties twice corrupts output | Greg Woolsey | 2019-01-11 | 1 | -0/+68 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 1 | -0/+32 |
* | Improved test coverage for *Cell classes | Vladislav Galas | 2019-01-04 | 2 | -3/+71 |
* | Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl... | Vladislav Galas | 2019-01-03 | 2 | -2/+48 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 2 | -8/+9 |
* | IDE and JavaDoc fixes | Dominik Stadler | 2018-12-30 | 2 | -9/+11 |
* | Bug 60845: Apply patch and adjust tests | Dominik Stadler | 2018-12-30 | 1 | -99/+121 |
* | #63028 - Provide font embedding for slideshows | Andreas Beeker | 2018-12-28 | 2 | -24/+22 |
* | Run Cell-tests on HSSF as well and make handling of null-values consistent ac... | Dominik Stadler | 2018-12-28 | 2 | -26/+0 |
* | Bug 61532: Fix setting values/types during formula evaluation for SXSSF | Dominik Stadler | 2018-12-28 | 1 | -4/+7 |
* | Add test which verifies that bug 61605 is already fixed | Dominik Stadler | 2018-12-28 | 1 | -0/+10 |
* | Adjust test to not require src/documentation to be available | Dominik Stadler | 2018-12-28 | 1 | -3/+1 |
* | Adjust/enhance tests for bug 62275 some more | Dominik Stadler | 2018-12-28 | 2 | -32/+110 |
* | Bug 62629: Allow to handle files with invalid content types for pictures | Dominik Stadler | 2018-12-27 | 1 | -15/+81 |
* | IDE and JavaDoc fixes, close() in tests | Dominik Stadler | 2018-12-27 | 7 | -205/+215 |
* | Fix various IDE warnings and some JavaDoc adjustments | Dominik Stadler | 2018-12-26 | 2 | -68/+69 |
* | Remove unnecesssary semicolons | Dominik Stadler | 2018-12-26 | 4 | -6/+6 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 24 | -89/+89 |
* | fix old xerces errors because of not available disallow-doctype parser feature | Andreas Beeker | 2018-12-19 | 4 | -10/+35 |
* | #62886 - Regression extracting text from corrupted docx files | Andreas Beeker | 2018-12-18 | 1 | -3/+14 |
* | #63017 - Remove rows from a XSLFTable | Andreas Beeker | 2018-12-18 | 1 | -2/+2 |
* | #63017 - Remove rows from a XSLFTable | Andreas Beeker | 2018-12-18 | 1 | -2/+98 |
* | [bug-63013] add XWPFRun setLang method | PJ Fanning | 2018-12-18 | 1 | -1/+16 |
* | [bug-63005] disable the reading of DTDs altogether | PJ Fanning | 2018-12-17 | 5 | -166/+133 |
* | #62365 - SVG image support in XSLF | Andreas Beeker | 2018-12-16 | 1 | -3/+19 |
* | merge trunkhemf | Andreas Beeker | 2018-12-16 | 3 | -328/+366 |
|\ |
|
| * | #62365 - SVG image support in XSLF | Andreas Beeker | 2018-12-16 | 1 | -0/+23 |
| * | #63011 - Multiple digital signature in excel file broke first signature | Andreas Beeker | 2018-12-15 | 2 | -328/+343 |
| * | #62994 - IBM JCE workarounds | Andreas Beeker | 2018-12-09 | 1 | -0/+3 |
| * | #62953 - Rendering of FreeformShapes with formula fails | Andreas Beeker | 2018-12-09 | 1 | -1/+3 |
| * | create chart from scratch by sandeeptiwari32 | Alain BĂ©arez | 2018-12-08 | 1 | -7/+24 |
| * | Fix exception for old powerpoint documents without the usual stream name | Andreas Beeker | 2018-11-25 | 1 | -1/+1 |
| * | Add test for FileMagic | Dominik Stadler | 2018-11-25 | 3 | -33/+25 |
| * | #62949 - SlideShow rendering - keyframe fractions must be increasing | Andreas Beeker | 2018-11-25 | 1 | -1/+1 |
| * | bug 60316 -- skip the glossary document, not the template document. | Tim Allison | 2018-11-23 | 1 | -0/+8 |
| * | add missing classes to poi-ooxml-schemas | PJ Fanning | 2018-11-21 | 1 | -0/+6 |