362 Ревизии (e592175afa783be7baabeaadb1f85760832daacc)

Автор SHA1 Съобщение Дата
  Dominik Stadler 2f2c994410 60823: DGET function, correct behavior with multiple result entries but only one non-blank преди 7 години
  Tim Allison e6ff9b74f4 60826 -- add initial support for streaming reading of xlsb files. преди 7 години
  Greg Woolsey 03d9c873df Fixed #60858, which showed a regression of the fix for #56420 introduced by my refactoring to fix #56822. преди 7 години
  Dominik Stadler 38f23e4c0e Add tests from bug 45353 to show that this now works fine преди 7 години
  Tim Allison 396cd26693 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. преди 7 години
  Greg Woolsey 161facc089 Bug #56822 fix COUNTIFS() преди 7 години
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting преди 7 години
  Javen O'Neal 2a0c4cdde4 bug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch преди 7 години
  Tim Allison 5750c85be9 Bug 60570 - Add rudimentary EMF read-only capability преди 7 години
  Javen O'Neal bdc2e2fe04 bug 60260: parse unicode sheet names преди 7 години
  Andreas Beeker 6a44282608 #60519 - Extractor for *SSF embeddings преди 7 години
  Dominik Stadler 2d7f4100bd Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY преди 7 години
  Dominik Stadler 7cc4c90b70 Bug 59026: Add two null-checks to make exporting XLSX to XML work преди 7 години
  Dominik Stadler 8b69cfda06 Bug 60289: Fix handling of unicode escapes with lowercase hex-chars преди 7 години
  Tim Allison 489bebba0e BUG-60285 avoid NPE if missing relationship id преди 7 години
  Tim Allison 126c6c93a8 BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel files преди 7 години
  Tim Allison 8e3a70d4b1 BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader преди 7 години
  Tim Allison 1ec787c356 BUG 59830 -- incorrect reading of unicode stream name преди 7 години
  Nick Burch 0bef12ac42 Test file for #60255 преди 7 години
  Andreas Beeker 1690ec2d19 merge trunk to branch преди 7 години
  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 години
  Javen O'Neal 786b7ce4dd bug 45565: add failing unit test for bug 45565 преди 7 години
  Javen O'Neal 244c3a65ed bug 59983: add failing unit test demonstrating formula shifting is apply twice to shared formulas; patch from Luca Martini преди 7 години
  Andreas Beeker 2e50133e88 merge trunk to branch преди 7 години
  Nick Burch 2f0230acd1 Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for empty cells and D* coding improvements преди 7 години
  Javen O'Neal a68e958a55 bug 52425: Error adding Comments into cloned Sheets; patch from Daniel преди 7 години
  David North 4f5b8adc13 Remove incorrectly set svn:executable flags преди 8 години
  Andreas Beeker 885deafb94 merge down trunk преди 8 години
  Dominik Stadler 1f15f25cb8 Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval преди 8 години
  Javen O'Neal 035b4c4a0a bug 59881: fix D* functions for blank cells in headers in database; patch from Patrick Zimmermann преди 8 години
  Dominik Stadler 33d5189ff9 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days преди 8 години
  Javen O'Neal 6803dc89e0 bug 59775: correctly create XSSFHyperlinks when target is a URL containing a hash mark; patch contributed by Guillermo Alvarez преди 8 години
  Javen O'Neal 416641d986 bug 59858: add disabled unit test for bug 59858; file from Brooke преди 8 години
  Javen O'Neal 3ed02a3479 bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg Woolsey. преди 8 години
  Nick Burch cf9d309cde Disabled unit test for bug #59746, test file from Rob Owen преди 8 години
  Javen O'Neal 7c9effb080 bug 57523: add unit test written by Dominik Stadler преди 8 години
  Javen O'Neal a71a9df566 add disabled unit test for bug 55273: contributed by Martin Studer преди 8 години
  Javen O'Neal 0e0afb3c72 bug 57840: add disabled unit test with large number of structured reference formulas преди 8 години
  Javen O'Neal efe4388815 bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartColIndex()/getEndColIndex() преди 8 години
  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 години
  Javen O'Neal db9bf6aded bug 57840: add StructuredReferences example workbook from Greg Woolsey преди 8 години
  Dominik Stadler bde09054f0 Try to reproduce bug 57798 but it seems to be fixed in the meantime преди 8 години
  Dominik Stadler 0fdbc396e4 Bug 57838: Also remove comments when removing a row преди 8 години
  Javen O'Neal 3846c256e3 bug 59342: add sheet tab color getter and setter преди 8 години
  Javen O'Neal 0aeb2a0473 change chart type from 2 independent data series to one independent-dependent data series преди 8 години
  Javen O'Neal 6869564a1e bug 59306: add SimpleScatterChart.xls(x) for testing преди 8 години
  Nick Burch f5091846ff Unit test for VBA macro reading #52949 преди 8 години
  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 години
  Javen O'Neal e2280c276d bug 59264: use BorderStyle for changing Cell border line style преди 8 години
  Dominik Stadler 30ccf52add Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found преди 8 години