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: not a issue
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: not a issue