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.
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
..
AbstractShape.java initial support for excel auto-filters 14 years ago
ComboboxShape.java initial support for excel auto-filters 14 years ago
CommentShape.java Fixed unused imports compiler warnings (and some others) 15 years ago
ConvertAnchor.java Fixed compiler warnings - unnecessary else 15 years ago
DrawingManager.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
DrawingManager2.java fixed bug #45720: cloneSheet breaks autofilters. 16 years ago
HSSFFormulaParser.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
InternalSheet.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
InternalWorkbook.java 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
LineShape.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
LinkTable.java improved LinkTable to support registering external UDFs. 13 years ago
PictureShape.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
PolygonShape.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
RecordOrderer.java mark GutsRecord as terminating row blocks, prevent exception when reading workbooks with unexpected GutsRecords, see Bugzilla 50426 13 years ago
RecordStream.java Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to FormulaRecord 16 years ago
RowBlocksReader.java Bugzilla 47747 - fixed logic for locating shared formula records 14 years ago
SimpleFilledShape.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
TextboxShape.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
WorkbookRecordList.java Tidy up various indents and generics warnings 14 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago