5667 Commits (3853004e6dba68f84888d5572744894b27ab6439)
 

Author SHA1 Message Date
  Dominik Stadler 3853004e6d Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error 10 years ago
  Dominik Stadler 5e74bf9133 Fix formatting of trailing comma in HexDumps, cover class fully with tests 10 years ago
  Nick Burch ea8e44678b Use the link table when looking up external xssf names 10 years ago
  Nick Burch 70f40542fd Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 10 years ago
  Nick Burch 5dfd7ea48c Fix inconsistent whitespace 10 years ago
  Nick Burch ebc3e0d0a7 Allow creating a CollaboratingWorkbooksEnvironment from a Map too, not only a pair of arrays 10 years ago
  Nick Burch 28b3db5dd1 Correct non-sheet-based NameXPxg formula rendering, and add tests 10 years ago
  Nick Burch 01a9024f55 More unit tests for #56737 and #56752 10 years ago
  Nick Burch 69878b6ba8 Comments updates 10 years ago
  Nick Burch fea44cd904 Change how we update sheet names in XSSF formulas and names, when renaming sheets, to take advantage of the simpler structure that Pxg now offers 10 years ago
  Nick Burch 590da94710 XSSF Pxgs must escape sheet names where required when generating the formula string 10 years ago
  Nick Burch 977a9327ff Common interface across the XSSF Ptg / Pxg classes 10 years ago
  Nick Burch 8adfa1425c Rename missing from previous commit 10 years ago
  Nick Burch ecf2fe1238 Update the formula evaluator to support XSSF style external named ranges too 10 years ago
  Nick Burch d310441632 Better reporting on why a test is failing, and partial NameXPxg eval 10 years ago
  Nick Burch 85936fcbdb Complete the XSSF Formula Parser tests for #56737 10 years ago
  Nick Burch a62dd1bf8f Move towards supporting same workbook named ranges in external style for xssf 10 years ago
  Nick Burch 13628c0b8c Start to add XSSF specific handling for NameX (named ranges or functions from another file) #56737 10 years ago
  Nick Burch 5458a295aa Provide XSSF-style external sheet support for areas, similar to the recent cell reference support. #56737 10 years ago
  Nick Burch ae72a675ca Fix inconsistent indents/whitespace 10 years ago
  Nick Burch 83d9405d43 Start to update how the formula parser looks up sheets from formula ptgs, to account for the differences in how HSSF and XSSF store references to external sheets. For #56737 10 years ago
  Nick Burch 76c8077a40 Fix inconsistent indents 10 years ago
  Nick Burch 0bfa4f675d The Event User Model fake-workbook for formula evaluations needs to know about the sheet names 10 years ago
  Nick Burch 7a372e6f36 Fix Generics warnings 10 years ago
  Nick Burch 31cd7f7e57 The way that HSSF and XSSF stores references to external sheets are rather different, so begin to reflect that in how we parse their formulas into Ptgs 10 years ago
  Nick Burch 03a1b6e3f6 There can be more than one linked ExternalLinks table for a workbook #56744 10 years ago
  Nick Burch 8d0b9df2ac Turns out that .xlsx files can have multiple link tables, add a test file which shows this (support to follow) 10 years ago
  Nick Burch 18cb6b63d0 Convert test to junit 4, and stub out the additional 3d ref tests we need to pass for #56737 10 years ago
  Nick Burch 8f33d9790a Stub the unit test which is the next thing to need to work for progress on #56737 10 years ago
  Nick Burch de3ba9dc6a Bit more towards XSSF name support for #56737, will need some deeper changes though to fully implement 10 years ago
  Nick Burch 2643dfdef4 Initial support for XSSF External Links tables, which hold references to other workbooks referenced by formulas and names. #56744 10 years ago
  Nick Burch 5449fca03a Leave part disabled for now 10 years ago
  Nick Burch 9b36a0dd9f Start to support formula parsing of sheet-specified named ranges, required for a full fix to bug #56737 10 years ago
  Nick Burch 6372368ef3 Update bug reference numbers, and bring over part of a test from unfixed that is now working (rest remains broken) 10 years ago
  Nick Burch e8d7a5136c Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval which later places didn't handle. Largely allows us to process the .xls version of the test file for #56737 (but filenames aren't quite the same as in Excel) 10 years ago
  Nick Burch 9f92157045 #56737 Sometimes Excel writes an internal reference to a local name in an odd way, without an ExternalNameRecord, try to detect and work around those 10 years ago
  Nick Burch 6c05ec47f2 Add disabled unit tests for bug #56737, which currently fails (differently) for HSSF and XSSF 10 years ago
  Nick Burch 45cabc939f Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0 10 years ago
  Nick Burch f82c8a693e This bug has been fixed, so re-enable the unit test 10 years ago
  Nick Burch 054519db29 Add a disabled unit test for bug #56420 10 years ago
  Nick Burch 4c8504965f Update the CheckFunctionsSupported example to take advantage of the new NotImplementedFunctionException to identify the function that is missing 10 years ago
  Nick Burch 3105bd6f18 When throwing an exception during formula evaluation, if this is due to an unimplemented function, have a more specific exception type 10 years ago
  Nick Burch ac3de152a5 Formula evaluation and error handling example - reports what cells can't be evaluated, and (TODO) what functions are used but not implemented 10 years ago
  Nick Burch e67bbac566 Now that XSSFWorkbook can be closed, the older path based constructor no longer needs to be deprecated #56537 10 years ago
  Dominik Stadler 757dd5bb9a Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook 10 years ago
  Dominik Stadler e53716bd5b Upgrade to latest JaCoCo 0.7.1 10 years ago
  Tim Allison d7dd0d587f BUG 54771: add class to svn 10 years ago
  Tim Allison 1eebd090e7 BUG 54771 extract text from SDTs at the cell level within a table row 10 years ago
  Nick Burch 42bee0dcba Make a start on an Ant task to generate an OSGi jar, for #53866 10 years ago
  Dominik Stadler 193d615895 Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first 10 years ago