codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Underscore in header row causes E_FAIL(0x80004005) #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make an excel sheet with a header item containing an underscore (Example: 
Bob_Dole)
2. Load a clr class with a matching property using 
ExcelQueryFactory.Worksheet<BobDoleObject>()

What is the expected output? What do you see instead?
Expect it to work, I get Underscore in header row causes 
IErrorInfo.GetDescription failed with E_FAIL(0x80004005).

What version of the product are you using? On what operating system?
LinqToExcel 1.15.2.0, Windows 7, vs 2012, .Net 4.5

Original issue reported on code.google.com by npbenjoh...@gmail.com on 16 Oct 2013 at 3:31

GoogleCodeExporter commented 8 years ago
Disreguard, issue was unrelated in excel file.

Original comment by npbenjoh...@gmail.com on 16 Oct 2013 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by paulyo...@gmail.com on 16 Oct 2013 at 4:11