| Commit message (Expand) | Author | Age | Files | Lines |
* | [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl... | PJ Fanning | 2019-03-22 | 1 | -3/+3 |
* | purged usages of Cell.setCellType (left only in tests, where conversions are ... | Vladislav Galas | 2019-01-26 | 2 | -4/+0 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 2 | -4/+2 |
* | Simplify some string operations | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 4 | -4/+4 |
* | #62365 - SVG image support in XSLF | Andreas Beeker | 2018-12-16 | 1 | -67/+4 |
* | create chart from scratch by sandeeptiwari32 | Alain Béarez | 2018-12-08 | 2 | -0/+285 |
* | remove duplicate attempt to add column headers | PJ Fanning | 2018-11-13 | 1 | -4/+0 |
* | remove unused import | PJ Fanning | 2018-11-13 | 1 | -1/+0 |
* | add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 | PJ Fanning | 2018-11-13 | 1 | -2/+2 |
* | Adjust sample for creating comments to also create a .xlsx file | Dominik Stadler | 2018-10-26 | 1 | -26/+48 |
* | Typos and IDE warnings | Dominik Stadler | 2018-10-26 | 3 | -18/+17 |
* | adding tricks from other answers on StackOverflow | Alain Béarez | 2018-10-05 | 3 | -5/+43 |
* | example from StackOverflow question 47065690 | Alain Béarez | 2018-10-05 | 1 | -0/+164 |
* | more XDDF improvements based on SO examples | Alain Béarez | 2018-10-05 | 5 | -0/+10 |
* | XDDF improvements based on StackOverflow examples | Alain Béarez | 2018-10-03 | 5 | -20/+86 |
* | fix lgtm alerts in examples | Alain Béarez | 2018-10-03 | 10 | -108/+144 |
* | change chart data to experiment diverse scripts | Alain Béarez | 2018-10-03 | 5 | -45/+72 |
* | lgtm issues | PJ Fanning | 2018-09-29 | 1 | -10/+14 |
* | adapting some contributions by Axel Richter on SO | Alain Béarez | 2018-09-26 | 3 | -10/+29 |
* | update 3.17 leftovers and provide a new build target to update those in the n... | Andreas Beeker | 2018-09-07 | 2 | -5/+5 |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 1 | -3/+3 |
* | #62649 - Remove OPOIFS | Andreas Beeker | 2018-08-26 | 5 | -192/+79 |
* | Remove some IDE warnings | Dominik Stadler | 2018-08-23 | 1 | -27/+6 |
* | start process of introducing an interface for Styles and Themes Tables | PJ Fanning | 2018-07-26 | 1 | -1/+2 |
* | add SharedStrings interface to allow our XSSF code to more easily extended by... | PJ Fanning | 2018-07-25 | 1 | -1/+2 |
* | [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds... | PJ Fanning | 2018-06-06 | 4 | -5/+5 |
* | #62187 - Compiling with Java 10 fails with ClassCastException / use commons-c... | Andreas Beeker | 2018-06-03 | 1 | -8/+10 |
* | sonar fixes and | Andreas Beeker | 2018-06-02 | 8 | -230/+183 |
* | #62355 - unsplit packages - 3 - only imports | Andreas Beeker | 2018-05-27 | 8 | -17/+12 |
* | sonar fixes | Andreas Beeker | 2018-05-22 | 1 | -6/+10 |
* | sonar fixes - null dereference | Andreas Beeker | 2018-05-21 | 1 | -8/+13 |
* | Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated... | Andreas Beeker | 2018-05-01 | 1 | -2/+1 |
* | #59893 - Forbid calls to InputStream.available | Andreas Beeker | 2018-04-27 | 1 | -17/+13 |
* | Bug 62187 - commit Commons Compress unrelated changes | Andreas Beeker | 2018-04-25 | 1 | -9/+8 |
* | fix license check failure | PJ Fanning | 2018-02-28 | 1 | -1/+1 |
* | [github-98] write data in respective Column in case of XDDFChart. Thanks to S... | PJ Fanning | 2018-02-27 | 3 | -0/+133 |
* | tidy up API for font index | PJ Fanning | 2018-02-26 | 4 | -4/+4 |
* | [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This... | PJ Fanning | 2018-02-25 | 1 | -3/+3 |
* | [bug-62018] use ints to index fonts | PJ Fanning | 2018-02-20 | 4 | -163/+166 |
* | add apache license to new examples due to rat check failures | PJ Fanning | 2018-02-16 | 5 | -0/+85 |
* | Add some write/change code as well for Groovy | Nick Burch | 2018-02-15 | 1 | -4/+78 |
* | Commit examples from the JVM Languages page | Nick Burch | 2018-02-15 | 5 | -0/+107 |
* | introduce XDDFShapeProperties as user model API (closes #72 from GitHub) | Alain Béarez | 2018-01-06 | 3 | -25/+123 |
* | #61797 - Embed Excel / Ole objects into powerpoint | Andreas Beeker | 2017-12-31 | 1 | -7/+7 |
* | Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow ... | Dominik Stadler | 2017-12-28 | 1 | -16/+38 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -2/+2 |
* | Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r... | Greg Woolsey | 2017-12-11 | 2 | -23/+23 |
* | use try-with-resources in more places | PJ Fanning | 2017-12-05 | 3 | -139/+143 |
* | XDDF usermodel for Charts closes #68 on GitHub | Alain Béarez | 2017-11-26 | 6 | -158/+266 |