466 Commits (e9c5c2b90e59aa206b30eb968fab26357d9bd519)

Author SHA1 Message Date
  Andreas Beeker e9c5c2b90e update references to 4.1.2 4 years ago
  PJ Fanning 2797d07486 try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 years ago
  Dominik Stadler 1a5cec89d8 Replace manual close with try-with-resources 4 years ago
  Dominik Stadler 57b0576f63 Adjust some JavaDoc and fix some IDE warnings 4 years ago
  Andreas Beeker 4c4a33c5de Remove POIBrowser and SViewer and remove references to it 4 years ago
  Andreas Beeker 0f29ae8e4d Sonar fixes - type: bugs / severity: major 4 years ago
  Alain Béarez bb2ad49a2f Retrieve chart from graphical frame 4 years ago
  Alain Béarez 4703c18b83 Miscellaneous fixes for chart functionalities 4 years ago
  Andreas Beeker de2467e9ae Reindent to 4 spaces - optimize imports 4 years ago
  Andreas Beeker b2a33515e9 Sonar Fixes - type: bugs / severity: critical - mostly div by 0 4 years ago
  Andreas Beeker 9f2f9dc793 Sonar Fixes 4 years ago
  Andreas Beeker 08159e66a7 Sonar Fixes + Refactor scattered XML initializations to XMLHelper 4 years ago
  Alain Béarez dd3279df30 Fix examples to build chart from scratch 4 years ago
  Andreas Beeker 5f28881a35 change package.html to package-info.java 4 years ago
  Andreas Beeker b4b661acc1 Sonar fixes - use try-with-resources 4 years ago
  Alain Béarez 3fbdd25608 Bug 63889: BarChartDemo now produces a valid file 4 years ago
  PJ Fanning 701b67c315 replace more StringBuffers 4 years ago
  PJ Fanning 96bf53f3fc replace some uses of StringBuffer with StringBuilder 4 years ago
  Axel Howind 4f8879f8ef use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 years ago
  Andreas Beeker f7c28ad08f #60656 - EMF image support in slideshows 4 years ago
  PJ Fanning 97c21e31b1 [bug-63774] adding lots of custom properties can cause performance issues due to way Pid is calculated 4 years ago
  PJ Fanning dc6a4a99e2 try to avoid casting to int 4 years ago
  Dominik Stadler 8808bf7b72 ExcelComparator: Adjust iterating rows/columns 5 years ago
  Alain Béarez dcb6d534fd remove code smells 5 years ago
  Alain Béarez 9995e178e3 code inspired from Axel Richter on StackOverflow 5 years ago
  Alain Béarez 928e6937f4 fix result of multiplication cast to wider type 5 years ago
  Alain Béarez 8784d6d6d7 fix potential input resource leaks (LGTM) 5 years ago
  Alain Béarez 093cbcfcca code cleanup plus fix for bug 63153 5 years ago
  Alain Béarez af1dacfe2c Added more chart supports. 5 years ago
  Greg Woolsey 362a99a60b Update site source for 4.1.0, prep build for 4.1.1 (via ant task) 5 years ago
  PJ Fanning 905c53794c [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This close #142 5 years ago
  Vladislav Galas a8a0cb56f7 purged usages of Cell.setCellType (left only in tests, where conversions are tested) 5 years ago
  Vladislav Galas 39d963aa33 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Dominik Stadler f6eab84243 Simplify some string operations 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker 150a00654e #62365 - SVG image support in XSLF 5 years ago
  Andreas Beeker fce876b4ef merge trunk 5 years ago
  Alain Béarez ef75a6d2d2 create chart from scratch by sandeeptiwari32 5 years ago
  PJ Fanning 218a7190ba remove duplicate attempt to add column headers 5 years ago
  PJ Fanning 85f6277c27 remove unused import 5 years ago
  PJ Fanning f006c8ee6b add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 5 years ago
  Dominik Stadler a8fd70ec7f Adjust sample for creating comments to also create a .xlsx file 5 years ago
  Dominik Stadler 1d464ed131 Typos and IDE warnings 5 years ago
  Alain Béarez 5821b3b32c adding tricks from other answers on StackOverflow 5 years ago
  Alain Béarez cffa31ed62 example from StackOverflow question 47065690 5 years ago
  Alain Béarez f446df6f66 more XDDF improvements based on SO examples 5 years ago
  Alain Béarez b8248ceb1b XDDF improvements based on StackOverflow examples 5 years ago
  Alain Béarez 3f7c643c74 fix lgtm alerts in examples 5 years ago
  Alain Béarez 28d561fc50 change chart data to experiment diverse scripts 5 years ago
  PJ Fanning 874687c490 lgtm issues 5 years ago