3223 Commits (61931b289433469086ba9a0d6325379fc4200494)

Author SHA1 Message Date
  yegor 61931b2894 Bug 62980: Make D* functions ignore case in headings 5 years ago
  Dominik Stadler b5a0747750 Adjust handling of some exceptions in regression tests 5 years ago
  Dominik Stadler b6a313f710 Bug 60405: Add initial support for cetab functions so some macros can be 5 years ago
  Vladislav Galas 30096c13f0 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 006119762d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 0f2845be67 pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 02d0fbba18 pulled *Cell.getCellTypeEnum() to common base 5 years ago
  Vladislav Galas ed321b0fff pulled *Cell.getAddress to common base 5 years ago
  Vladislav Galas c8d0b7cb57 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Vladislav Galas 099339783b purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
  Vladislav Galas 431e195264 added Cell.setBlank() - as an alias, for now 5 years ago
  Vladislav Galas 4b61d7f2a2 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 years ago
  Dominik Stadler 37c657754b Fix some IDE warnings and JVM deprecations 5 years ago
  Yegor Kozlov 9c58649778 follow-up to Bug 62904. More tests and improved evaluation of IF in array mode 5 years ago
  Dominik Stadler 57b38a71b8 Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample 5 years ago
  Dominik Stadler 3b20c943bf Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Dominik Stadler 68c1dcc4c2 Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped 5 years ago
  Dominik Stadler 30de7f738d IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Vladislav Galas 7b44d1e54c unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Yegor Kozlov 73085f9e64 Bug 62904: Support array arguments in IF and logical IS*** functions 5 years ago
  PJ Fanning 09ac35e05d throw IllegalArgumnetException if null directory specified 5 years ago
  Vladislav Galas 217633f608 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Vladislav Galas c86ae2cb5f Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  Andreas Beeker 8db668438c #63047 - Make POILogger subclassable 5 years ago
  Dominik Stadler 05246549dd Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 years ago
  Dominik Stadler c8c441cdcd IDE and JavaDoc fixes 5 years ago
  Andreas Beeker 033c092415 #63028 - Provide font embedding for slideshows 5 years ago
  Dominik Stadler e3ce49cea8 Run Cell-tests on HSSF as well and make handling of null-values consistent across implementations 5 years ago
  Dominik Stadler 312baae3f5 Add some simple coverage of HSLF-Dev-Tools 5 years ago
  Dominik Stadler 008986844c Bug 62839: Adjust MathX.floor() to handle negative values the same 5 years ago
  Dominik Stadler 8011fdcdc3 Fix various IDE warnings and some JavaDoc adjustments 5 years ago
  Dominik Stadler ee0dc9944d Remove unnecesssary semicolons 5 years ago
  Dominik Stadler e827a69540 Simplify some string operations 5 years ago
  Dominik Stadler 8e0501aa37 JavaDoc fixes/additions and some IDE warnings removed 5 years ago
  Dominik Stadler bf5fad6057 Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden() 5 years ago
  centic 2bd8838fd8 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker 337bc9ec4a #63017 - Remove rows from a XSLFTable 5 years ago
  PJ Fanning fa0066da4e [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM/GEOMEAN. Thanks to gallonfizik. This closes #137 5 years ago
  PJ Fanning 7d73b41766 use spaces for indents 5 years ago
  Andreas Beeker 953f947483 #62365 - SVG image support in XSLF 5 years ago
  PJ Fanning c96ff43b33 Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 5 years ago
  Andreas Beeker 1cc2c5e07a #62365 - SVG image support in XSLF 5 years ago
  Andreas Beeker 042b5ca545 merge trunk 5 years ago
  Andreas Beeker 56c96800d6 #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContext 5 years ago
  Andreas Beeker 6676b3c503 #62994 - IBM JCE workarounds 5 years ago
  Andreas Beeker 70d8fbbfe9 #62966 - init presetShapeDefinitions.xml fail under IBM jdk 5 years ago
  Andreas Beeker 79addd3048 #62953 - Rendering of FreeformShapes with formula fails 5 years ago
  PJ Fanning 206e66bb3e lgtm issues 5 years ago
  Dominik Stadler e75a0b9e89 Add test for FileMagic 5 years ago
  Andreas Beeker 25a698f76b #62951 - FileMagic not correctly identified 5 years ago