362 Commits (e592175afa783be7baabeaadb1f85760832daacc)

Author SHA1 Message Date
  Dominik Stadler 7cc4c90b70 Bug 59026: Add two null-checks to make exporting XLSX to XML work 7 years ago
  Dominik Stadler 8b69cfda06 Bug 60289: Fix handling of unicode escapes with lowercase hex-chars 7 years ago
  Tim Allison 489bebba0e BUG-60285 avoid NPE if missing relationship id 7 years ago
  Tim Allison 126c6c93a8 BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel files 7 years ago
  Tim Allison 8e3a70d4b1 BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader 7 years ago
  Tim Allison 1ec787c356 BUG 59830 -- incorrect reading of unicode stream name 7 years ago
  Nick Burch 0bef12ac42 Test file for #60255 7 years ago
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 years ago
  Javen O'Neal 1d9f92b8dd bug 59687: add failing unit test showing that comments when the row that contains the comment is deleted; patch and file contributed by Greg Woolsey 7 years ago
  Javen O'Neal 786b7ce4dd bug 45565: add failing unit test for bug 45565 7 years ago
  Javen O'Neal 244c3a65ed bug 59983: add failing unit test demonstrating formula shifting is apply twice to shared formulas; patch from Luca Martini 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Nick Burch 2f0230acd1 Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for empty cells and D* coding improvements 7 years ago
  Javen O'Neal a68e958a55 bug 52425: Error adding Comments into cloned Sheets; patch from Daniel 7 years ago
  David North 4f5b8adc13 Remove incorrectly set svn:executable flags 8 years ago
  Andreas Beeker 885deafb94 merge down trunk 8 years ago
  Dominik Stadler 1f15f25cb8 Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval 8 years ago
  Javen O'Neal 035b4c4a0a bug 59881: fix D* functions for blank cells in headers in database; patch from Patrick Zimmermann 8 years ago
  Dominik Stadler 33d5189ff9 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days 8 years ago
  Javen O'Neal 6803dc89e0 bug 59775: correctly create XSSFHyperlinks when target is a URL containing a hash mark; patch contributed by Guillermo Alvarez 8 years ago
  Javen O'Neal 416641d986 bug 59858: add disabled unit test for bug 59858; file from Brooke 8 years ago
  Javen O'Neal 3ed02a3479 bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg Woolsey. 8 years ago
  Nick Burch cf9d309cde Disabled unit test for bug #59746, test file from Rob Owen 8 years ago
  Javen O'Neal 7c9effb080 bug 57523: add unit test written by Dominik Stadler 8 years ago
  Javen O'Neal a71a9df566 add disabled unit test for bug 55273: contributed by Martin Studer 8 years ago
  Javen O'Neal 0e0afb3c72 bug 57840: add disabled unit test with large number of structured reference formulas 8 years ago
  Javen O'Neal efe4388815 bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartColIndex()/getEndColIndex() 8 years ago
  Javen O'Neal 962d0829f1 bug 57721: add unit test for evaluating all formulas in a workbook containing structured reference formulas; patch from gruber.chri@gmx.at 8 years ago
  Javen O'Neal db9bf6aded bug 57840: add StructuredReferences example workbook from Greg Woolsey 8 years ago
  Dominik Stadler bde09054f0 Try to reproduce bug 57798 but it seems to be fixed in the meantime 8 years ago
  Dominik Stadler 0fdbc396e4 Bug 57838: Also remove comments when removing a row 8 years ago
  Javen O'Neal 3846c256e3 bug 59342: add sheet tab color getter and setter 8 years ago
  Javen O'Neal 0aeb2a0473 change chart type from 2 independent data series to one independent-dependent data series 8 years ago
  Javen O'Neal 6869564a1e bug 59306: add SimpleScatterChart.xls(x) for testing 8 years ago
  Nick Burch f5091846ff Unit test for VBA macro reading #52949 8 years ago
  Dominik Stadler cb911c4b9a Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be the intersection operator as well, so we need to try and skip it as whitespace if intersection fails which can lead to hard to track bugs or misleading error messages with some formulas 8 years ago
  Javen O'Neal e2280c276d bug 59264: use BorderStyle for changing Cell border line style 8 years ago
  Dominik Stadler 30ccf52add Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found 8 years ago
  Dominik Stadler c23c89a3da Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, empty strings are counted as blank as well 8 years ago
  Nick Burch 246ff9c99a Add a test ODS file, for more helpful error messages 8 years ago
  Dominik Stadler 2776cf6a59 Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 years ago
  Nick Burch a20e6a38d3 More helpful exception message if POIFS is given a raw XML file (eg an Office 2003 XML file), plus tests 8 years ago
  Dominik Stadler e1f1c5c01c Bug 57914: Provide a better error message for OOXML strict format which we do not support yet. 8 years ago
  Dominik Stadler abc5c69c42 Add missing file for bug 59074 8 years ago
  Dominik Stadler 784bdfe20f Bug 47245: Comment out check and exception in case row-records are missing for some cells as it seems POI is handling this gracefully and LibreOffice/Excel are as well 8 years ago
  Dominik Stadler 3655e070c1 Add xlsx which verifies via the integration-tests that the namespace fix works 8 years ago
  Nick Burch b1d13db902 Patch from Jim King from bug #57989 - XSSFChart support for setting chart titles, plus get+set unit tests 8 years ago
  Tim Allison 0b0911db6b 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExcelExtractor 8 years ago
  Javen O'Neal b6a21ab3aa bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing optional width or height parameters 8 years ago
  Dominik Stadler 50aa8f07c8 Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes 8 years ago