64 Commits (8ae072fc85dcbc61e4ccaabc68b841da2e609514)

Author SHA1 Message Date
  Yegor Kozlov 8ae072fc85 Bugzilla 53101: fixed evaluation of SUM over cell range > 255 12 years ago
  Yegor Kozlov 4b473d3e04 corrected name of test file for Bugzilla 51710 12 years ago
  Yegor Kozlov a6f40e2952 Bugzilla 51790: fixed reading shared formulas in XSSF 12 years ago
  Nick Burch 5b291578bc Disabled unit tests for bug #48703 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 07e31b1879 Fix bug #51850 - support creating comments in XSSF on an earlier slide when later ones already have them 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
  Yegor Kozlov 31624647c2 fixed bug 51470 - avoid exception when cloning XSSF sheets with background images 13 years ago
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF 13 years ago
  Nick Burch 668f479cf6 Test that shows that bug #51222 is a themes colour problem 13 years ago
  Nick Burch 888645dd3f More testing around bug #48877 13 years ago
  Nick Burch 55633689ce Add unit test for bug #51037, which seems to be working fine 13 years ago
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 years ago
  Nick Burch 8a06e7d60c Fix bug #51061 - Correct target URI for new XSSF Tables 13 years ago
  Nick Burch 1762d08f89 Add a disabled test for bug #46662, which seems to be a SharedStringsTable / xmlbeans issue 13 years ago
  Nick Burch 948fe2fc6f More test for bug #49381 / #50884 - xssf freeze panes 13 years ago
  Nick Burch e9b19a79f7 Add support for adding a table to a XSSFSheet 13 years ago
  Nick Burch b07c986c9d Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/column matches the documentation + HSSF (CellReference is row,column) 13 years ago
  Nick Burch ee6bb48894 Fix bug #49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there 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 cb54849561 Add unit test showing that bug #50867 works fine 13 years ago
  Nick Burch 3a867c9583 Add unit test showing that bug #48877 no longer applies 13 years ago
  Nick Burch 972b316e1b Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 13 years ago
  Nick Burch 5185ad3b5a Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pushing the logic out of XSSFCellStyle and into ThemesTable + make it easier to call 13 years ago
  Nick Burch 6ef52df6dd More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you get at either 3 byte RGB, or 4 byte ARGB, whichever you prefer for your needs. 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 143cab518a Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not) 13 years ago
  Yegor Kozlov e106ef96ee added a unit test for not reproducible bug #49156 13 years ago
  Yegor Kozlov 72ce4e8eb7 Added implementation for MROUND(), VAR() and VARP() 13 years ago
  Yegor Kozlov 6591e4d3e7 clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966 13 years ago
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas 13 years ago
  Nick Burch 0aa3daebee Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string 13 years ago
  Nick Burch dbaf5aba32 Add disabled, failing unit test for bug #49940 13 years ago
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 14 years ago
  Yegor Kozlov 3726ef1074 do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 14 years ago
  Nick Burch 439bd8de3e Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815) 14 years ago
  Nick Burch 40b7db249f Add unit test to verify that bug #47490 no longer exists 14 years ago
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour 14 years ago
  Nick Burch 0565100c36 Add missing test file for bug #48779 14 years ago
  Nick Burch 63793d2fa5 Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 14 years ago
  Nick Burch d8dd3f26e4 Add disabled unit test for bug #48539, which is currently still broken 14 years ago
  Nick Burch 93449602c5 Add unit test to show that the behaviour in bug #48923 is as expected 14 years ago
  Yegor Kozlov 2670820514 Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325 14 years ago
  Nick Burch a120845220 Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 14 years ago
  Josh Micich feafcb8f48 Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago