Pan*_*ool 8 c# excel percentage epplus
我正在使用以下代码使用Epplus格式化十进制数作为excel中的百分比.我用过这个例子.
sheet.Cells["B:B"].Style.Numberformat.Format = "#0\\.00%";
Run Code Online (Sandbox Code Playgroud)
这个数字在表格中看起来很正常,但在编辑栏中数字看起来不同.
数字9.47%在编辑栏中显示为947.
检查图像是否有问题样本.怎么解决这个?
