NPOI icon indicating copy to clipboard operation
NPOI copied to clipboard

Invalid header signature

Open nrk6208 opened this issue 7 years ago • 5 comments

when i am trying to import data from some xls files

NPOI.POIFS.FileSystem.NotOLE2FileException: 'Invalid header signature; read 0x6320656C6261743C, expected 0xE11AB1A1E011CFD0 - Your file appears not to be a valid OLE2 document'

nrk6208 avatar Feb 19 '18 09:02 nrk6208

I´m having the same problem, no feedback about this?

carmonac avatar Apr 02 '18 18:04 carmonac

I'm have same problem too

Witchayanin avatar Apr 24 '18 06:04 Witchayanin

@nrk6208 Hi , did you solve that problem?

MartinTopchyan avatar Apr 26 '19 15:04 MartinTopchyan

when i am trying to import data from some xls files

NPOI.POIFS.FileSystem.NotOLE2FileException: 'Invalid header signature; read 0x6320656C6261743C, expected 0xE11AB1A1E011CFD0 - Your file appears not to be a valid OLE2 document'

I am having the same problem,too. did you solve that porblem?

minskiter avatar Jul 27 '19 09:07 minskiter

I am having the same problem, too. In my case, I have imported wrong library (NPOI) for Asp.net core project. I must switch library to dotnetcore.NPOI and it works!

nguyenvanbien95 avatar Jul 04 '20 02:07 nguyenvanbien95