| Commit message (Expand) | Author | Age | Files | Lines |
* | #62355 - unsplit packages - 3 - only imports | Andreas Beeker | 2018-05-27 | 21 | -49/+49 |
* | #62355 - unsplit packages - 2 - modified classes (not only imports) | Andreas Beeker | 2018-05-27 | 2 | -2/+141 |
* | A few more places I should never have introduced Cell as a parameter, sine Ce... | Greg Woolsey | 2018-05-08 | 1 | -7/+6 |
* | remove some deprecated methods | PJ Fanning | 2018-03-04 | 1 | -13/+1 |
* | remove some casts to short | PJ Fanning | 2018-03-03 | 1 | -1/+1 |
* | tidy up API for font index | PJ Fanning | 2018-02-26 | 1 | -1/+1 |
* | [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This... | PJ Fanning | 2018-02-25 | 4 | -118/+642 |
* | Fix for bug #62130. Turns out there were cases when a workbook with multiple... | Greg Woolsey | 2018-02-24 | 1 | -35/+13 |
* | The table auto-filter range should not include table footer rows, while the t... | Greg Woolsey | 2018-02-23 | 1 | -2/+14 |
* | [bug-62018] use ints to index fonts | PJ Fanning | 2018-02-20 | 3 | -18/+34 |
* | [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 | PJ Fanning | 2018-02-14 | 1 | -0/+46 |
* | fix further typo in exception message | PJ Fanning | 2018-02-02 | 1 | -1/+1 |
* | Fix small typo, closes PR #97 on Github. | Dominik Stadler | 2018-02-02 | 1 | -7/+7 |
* | fix use of forbidden apis in row shift code | PJ Fanning | 2018-01-31 | 1 | -9/+12 |
* | use spaces for indents in some files | PJ Fanning | 2018-01-31 | 1 | -247/+247 |
* | [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker... | PJ Fanning | 2018-01-31 | 1 | -6/+10 |
* | [github-81] Formula adjusting in context of column shifting. Thanks to Dragan... | PJ Fanning | 2018-01-30 | 5 | -102/+273 |
* | some changes to allow shared string table to be subclassed | PJ Fanning | 2018-01-27 | 2 | -90/+108 |
* | code cleaning according to code review recommendations (closes #93) | Alain Béarez | 2018-01-25 | 1 | -0/+17 |
* | [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-... | PJ Fanning | 2018-01-20 | 1 | -0/+9 |
* | Bug 61543: do not fail with "part already exists" when tables are created/rem... | Dominik Stadler | 2018-01-01 | 1 | -14/+30 |
* | Update some tests and IntelliJ warnings | Dominik Stadler | 2018-01-01 | 1 | -1/+0 |
* | Bug-61947 remove deprecated method | PJ Fanning | 2018-01-01 | 1 | -8/+0 |
* | #61940 - Replace ClassID statics with enum | Andreas Beeker | 2017-12-31 | 1 | -2/+2 |
* | Bug 58106: when a cell with a 'master' shared formula is removed, the next c... | Yegor Kozlov | 2017-12-30 | 2 | -1/+38 |
* | Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit mislead... | Dominik Stadler | 2017-12-28 | 2 | -4/+4 |
* | 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/+2 |
* | Bug-61906 add API for working with RichStringText and deprecate API methods t... | PJ Fanning | 2017-12-15 | 3 | -5/+8 |
* | 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 | 1 | -0/+1 |
* | #61841 fix typo in method name | Greg Woolsey | 2017-12-06 | 1 | -1/+1 |
* | Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu... | Greg Woolsey | 2017-12-06 | 1 | -0/+15 |
* | use try-with-resources in more places | PJ Fanning | 2017-12-05 | 1 | -6/+4 |
* | Javadoc fixes | Nick Burch | 2017-11-27 | 2 | -3/+3 |
* | XDDF usermodel for Charts closes #68 on GitHub | Alain Béarez | 2017-11-26 | 13 | -359/+425 |
* | use try with resources in examples | PJ Fanning | 2017-11-23 | 1 | -6/+1 |
* | Change order of handling shape-types in copy() as FreeFormShape derives from ... | Dominik Stadler | 2017-11-23 | 2 | -3/+3 |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -1/+3 |
* | 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 |
* | 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 |