XML : ExcelDataReader failing to interpret the number as double

I'm working with ExcelDataReader to read and display xls and xlsx files. I'm stuck with a floating point inaccuracy problem while displaying the content of xlsx file. Float inaccuracy in XML helped me understnad the problem but I'm not sure how to solve this inaccuracy inside ExcelDataReader.

I'm using the ExcelDataReader library inside a silverlight application and reading the whole worksheet at once with the AsWorkbook() method.

Can anyone help me?

No comments:

Post a Comment