EPPlus number format

后端 未结 4 1206
一整个雨季
一整个雨季 2020-11-28 04:38

I have an Excel sheet generated with Epplus, I am experiencing some pain points and I wish to be directed by someone who have solved a similar challenge.

I need to ap

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 05:22

    Another addition to the accepted answer: you can use nullable values and the formatting all looks good BUT it ends up being a string in Excel and you can't SUM, AVG etc.

    So make sure you use the actual Value of the nullable.

提交回复
热议问题