5737 次程式碼提交 (69015a079eeb351c95c9aed6da03a0647f664dac)
 

作者 SHA1 備註 提交日期
  Nick Burch 69015a079e Add another test file for #54764, and a test that uses it 10 年之前
  Nick Burch 526abfe065 Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 and #56164, for xml parsers which support them 10 年之前
  Dominik Stadler 6dea78adb3 * Ensure that some older versions of third-party libraries are removed when we do the jar-check, we saw some strange and hard-to-find build-errors lately, e.g. CI fails to run JaCoCo because of outdated asm-all-4.jar being still available. 10 年之前
  Andreas Beeker bacc106cb7 Another test for NPOIFS in-place writing support - probably the deletion of an entry causes the problem 10 年之前
  Nick Burch ceb9427afb Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 10 年之前
  Nick Burch b930bedbc0 Prep for 3.11 beta 1 10 年之前
  Nick Burch 5431a7aa73 Prep for 3.11 beta 1 10 年之前
  Nick Burch 664e6b44f2 Fix bug #55196 - Correct XWPF createTOC handling of short style names 10 年之前
  Nick Burch 17de55241f Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, avoid inverting the relative flag 10 年之前
  Nick Burch 4eb322bae7 Fix bug 54725 - HWPF where no parent style CHP exists, use an empty 10 年之前
  Nick Burch a4e29760f8 Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula can't be parsed, log + leave it unchanged rather than failing 10 年之前
  Nick Burch 2809a55dd3 Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell 10 年之前
  Nick Burch cc5a60f061 Fix javadoc warnings 10 年之前
  Nick Burch 301624a4c2 Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking 10 年之前
  Nick Burch 07a5669701 Correct logic for the start-of-sheet missing rows, for event user model, and add tests for this 10 年之前
  Nick Burch b45056e979 Generics fixes 10 年之前
  Nick Burch bde5d39cbd Start on details tests for bug #53433 10 年之前
  Nick Burch 2ac5cfb33b Unit test to show that bug #53494 has already been fixed 10 年之前
  Nick Burch a7df4f8b92 #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 年之前
  Nick Burch 1afa975f7f Slightly modified test file for bug #56132 - xlsx file with inline references to other files (no external links used) 10 年之前
  Nick Burch e4a99876d5 XSSF external workbook lookup support for in-line file:/// based book "numbers" 10 年之前
  Nick Burch 72238ffede Convert the test to using interfaces 10 年之前
  Nick Burch 79fa9b1a54 SVN mimetypes for Word files 10 年之前
  Nick Burch 976eebaeed SVN mimetypes for PowerPoint files 10 年之前
  Nick Burch 260c93a1bd More mimetype updates 10 年之前
  Nick Burch 84fcd1ae1c More Excel test file mimetypes in svn 10 年之前
  Nick Burch ca57addb5b Correct the mimetype in svn for test spreadsheet files 10 年之前
  Nick Burch 6dd3e805e7 Updated patch from Marc from #55927 - handle date formulas too 10 年之前
  Nick Burch 8eb7e4a7f4 Add row label getter for Pivot Tables, and use this in unit tests 10 年之前
  Nick Burch 939bc4442d Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 年之前
  Nick Burch e7fcfa03eb Exclude the release notes and readmes from the rat checks 10 年之前
  Nick Burch 482e8340c1 Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards incompatible changes for #56023 10 年之前
  Nick Burch 6369881e21 Add a target to help with generating the release notes 10 年之前
  Dominik Stadler b4d27a47bd Add simple unit test to verify that Bug 42016 was fixed already by some other fixes 10 年之前
  Dominik Stadler 70695de82e Add unit test for bug 37625 which verifies that this file can now be loaded 10 年之前
  Dominik Stadler 15476cd981 Add/Fix some Javadoc 10 年之前
  Nick Burch 3d31c69d07 Unit test to show that bug #52111 (intersect formulas) was already solved 10 年之前
  Nick Burch 07a2d641a6 HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 10 年之前
  Nick Burch cd7de7d482 Complete evaluation support for multi-sheet references for bug #55906 10 年之前
  Nick Burch af999df6ae Begin required interface + base-class support for multi-sheet area references for #55906 10 年之前
  Nick Burch 93f8a87e96 Allow XSSF to evaluate multi-sheet references too, for #55906 10 年之前
  Nick Burch 8cf36ccc1a Split the reference and area tests for #55906 10 年之前
  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 年之前
  Nick Burch eb66cf9a08 Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906 10 年之前
  Nick Burch a0ebce023b Update the XSSF getExternalSheet method signature, to start to prepare for sheet ranges 10 年之前
  Nick Burch e1f4548dcf More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 年之前
  Nick Burch f19982e245 Areas can have multi-sheet references too, so add FormulaParser support to these as well 10 年之前
  Nick Burch 846a1f84a2 Update Ref3DPxg to support multi-sheet ranges too, for #55906 10 年之前
  Nick Burch 25f32c90ae Refactor to reduce clutter 10 年之前
  Nick Burch 1dd9e43898 More progress towards #55906 - Have the ExternSheet references set up for multi-sheet references 10 年之前