118 Commits (936bf2f9b35abc7e54945f163745a594e32d9a57)

Author SHA1 Message Date
  Yegor Kozlov 936bf2f9b3 fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord 12 years ago
  Nick Burch 5cbd261957 Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short reading in NDocumentInputStream 13 years ago
  Nick Burch daf3612d16 Add a disabled unit test for bug #51535 13 years ago
  Nick Burch 663068fb50 Add unit test that seems to show bug #51461 working just fine 13 years ago
  Nick Burch 1a74a0c114 Fix bug #51143 - Correct NameCommentRecord to properly serialise strings 13 years ago
  Nick Burch 9193c4171e Bit more testing for 51024 13 years ago
  Nick Burch 3b7d6f6f67 Add unit test showing that bug #51024 is incorrect 13 years ago
  Yegor Kozlov 95347899fa fixed TestBugs.test48968 failing on machines with non-UTC timezone 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 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 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