4916 Commits (16ac6b107e8f5deae70c391be3fbc5d02d751fd0)

Author SHA1 Message Date
  Andreas Beeker 9660a04c19 Xml signature support - version 1 10 years ago
  Nick Burch d6b8ff12e5 Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pictures 10 years ago
  Nick Burch 5a28c2bbb7 Add a disabled unit test for bug #56812, based on code and file from Geoff Wright 10 years ago
  Nick Burch 22aec7b4e3 Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the risk of getting one in an error state (due to XMLBEANS-512). Should be a minimal extra overhead pending a proper fix. Allows us to finish enabling the unit tests for #54764 10 years ago
  Nick Burch 69015a079e Add another test file for #54764, and a test that uses it 10 years ago
  Nick Burch 526abfe065 Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 and #56164, for xml parsers which support them 10 years ago
  Andreas Beeker bacc106cb7 Another test for NPOIFS in-place writing support - probably the deletion of an entry causes the problem 10 years ago
  Nick Burch ceb9427afb Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 10 years ago
  Nick Burch 664e6b44f2 Fix bug #55196 - Correct XWPF createTOC handling of short style names 10 years ago
  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 years ago
  Nick Burch 4eb322bae7 Fix bug 54725 - HWPF where no parent style CHP exists, use an empty 10 years ago
  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 years ago
  Nick Burch 2809a55dd3 Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell 10 years ago
  Nick Burch cc5a60f061 Fix javadoc warnings 10 years ago
  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 years ago
  Nick Burch 07a5669701 Correct logic for the start-of-sheet missing rows, for event user model, and add tests for this 10 years ago
  Nick Burch b45056e979 Generics fixes 10 years ago
  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 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 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 482e8340c1 Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards incompatible changes for #56023 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