Hi Team:
I used this Library(NPOI 2.0.6.0, .NET 4.0) in my app and now i find a bug:
When a Cell content is number( just like : cell{1.10} ), the CellType is NUMBERIC, but the NumbericCellValue is 1.1, even just like "cell{1.20}", then the Cell's NumbericCellValue is 1.2.
Please check it :)
NickShi.
Comments: ** Comment from web user: shiliqiang **
I used this Library(NPOI 2.0.6.0, .NET 4.0) in my app and now i find a bug:
When a Cell content is number( just like : cell{1.10} ), the CellType is NUMBERIC, but the NumbericCellValue is 1.1, even just like "cell{1.20}", then the Cell's NumbericCellValue is 1.2.
Please check it :)
NickShi.
Comments: ** Comment from web user: shiliqiang **
Well, maybe i shouldn't used in this way. In my businss, the integral part stand for "module", and the fractional part means "module items".
Thanks for reply :)
Nickshi.