Closed GoogleCodeExporter closed 9 years ago
It turns out that Excel replaces a period (.) in the header with a hash (#)
So you just have to add a mapping like the code below shows.
excel.AddMapping<Person>(x => x.LastName, "Last#Name");
Original comment by paulyo...@gmail.com
on 26 Mar 2012 at 9:34
It works perfectly now. Thank you :)
Original comment by tr...@trafz.dk
on 26 Mar 2012 at 9:37
Thanks a mil
Original comment by houdini....@gmail.com
on 10 Aug 2012 at 5:41
Original issue reported on code.google.com by
tr...@trafz.dk
on 26 Mar 2012 at 12:14