codeice / linqtoexcel

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

Boolean type column not converting properly if the cell value Yes/No #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make it one of the property bool in your class
2. Make it value Yes OR NO in the cell value
3. then test

What is the expected output? 
True - if Yes
False - If No

What do you see instead?

Throwing error.

What version of the product are you using? On what operating system?

1.7.1

Please provide any additional information below.

I think currently not considering the value Yes/No if it's handled in the code 
that will be great for many people.

Original issue reported on code.google.com by sakth...@gmail.com on 30 Jan 2014 at 10:07