362 İşlemeler (e592175afa783be7baabeaadb1f85760832daacc)

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