| Commit message (Expand) | Author | Age | Files | Lines |
* | #61797 - Embed Excel / Ole objects into powerpoint | Andreas Beeker | 2017-12-31 | 8 | -25/+540 |
* | #61942 - Refactor PackagePartName handling and add getUnusedPartIndex method | Andreas Beeker | 2017-12-31 | 4 | -219/+225 |
* | #61940 - Replace ClassID statics with enum | Andreas Beeker | 2017-12-31 | 2 | -34/+21 |
* | Bug 58106: when a cell with a 'master' shared formula is removed, the next c... | Yegor Kozlov | 2017-12-30 | 2 | -1/+38 |
* | Fix bug 61787, which was introduced by bug 58067: Change how deleted content ... | Dominik Stadler | 2017-12-28 | 1 | -1/+7 |
* | Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit mislead... | Dominik Stadler | 2017-12-28 | 2 | -4/+4 |
* | Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t... | Dominik Stadler | 2017-12-28 | 3 | -43/+23 |
* | Remove misleading SXSSF logging | PJ Fanning | 2017-12-26 | 2 | -9/+7 |
* | Bug 61869: updating a cell with shared formula produces an unreadable file | Yegor Kozlov | 2017-12-20 | 1 | -5/+14 |
* | use try with resources | PJ Fanning | 2017-12-20 | 1 | -13/+15 |
* | use try with resources | PJ Fanning | 2017-12-20 | 1 | -3/+3 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -2/+3 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 4 | -9/+9 |
* | use non deprecated method for adding string to shared strings table | PJ Fanning | 2017-12-18 | 2 | -5/+5 |
* | Bug-61906 fix javadoc issue | PJ Fanning | 2017-12-15 | 1 | -1/+1 |
* | Bug-61906 add API for working with RichStringText and deprecate API methods t... | PJ Fanning | 2017-12-15 | 4 | -6/+61 |
* | Bug-61792 simplify sxssf code that writes chars | PJ Fanning | 2017-12-15 | 1 | -60/+22 |
* | Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r... | Greg Woolsey | 2017-12-11 | 12 | -25/+59 |
* | #61841 | Greg Woolsey | 2017-12-07 | 2 | -0/+2 |
* | #61841 fix typo in method name | Greg Woolsey | 2017-12-06 | 2 | -2/+2 |
* | Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu... | Greg Woolsey | 2017-12-06 | 2 | -1/+27 |
* | use try-with-resources in more places | PJ Fanning | 2017-12-05 | 3 | -18/+13 |
* | Javadoc fixes | Nick Burch | 2017-11-27 | 2 | -3/+3 |
* | XDDF usermodel for Charts closes #68 on GitHub | Alain BĂ©arez | 2017-11-26 | 59 | -633/+4697 |
* | use try with resources in examples | PJ Fanning | 2017-11-23 | 4 | -25/+6 |
* | Change order of handling shape-types in copy() as FreeFormShape derives from ... | Dominik Stadler | 2017-11-23 | 7 | -34/+18 |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -1/+3 |
* | [bug-61792] basic test | PJ Fanning | 2017-11-20 | 1 | -1/+3 |
* | [bug-61792] some changes to avoid iterating over chars of Strings | PJ Fanning | 2017-11-20 | 1 | -21/+12 |
* | javadocs and Quick page improvements for XSSF Header/Footer | Mark Murphy | 2017-11-19 | 8 | -13/+83 |
* | Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some... | Greg Woolsey | 2017-11-15 | 1 | -0/+4 |
* | Fix setting a font-color if no previous color is defined for the font | Dominik Stadler | 2017-11-13 | 2 | -1/+3 |
* | bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ... | Javen O'Neal | 2017-11-12 | 3 | -0/+183 |
* | XWPFTable#getRows() should return an unmodifiable list unless the method can ... | Javen O'Neal | 2017-11-12 | 1 | -1/+2 |
* | make tableRows final; initialize where defined rather than in constructor. | Javen O'Neal | 2017-11-12 | 1 | -3/+1 |
* | deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented... | Javen O'Neal | 2017-11-12 | 1 | -1/+12 |
* | Surface XSSF Header/Footer Attributes (60887) | Mark Murphy | 2017-11-11 | 8 | -24/+180 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 2 | -34/+33 |
* | bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ... | Javen O'Neal | 2017-11-04 | 3 | -3/+13 |
* | bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to... | Javen O'Neal | 2017-11-04 | 3 | -160/+118 |
* | bug 61474, github #81: implement updateConditionalFormatting for ColumnShifter | Javen O'Neal | 2017-11-04 | 3 | -59/+67 |
* | bug 61474, github #81: implement updateNamedRanges for ColumnShifter | Javen O'Neal | 2017-11-04 | 3 | -15/+22 |
* | bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ... | Javen O'Neal | 2017-11-04 | 3 | -39/+145 |
* | bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi... | Javen O'Neal | 2017-11-04 | 1 | -25/+30 |
* | rename ambiguous variable name shifter -> formulaShifter | Javen O'Neal | 2017-11-04 | 1 | -2/+2 |
* | whitespace | Javen O'Neal | 2017-11-04 | 1 | -12/+12 |
* | #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does | Andreas Beeker | 2017-11-02 | 1 | -0/+28 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 17 | -344/+343 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 5 | -9/+9 |
* | consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() | Javen O'Neal | 2017-10-31 | 1 | -21/+11 |