106 Commits (5805f3b66001219a382427f995b323fcba40d700)

Author SHA1 Message Date
  Nick Burch 5805f3b660 Add a unit test for bug #50833 13 years ago
  Nick Burch 71d3ec25d8 Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based 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 c3ce5915b2 Fix bug #50416 - Correct shifting of the first or last row in a sheet by multiple rows 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
  Yegor Kozlov 734989237e moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
  Yegor Kozlov 7e02d41c34 Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020 13 years ago
  Nick Burch 2009e394a7 Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 13 years ago
  Nick Burch 2fbe2f48a1 Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock 13 years ago
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 13 years ago
  Yegor Kozlov b98b01b29b fixed fetching names of user defined styles, see Bugzila 49751 14 years ago
  Nick Burch 452fa02182 Fix bug #49689 - Allow the setting of user style names on newly created HSSF cell styles 14 years ago
  Nick Burch 567001becf Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff) 14 years ago
  Nick Burch aa253ea74a Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord 14 years ago
  Nick Burch 5696c265f4 Add more to test for bug #46664, including the last bit which is disabled pending a fuller fix 14 years ago
  Nick Burch 6718bc0d2d Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas don't end up invalid 14 years ago
  Nick Burch 25c5daa312 Add unit test for bug #45970 - shows that we can read Formulas with URL based references in them, but we can't change them properly. Part of the unit test is disabled for now 14 years ago
  Nick Burch 8c85c8c3cf Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets 14 years ago
  Nick Burch 054f1bc289 Implement the ExtRst part of a UnicodeString 14 years ago
  Nick Burch 62dc99b25f records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 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 1fd52310cd Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 years ago
  Yegor Kozlov 95642c0bfd fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 14 years ago
  Yegor Kozlov 69b3b9f625 another test for Bugzilla 48026 14 years ago
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
  Nick Burch 76ae29d587 Fix bug #48180 - short chart records skipping some unused fields 14 years ago
  Yegor Kozlov 1559a6d4bd Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751 14 years ago
  Josh Micich 40e6ccd12e Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
  Nick Burch a148c6b552 Fix bug #47034 - Reading the name of a NameRecord when the name is > 127 15 years ago
  Josh Micich 9fa24eea2c Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs 15 years ago
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests 15 years ago
  Yegor Kozlov 9adb9cc6d3 improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc 15 years ago
  Nick Burch 8200f5d989 Fix bug #46904, for old biff5/biff7 files where the block chain is terminated incorrectly 15 years ago
  Nick Burch d9590e0e20 Disabled test for bug #46904 15 years ago
  Yegor Kozlov 70847d620e Fix for bug 46445 - move hyperlinks when shifting rows 15 years ago
  Yegor Kozlov 2c65a65451 continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 and #31661 15 years ago
  Nick Burch eca181f8e4 Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 characters 15 years ago
  Josh Micich b4bf387e9e Fix for bug 46156 - improved POI's number rendering to more closely match Excel's 15 years ago
  Nick Burch 1b24850c7c Fix bug #45290 - Support odd files where the POIFS header block comes after the data blocks, and is on the data blocks list 15 years ago
  Nick Burch aceffbe29d Fix for bug #46137 - continue records after eofrecord 15 years ago
  Josh Micich fb53e42579 Fixed problem with linking shared formulas when ranges overlap 15 years ago
  Josh Micich 974124c3c8 Merged revisions 711764 via svnmerge from 15 years ago
  Josh Micich 97b9695a3a Bug 45784 - More fixes to SeriesTextRecord 15 years ago
  Josh Micich 91d6061c07 Merged revisions 703092 via svnmerge from 15 years ago
  Josh Micich 9561f4037b converted short HSSFCell.getCellNum to int getColumnIndex 15 years ago
  Josh Micich f55bd82eef Merged revisions 700479,700493,700916,701302,701569,701598,701747 via svnmerge from 15 years ago
  Josh Micich dfc67205b9 Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecord 15 years ago
  Nick Burch 3901d88e01 Merged revisions 697562,697580,697584,697589,697595,697599 via svnmerge from 15 years ago
  Nick Burch 301a628efb Merged revisions 697559 via svnmerge from 15 years ago
  Nick Burch 47600ff855 Test to show that bug #45492 is invalid 15 years ago