| Commit message (Expand) | Author | Age | Files | Lines |
* | #62096 - Add support for tabstops | Andreas Beeker | 2018-02-11 | 1 | -0/+65 |
* | Bug 62042: Adjust gradle build to properly set the locale | Dominik Stadler | 2018-02-08 | 1 | -1/+1 |
* | Various smaller adjustments: Remove filename in test, remove unused parameter... | Dominik Stadler | 2018-02-08 | 1 | -0/+26 |
* | add missing licenses to source code | PJ Fanning | 2018-01-30 | 4 | -9/+77 |
* | [github-81] Formula adjusting in context of column shifting. Thanks to Dragan... | PJ Fanning | 2018-01-30 | 5 | -0/+607 |
* | Bug 61550: Add more information to exception text and verify that it is thrown | Dominik Stadler | 2018-01-01 | 1 | -0/+16 |
* | Update some tests and IntelliJ warnings | Dominik Stadler | 2018-01-01 | 2 | -28/+10 |
* | #61941 - Move Ole marker generation to Ole10Native | Andreas Beeker | 2017-12-31 | 1 | -1/+1 |
* | Bugzilla 61116: Formula evaluation fails when using matrix addition within in... | Yegor Kozlov | 2017-12-30 | 2 | -1/+16 |
* | Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t... | Dominik Stadler | 2017-12-28 | 1 | -5/+3 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -1/+1 |
* | Bug 61859: support for evaluating comparison operators in array mode, detect ... | Yegor Kozlov | 2017-12-18 | 2 | -0/+339 |
* | bug 61840: close workbook to prevent resource leak in unit test | Javen O'Neal | 2017-12-01 | 1 | -1/+3 |
* | bug 61840: add unit test showing that shiftRows does not produce #REF! formul... | Javen O'Neal | 2017-12-01 | 1 | -0/+25 |
* | #61809 - Infinite loop in SectionIDMap.get() and .put() | Andreas Beeker | 2017-11-24 | 3 | -21/+56 |
* | add TestStringCodepointsIterable | PJ Fanning | 2017-11-22 | 1 | -0/+45 |
* | bug 61730: remove asSet function from unit test | Javen O'Neal | 2017-11-07 | 1 | -5/+1 |
* | bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s... | Javen O'Neal | 2017-11-07 | 1 | -7/+28 |
* | bug 61730: add iterator interface to CellRangeAddressBase for iterating over ... | Javen O'Neal | 2017-11-07 | 1 | -1/+36 |
* | bug 61727: make TestCellRangeUtil unit tests more explicit | Javen O'Neal | 2017-11-06 | 1 | -27/+34 |
* | bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ... | Javen O'Neal | 2017-11-06 | 1 | -0/+69 |
* | Adjust some tests to properly close resources | Dominik Stadler | 2017-11-05 | 2 | -150/+137 |
* | Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ... | Dominik Stadler | 2017-11-05 | 1 | -4/+390 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 3 | -87/+40 |
* | bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter | Javen O'Neal | 2017-11-04 | 1 | -2/+78 |
* | bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co... | Javen O'Neal | 2017-11-04 | 1 | -53/+144 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 1 | -1/+1 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 2 | -24/+7 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 2 | -31/+31 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 9 | -74/+74 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 5 | -28/+28 |
* | cleanup for r1812470: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -2/+2 |
* | convert "".equals(string) to string.isEmpty() | Javen O'Neal | 2017-10-18 | 2 | -2/+2 |
* | string.equals("") -> string.isEmpty() or "".equals(string) | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | adjust tests, javadoc, ... | Dominik Stadler | 2017-10-11 | 4 | -23/+21 |
* | Remove "filling" in IntList as this has no effect whatsoever as far as I coul... | Dominik Stadler | 2017-10-11 | 1 | -23/+74 |
* | Add test which shows that bug 51262 is fixed now | Dominik Stadler | 2017-10-09 | 1 | -0/+28 |
* | Apply patch from bug 61096: Add support for modules in VBAMacroReader | Dominik Stadler | 2017-10-07 | 1 | -56/+36 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 1 | -25/+70 |
* | Adjust some unit-tests, use try-with-resource, enable test which works now, ... | Dominik Stadler | 2017-09-26 | 3 | -55/+31 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 5 | -94/+73 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 4 | -13/+9 |
* | tidy up some test code | PJ Fanning | 2017-09-19 | 2 | -8/+8 |
* | Add test to verify that bug 61532 is fixed as far as I see via the changes fo... | Dominik Stadler | 2017-09-19 | 1 | -5/+29 |
* | Adjust to make forbidden-api-check succeed again | Dominik Stadler | 2017-09-19 | 2 | -19/+6 |
* | Bug 61148: Fix calculating formula value, unfortunately we currently need to ... | Dominik Stadler | 2017-09-19 | 3 | -71/+307 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-19 | 1 | -11/+4 |
* | 60805 (partial) -- remove/suppress println in tests | Tim Allison | 2017-09-19 | 9 | -24/+70 |
* | While working on bug 61148 I found that getCellType() and setCellErrorValue()... | Dominik Stadler | 2017-09-19 | 1 | -0/+42 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 16 | -21/+21 |