2218 Commits (e875bd81435bc7627e4eab9a18490583d2cee604)

Author SHA1 Message Date
  Dominik Stadler 32c43c068c IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Greg Woolsey 8b69fcc642 Bug #60977 writing XSSF with custom properties twice corrupts output 5 years ago
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Vladislav Galas 1f9b858ae5 Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. 5 years ago
  Vladislav Galas 3b8055baa0 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Vladislav Galas e501d4015d Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  Vladislav Galas 3aec436a34 Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XSSF/SXSSF.\nAll three implementations throw ISE when trying to get numeric value from a boolean-valued cell, have it a formula set or not. 5 years ago
  Dominik Stadler 59a7919af6 Add missing revert() in OPCPackage to close Zip-streams always 5 years ago
  Dominik Stadler fa24471916 Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regression tests 5 years ago
  PJ Fanning bfecad39e5 fix since annotation 5 years ago
  Dominik Stadler b416d97de5 Bug 60845: Apply patch and adjust tests 5 years ago
  Dominik Stadler d942e2042d IDE and JavaDoc fixes, make base test classes abstract 5 years ago
  Andreas Beeker c039da1b94 #63028 - Provide font embedding for slideshows 5 years ago
  Andreas Beeker 83d4d4169f Fix Javadocs 5 years ago
  Dominik Stadler 2b8200f7d7 Bug 61532: Fix setting values/types during formula evaluation for SXSSF 5 years ago
  Dominik Stadler d3dc9b0338 Bug 62629: Allow to handle files with invalid content types for pictures 5 years ago
  Dominik Stadler 7de8c2eaec Re-instate two dev-tools that we lost in some refactoring, 5 years ago
  Dominik Stadler ae3d6944db IDE and JavaDoc fixes, close() in tests 5 years ago
  Dominik Stadler 6f2f283db8 Fix various IDE warnings and some JavaDoc adjustments 5 years ago
  Dominik Stadler d40eb6f37f Fix incorrect constant for pict-files 5 years ago
  Dominik Stadler 235f3e059c Remove unnecesssary semicolons 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 6c5a2de640 #62886 - Regression extracting text from corrupted docx files 5 years ago
  Andreas Beeker 9eea29da5b #63017 - Remove rows from a XSLFTable 5 years ago
  PJ Fanning 1a25ff4dce [bug-63013] add XWPFRun setLang method 5 years ago
  Andreas Beeker 9f3c99c25c only refactorings to break up the long method 5 years ago
  PJ Fanning d1400559f8 [bug-63005] disable the reading of DTDs altogether 5 years ago
  Andreas Beeker 3452ea963d changed to bouncer pattern - to match also the rest of the code 5 years ago
  PJ Fanning bb7ffebe0f add null check in XLSFPictureShape 5 years ago
  Andreas Beeker 150a00654e #62365 - SVG image support in XSLF 5 years ago
  Andreas Beeker 8d51a39edd fix constructor after its delegated now 5 years ago
  Andreas Beeker d45ec541cd #62365 - SVG image support in XSLF 5 years ago
  Andreas Beeker 17ce79b69c #63011 - Multiple digital signature in excel file broke first signature 5 years ago
  Andreas Beeker fce876b4ef merge trunk 5 years ago
  Andreas Beeker 397e568656 #62994 - IBM JCE workarounds 5 years ago
  Andreas Beeker dc3c437d14 #62953 - Rendering of FreeformShapes with formula fails 5 years ago
  PJ Fanning 740a756a3f lgtm issues 5 years ago
  Alain Béarez ef75a6d2d2 create chart from scratch by sandeeptiwari32 5 years ago
  PJ Fanning 3c313a7f66 [bug-57342] add SXSSFWorkbook setZip64Mode method 5 years ago
  Andreas Beeker e96aae8be4 #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream 5 years ago
  Dominik Stadler d28720afd0 Add test for FileMagic 5 years ago
  Tim Allison 8e427c1806 bug 60316 -- skip the glossary document, not the template document. 5 years ago
  PJ Fanning c199dfc3b6 tidy up code formatting 5 years ago
  PJ Fanning 96308eb512 [bug-62929] add null check for blip fill. Thanks to Mate Borcsok 5 years ago
  Andreas Beeker 655c24dcb5 Remove/Minimize references to Scratchpad module from other modules 5 years ago
  PJ Fanning 46f6c45f6c put back XSSFColor(java.awt.Color clr) constructor 5 years ago
  PJ Fanning f006c8ee6b add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 5 years ago
  Andreas Beeker 4d543f165d Bug 62872 - Writing large files with 800k rows gives java.io.IOException: This archive contains unclosed entries. 5 years ago
  Tim Allison 341f456ef7 bug 60316 -- until we can implement it properly, gracefully skip the glossary document in XWPF. 5 years ago