5721 Commits (bde5d39cbd3b9754487f7d72bc370c8a1074b62c)
 

Author SHA1 Message Date
  Nick Burch bde5d39cbd Start on details tests for bug #53433 10 years ago
  Nick Burch 2ac5cfb33b Unit test to show that bug #53494 has already been fixed 10 years ago
  Nick Burch a7df4f8b92 #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
  Nick Burch 1afa975f7f Slightly modified test file for bug #56132 - xlsx file with inline references to other files (no external links used) 10 years ago
  Nick Burch e4a99876d5 XSSF external workbook lookup support for in-line file:/// based book "numbers" 10 years ago
  Nick Burch 72238ffede Convert the test to using interfaces 10 years ago
  Nick Burch 79fa9b1a54 SVN mimetypes for Word files 10 years ago
  Nick Burch 976eebaeed SVN mimetypes for PowerPoint files 10 years ago
  Nick Burch 260c93a1bd More mimetype updates 10 years ago
  Nick Burch 84fcd1ae1c More Excel test file mimetypes in svn 10 years ago
  Nick Burch ca57addb5b Correct the mimetype in svn for test spreadsheet files 10 years ago
  Nick Burch 6dd3e805e7 Updated patch from Marc from #55927 - handle date formulas too 10 years ago
  Nick Burch 8eb7e4a7f4 Add row label getter for Pivot Tables, and use this in unit tests 10 years ago
  Nick Burch 939bc4442d Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 years ago
  Nick Burch e7fcfa03eb Exclude the release notes and readmes from the rat checks 10 years ago
  Nick Burch 482e8340c1 Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards incompatible changes for #56023 10 years ago
  Nick Burch 6369881e21 Add a target to help with generating the release notes 10 years ago
  Dominik Stadler b4d27a47bd Add simple unit test to verify that Bug 42016 was fixed already by some other fixes 10 years ago
  Dominik Stadler 70695de82e Add unit test for bug 37625 which verifies that this file can now be loaded 10 years ago
  Dominik Stadler 15476cd981 Add/Fix some Javadoc 10 years ago
  Nick Burch 3d31c69d07 Unit test to show that bug #52111 (intersect formulas) was already solved 10 years ago
  Nick Burch 07a2d641a6 HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 10 years ago
  Nick Burch cd7de7d482 Complete evaluation support for multi-sheet references for bug #55906 10 years ago
  Nick Burch af999df6ae Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
  Nick Burch 93f8a87e96 Allow XSSF to evaluate multi-sheet references too, for #55906 10 years ago
  Nick Burch 8cf36ccc1a Split the reference and area tests for #55906 10 years ago
  Nick Burch ed4ee108b4 Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 10 years ago
  Nick Burch eb66cf9a08 Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906 10 years ago
  Nick Burch a0ebce023b Update the XSSF getExternalSheet method signature, to start to prepare for sheet ranges 10 years ago
  Nick Burch e1f4548dcf More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 years ago
  Nick Burch f19982e245 Areas can have multi-sheet references too, so add FormulaParser support to these as well 10 years ago
  Nick Burch 846a1f84a2 Update Ref3DPxg to support multi-sheet ranges too, for #55906 10 years ago
  Nick Burch 25f32c90ae Refactor to reduce clutter 10 years ago
  Nick Burch 1dd9e43898 More progress towards #55906 - Have the ExternSheet references set up for multi-sheet references 10 years ago
  Nick Burch c5dd59014e More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 10 years ago
  Nick Burch c40ed2f754 More internal method signature updates, for HSSF external sheets being possible ranges, for #55906 10 years ago
  Nick Burch 904d73c847 Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 10 years ago
  Nick Burch 6a92588230 #55906 Extern Sheet References can have a last as well as a first sheet 10 years ago
  Nick Burch 2a2cb871d6 Disabled unit tests for multi-sheet references, see bug #55906 10 years ago
  Nick Burch 62bd48af74 Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + return comments, and use this for the event based .xlsx text extractor 10 years ago
  Nick Burch f3dba52888 Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int not unit 10 years ago
  Nick Burch 7db6e8557e Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 years ago
  Nick Burch e2f26b630c To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for strings by default, for bug #56683 10 years ago
  Nick Burch 2b9d8ae88c XSSF table example, from Sofia Larsson from bug #55562 10 years ago
  Nick Burch 736cd9cf49 For places where an ordered collection is created and used within the context of a single thread, and there are no thread safety concerns, use ArrayList not Vector. See bug #54838 10 years ago
  Nick Burch 3ba465ecb3 Fix javadoc warning 10 years ago
  Nick Burch c76f167603 Correct HSSFOptimiser logic for the case where the to-keep style wasn't previously in use. Fixes #54443 10 years ago
  Nick Burch eddef8c7f8 Fix inconsistent whitespace 10 years ago
  Nick Burch ca59e31371 When evaluating a name in another workbook, need to use an OperationEvaluationContext tied to that Workbook, and do so such that XSSF references work too 10 years ago
  Nick Burch 626d46ae95 Don't fetch the name, convert to a ptg, then convert back again, instead simply return the name directly 10 years ago