You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 преди 13 години
..
aggregates improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays преди 14 години
cf added tests for XSSF usermodel for array formulas, this change is a step towards adoption of the patch submitted in Bugzilla 48292 преди 14 години
chart Removed static void main(String[]) methods from junit classes. Other minor clean-up. преди 15 години
common Implement the ExtRst part of a UnicodeString преди 14 години
constant Converted ConstantValueParser to use plain Strings instead of UnicodeStrings преди 15 години
crypto Bugzilla 47652 - Added support for reading encrypted workbooks преди 15 години
formula Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 преди 13 години
pivot Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(SXVDEX) record преди 15 години
AllRecordTests.java Added loose tests to junit hierarchy преди 14 години
TestArrayRecord.java added HSSF usermodel tests for array formulas, added support for array formulas in ss interfaces преди 14 години
TestAutoFilterInfoRecord.java initial support for excel auto-filters преди 14 години
TestBOFRecord.java Some clean-up in BoundSheetRecord преди 15 години
TestBoolErrRecord.java Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO преди 15 години
TestBoundSheetRecord.java minor improvements to sheet name validation and identification of cell references vs defined names преди 15 години
TestCFHeaderRecord.java Merged revisions 703100,703197,703302,703596,703620,703645,703651,706540 via svnmerge from преди 15 години
TestCFRuleRecord.java Removed static void main(String[]) methods from junit classes. Other minor clean-up. преди 15 години
TestColumnInfoRecord.java Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field преди 14 години
TestCommonObjectDataSubRecord.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments преди 15 години
TestDVALRecord.java Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdowns преди 16 години
TestDrawingGroupRecord.java Removed trailing comma from output of HexDump.toHex() преди 15 години
TestDrawingRecord.java Fixed unused imports compiler warnings (and some others) преди 15 години
TestEmbeddedObjectRefSubRecord.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes преди 15 години
TestEndSubRecord.java Fix for bug 45778 - made ObjRecord read sub-record ftLbsData properly преди 15 години
TestEscherAggregate.java More fixes to allow EscherContainerRecord to exclusively maintain 'child records' field. (due to r745976 / r746018) преди 15 години
TestExtendedFormatRecord.java Fixed compiler warnings - unnecessary throws declaration преди 15 години
TestExternalNameRecord.java fixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record body, see Bugzilla 48339 преди 14 години
TestFeatRecord.java Added clone support for UserSView* and Feat* families of records, see bug #49649 преди 14 години
TestFontRecord.java Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name length is zero преди 15 години
TestFormulaRecord.java Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvaluator.evaluateInCell() преди 15 години
TestFtCblsSubRecord.java initial support for excel auto-filters преди 14 години
TestHyperlinkRecord.java Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498 преди 15 години
TestInterfaceEndRecord.java Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). преди 14 години
TestLabelRecord.java 42570 - fixed LabelRecord to use empty string instead of null when the length is zero. преди 16 години
TestLbsDataSubRecord.java Removed unused imports under src/java and src/testcases. Other minor fixes. преди 14 години
TestMergeCellsRecord.java Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from преди 15 години
TestNameCommentRecord.java Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord преди 14 години
TestNameRecord.java Fixed use of deprecated property HSSFName.reference (should be refersToFormula) преди 15 години
TestNoteRecord.java 49599 - Correct writing of NoteRecord author text when switching between ASCII and Unicode преди 14 години
TestNoteStructureSubRecord.java Fix for bug 45778 - made ObjRecord read sub-record ftLbsData properly преди 15 години
TestObjRecord.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments преди 15 години
TestPaletteRecord.java Removed static void main(String[]) methods from junit classes. Other minor clean-up. преди 15 години
TestPaneRecord.java Made RecordInputStream final (major clean-up in test cases and BiffViewer) преди 15 години
TestRecalcIdRecord.java Bugzilla 48096 - relaxed validation check in RecalcIdRecord преди 14 години
TestRecordFactory.java Fixing compiler warnings - unnecessary typecasts преди 15 години
TestRecordFactoryInputStream.java Follow-on for bugzilla 47652 - used more specific exception when password is incorrect преди 15 години
TestRecordInputStream.java fix for bug 45866 - allowed for change of unicode compression across Continue records преди 15 години
TestSCLRecord.java Made RecordInputStream final (major clean-up in test cases and BiffViewer) преди 15 години
TestSSTDeserializer.java Made RecordInputStream final (major clean-up in test cases and BiffViewer) преди 15 години
TestSSTRecord.java 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 години
TestSSTRecordSizeCalculator.java Implement the ExtRst part of a UnicodeString преди 14 години
TestSharedFormulaRecord.java Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 преди 13 години
TestStringRecord.java Introduced ContinuableRecord to help fix serialization of StringRecords with large data. Fixed TextObjectRecord to only write 16bit unicode when needed. Simplification in UnicodeString. преди 15 години
TestStyleRecord.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes преди 15 години
TestSubRecord.java Fix for bug 46545 - ObjRecord should ignore excessive padding written by previous POI versions преди 15 години
TestSupBookRecord.java Converted SupBookRecord to use plain Strings instead of UnicodeStrings преди 15 години
TestTableRecord.java Made RecordInputStream final (major clean-up in test cases and BiffViewer) преди 15 години
TestTextObjectBaseRecord.java Fixed unused imports compiler warnings (and some others) преди 15 години
TestTextObjectRecord.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes преди 15 години
TestUnicodeNameRecord.java refactored all hssf junits to get test sample data in the in one place преди 16 години
TestWriteAccessRecord.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes преди 15 години
TestcaseRecordInputStream.java Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecord преди 15 години