My question comes from:
https://stackoverflow.com/questions/47063178/npoi-excel-column-formatted-to-decimal-with-sxssfworkbook
I have to export a table from a DB to Excel. I get all column types perfect, minus the numerical types with decimals (like 325.75), which are created as strings, or decimals are eliminated, or the excel gives an error when opening it.
I am using NPI 3.20 .... is it a limitation of this version?
https://stackoverflow.com/questions/47063178/npoi-excel-column-formatted-to-decimal-with-sxssfworkbook
I have to export a table from a DB to Excel. I get all column types perfect, minus the numerical types with decimals (like 325.75), which are created as strings, or decimals are eliminated, or the excel gives an error when opening it.
I am using NPI 3.20 .... is it a limitation of this version?