Hi All,
this is one of the most useful libs i ever found and use. I have a problem with one Excel doc. I get Exception:
No data is available for encoding 5951.
What is wrong. No other problems so far.
I'm sending you the file in attachment
Comments: ** Comment from web user: bvolkan **
this is one of the most useful libs i ever found and use. I have a problem with one Excel doc. I get Exception:
No data is available for encoding 5951.
What is wrong. No other problems so far.
I'm sending you the file in attachment
Comments: ** Comment from web user: bvolkan **
I figured out what was the problem. The file was Workbook protected. Is there any chance to have something like:
ExcelReaderFactory.CreateBinaryReader(stream, "password");
in the future?
Thanks