383 Commits (bde5d39cbd3b9754487f7d72bc370c8a1074b62c)

Author SHA1 Message Date
  Nick Burch bde5d39cbd Start on details tests for bug #53433 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 6dd3e805e7 Updated patch from Marc from #55927 - handle date formulas too 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
  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 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 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
  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
  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 de3ba9dc6a Bit more towards XSSF name support for #56737, will need some deeper changes though to fully implement 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 054519db29 Add a disabled unit test for bug #56420 10 years ago
  Tim Allison 1eebd090e7 BUG 54771 extract text from SDTs at the cell level within a table row 10 years ago
  Dominik Stadler 00c69b3e15 Fix for 56563 - Multithreading bug when reading 2 similar files 10 years ago
  Nick Burch c2edd459c7 Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 10 years ago
  Nick Burch fdf6244ed3 Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when creating from a template 10 years ago
  Dominik Stadler db09c677fd Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() 10 years ago
  Dominik Stadler ecf9194b65 Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 10 years ago
  Dominik Stadler b342bc5d8b Fix Bug 56514, add missing null-check if simple shape does not have any text 10 years ago
  Dominik Stadler e76448a83c Bug 56325: fix Exception when removing sheets with named ranges in the workbook 10 years ago
  Nick Burch 1bf21ef3f9 Excel 2007 and later allows for more than 3 Conditional Formatting rules per sheet, so change our hard limit to logging a compatibility warning. Test file from Pau Coma Ramirez from bug #56482 10 years ago
  Nick Burch 2c018cc43a Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs) 10 years ago
  Nick Burch 55d026a89e Two more test files from Stefan Kopf for bug #56164, and unit tests which use them 10 years ago
  Dominik Stadler d9bf061db7 Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
  Nick Burch d92e980bea Add another test file for bug #47251, from Joe Yuan, and a disabled test 10 years ago
  Nick Burch b63080e7c4 Fix bug #56278 - Support loading .xlsx files with no Styles Table 10 years ago
  Dominik Stadler 9ff53a46ba Add missing test-file for bug 56169 10 years ago
  Nick Burch 828ada2d62 Sample file for #56260, provided by Atlassian in CONF-18721 10 years ago
  Andreas Beeker 4d193220af Bug 56075 - Add Change Tracking support to XWPF 10 years ago
  Andreas Beeker fd8ad223a7 Bug 56076 - Add document protection with password support to XWPF 10 years ago
  Nick Burch 8f6ea0f8a8 Another content types test, for #55026 10 years ago
  Andreas Beeker 146eadef69 Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" 10 years ago
  Nick Burch e0bcd77fc2 Test file from bug #56138 from Jon Iles, with a zero length codepage string 10 years ago
  Andreas Beeker fc697f0e60 Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images from ppt) 10 years ago
  Dominik Stadler 43b4e3f378 Bug 55923: Fix compare/sorting of nodes in exported XML 10 years ago
  Dominik Stadler 77bcfcb41c Bug 55924: Avoid errors during exporting XML if there are numeric cells without value, also verify in tests that XML can always be parsed 10 years ago
  Dominik Stadler 9b16c77233 Bug 55926: Handle numeric formula values when exporting to XML 10 years ago
  Dominik Stadler ddaab16081 Bug 55927: Handle date types when exporting to XML 10 years ago
  Nick Burch aa19aeae43 Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/footer support 10 years ago
  Dominik Stadler c8dc80ee7c Add missing test-file for Bug 56017 10 years ago
  Andreas Beeker 54d462a3f6 Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException 10 years ago
  Andreas Beeker e484fd75d0 Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file) 10 years ago
  Dominik Stadler bc936983a5 Bug 56011: Use default style if the cell style attribute is not present 10 years ago
  Andreas Beeker 78115109d2 - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook 10 years ago