Hi,
I have the following error message when importing the file in attachment:
System.InvalidOperationException: Unexpected record type (DimensionsRecord)
at NPOI.HSSF.Record.Aggregates.RowRecordsAggregate..ctor(RecordStream rs, SharedValueManager svm)
at NPOI.HSSF.Model.InternalSheet..ctor(RecordStream rs)
at NPOI.HSSF.Model.InternalSheet.CreateSheet(RecordStream rs)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(DirectoryNode directory, Boolean preserveNodes)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(DirectoryNode directory, POIFSFileSystem fs, Boolean preserveNodes)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(POIFSFileSystem fs, Boolean preserveNodes)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(POIFSFileSystem fs)
Comments: ** Comment from web user: tonyqus **
I have the following error message when importing the file in attachment:
System.InvalidOperationException: Unexpected record type (DimensionsRecord)
at NPOI.HSSF.Record.Aggregates.RowRecordsAggregate..ctor(RecordStream rs, SharedValueManager svm)
at NPOI.HSSF.Model.InternalSheet..ctor(RecordStream rs)
at NPOI.HSSF.Model.InternalSheet.CreateSheet(RecordStream rs)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(DirectoryNode directory, Boolean preserveNodes)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(DirectoryNode directory, POIFSFileSystem fs, Boolean preserveNodes)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(POIFSFileSystem fs, Boolean preserveNodes)
at NPOI.HSSF.UserModel.HSSFWorkbook..ctor(POIFSFileSystem fs)
Comments: ** Comment from web user: tonyqus **
I need to which generator you are using? Office 2003/2007? or third-party component?