| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 | PJ Fanning | 2018-11-25 | 1 | -0/+66 |
* | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 1 | -4/+17 |
* | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 1 | -0/+4 |
* | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 1 | -89/+70 |
* | Bug 62836: Implementation of Excel TREND function | Yegor Kozlov | 2018-11-02 | 2 | -0/+32 |
* | Remove the workaround for a bug in JDK 11 which was fixed in ea+28 | Dominik Stadler | 2018-10-26 | 1 | -10/+0 |
* | Bug 62373: Support for FREQUENCY function | Yegor Kozlov | 2018-10-18 | 1 | -0/+91 |
* | [bug-62738] make int cast a long cast in randbetween | PJ Fanning | 2018-09-19 | 1 | -6/+11 |
* | Set locale provider to JRE,CLDR for tests to have compatible date formatting ... | Dominik Stadler | 2018-08-26 | 1 | -1/+2 |
* | Adjust test for JDK 9, 10 and 11 | Dominik Stadler | 2018-08-26 | 2 | -40/+40 |
* | fix accidental change in test file | PJ Fanning | 2018-08-24 | 1 | -1/+1 |
* | use released version of xmlbeans 3.0.1 | PJ Fanning | 2018-08-24 | 1 | -2/+3 |
* | Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency now... | Dominik Stadler | 2018-08-23 | 1 | -7/+23 |
* | add license header | Andreas Beeker | 2018-05-02 | 1 | -0/+17 |
* | [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107 | PJ Fanning | 2018-05-01 | 2 | -0/+43 |
* | Fix unit test broken with previous check-in | Dominik Stadler | 2018-04-20 | 1 | -1/+2 |
* | Add some unit-tests for setActiveCell(), although bug 61905 reports that Exce... | Dominik Stadler | 2018-04-19 | 1 | -19/+30 |
* | [bug-62254] update offset function to support optional offset values | PJ Fanning | 2018-04-03 | 1 | -0/+22 |
* | [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B... | PJ Fanning | 2018-04-01 | 1 | -0/+98 |
* | Some IntelliJ and Javadoc fixes | Dominik Stadler | 2018-03-04 | 1 | -1/+1 |
* | tidy up API for font index | PJ Fanning | 2018-02-26 | 1 | -1/+1 |
* | further uptake of int methods for font lookups | PJ Fanning | 2018-02-22 | 1 | -14/+14 |
* | [bug-62018] use ints to index fonts | PJ Fanning | 2018-02-20 | 3 | -7/+7 |
* | [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 | PJ Fanning | 2018-02-14 | 2 | -4/+99 |
* | Bug 62042: Adjust gradle build to properly set the locale | Dominik Stadler | 2018-02-08 | 1 | -1/+1 |
* | add missing licenses to source code | PJ Fanning | 2018-01-30 | 2 | -7/+39 |
* | [github-81] Formula adjusting in context of column shifting. Thanks to Dragan... | PJ Fanning | 2018-01-30 | 3 | -0/+522 |
* | Update some tests and IntelliJ warnings | Dominik Stadler | 2018-01-01 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 1 | -3/+3 |
* | 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 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 1 | -24/+1 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 1 | -29/+29 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 5 | -53/+53 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 2 | -15/+15 |
* | 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 | 2 | -2/+17 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 1 | -25/+70 |