113 Commits (c3739d5be475ad449fe5cd4c8379462e95b0accc)

Author SHA1 Message Date
  Yegor Kozlov c3739d5be4 Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in drawing blocks 12 years ago
  Yegor Kozlov 8ae072fc85 Bugzilla 53101: fixed evaluation of SUM over cell range > 255 12 years ago
  Yegor Kozlov 0afefcd2b8 Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 years ago
  Yegor Kozlov 18e4705687 bugzilla 52818 - Added implementation for RANK() 12 years ago
  Yegor Kozlov 4b473d3e04 corrected name of test file for Bugzilla 51710 12 years ago
  Yegor Kozlov 48228df49d follow-on to r1294595 12 years ago
  Yegor Kozlov 42441167fa bugzilla 52057 - updated formula test framework to be aware of recently added Functions 12 years ago
  Yegor Kozlov a6f40e2952 Bugzilla 51790: fixed reading shared formulas in XSSF 12 years ago
  Yegor Kozlov 37149e9d6b Bugzilla 52716 - tolerate hyperlinks that have neither location nor relation 12 years ago
  Yegor Kozlov 1d8365e7a3 fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 12 years ago
  Nick Burch 5b291578bc Disabled unit tests for bug #48703 12 years ago
  Yegor Kozlov a3a8dcf335 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 years ago
  Nick Burch c8e2fe7f5e Unit test from Maciej for bug #51498 12 years ago
  Yegor Kozlov 8840f717da Bugzilla 52527: avoid exception when matching shared formula records in HSSF 12 years ago
  Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
  Nick Burch e0198826c3 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 years ago
  Yegor Kozlov 1b65bb839a Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 12 years ago
  Yegor Kozlov acde56403e removed svn:executable bit from project files 12 years ago
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 years ago
  Nick Burch a45b2cd33f Fix bug #51963 - Correct AreaReference handling of references containing a sheet name which includes a comma 12 years ago
  Nick Burch b79c6fc1a4 Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used 12 years ago
  Nick Burch 29f7fe9eb2 Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal 12 years ago
  Yegor Kozlov 936bf2f9b3 fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord 12 years ago
  Yegor Kozlov e97caa9c1b support for conditional formatting in XSSF including docs and examples 13 years ago
  Yegor Kozlov 23d2678a0e Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 13 years ago
  Nick Burch daf3612d16 Add a disabled unit test for bug #51535 13 years ago
  Yegor Kozlov 31624647c2 fixed bug 51470 - avoid exception when cloning XSSF sheets with background images 13 years ago
  Nick Burch fbc1864405 Add tests for bug #51514 - NPOIFS based loading 13 years ago
  Nick Burch 663068fb50 Add unit test that seems to show bug #51461 working just fine 13 years ago
  Nick Burch 668f479cf6 Test that shows that bug #51222 is a themes colour problem 13 years ago
  Nick Burch 1a74a0c114 Fix bug #51143 - Correct NameCommentRecord to properly serialise strings 13 years ago
  Nick Burch 8dc1647c4c Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas 13 years ago
  Nick Burch aff049234a Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an operation 13 years ago
  Nick Burch dd1af3acd9 Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later 13 years ago
  Nick Burch 0055c90bc4 Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not 13 years ago
  Yegor Kozlov dd87e86c44 fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779 13 years ago
  Nick Burch 5805f3b660 Add a unit test for bug #50833 13 years ago
  Nick Burch cb54849561 Add unit test showing that bug #50867 works fine 13 years ago
  Nick Burch 5cf593d1c7 Fix bug #50829 - Support for getting the tables associated with a XSSFSheet 13 years ago
  Yegor Kozlov b6aaf36b5c initial import of ExcelAnt tasks, see Bugzilla 50610 13 years ago
  Nick Burch cd57789b7f Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours 13 years ago
  Nick Burch 1b354bc434 Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and black background themes 13 years ago
  Nick Burch abf0d84ead Add a disabled unit test for bug #50784. We need to add support for XSSF Colours to pull details from their parent theme where there is one 13 years ago
  Nick Burch 51653729ce Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another 13 years ago
  Nick Burch 3928762193 Fix bug #50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General 13 years ago
  Nick Burch aad9e6907d Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off 13 years ago
  Nick Burch 143cab518a Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not) 13 years ago
  Nick Burch 9f8011aa3d Add a test .xlsx file which includes both normal and inline string cells 13 years ago
  Yegor Kozlov de72a3ca73 mark GutsRecord as terminating row blocks, prevent exception when reading workbooks with unexpected GutsRecords, see Bugzilla 50426 13 years ago