我正在使用格式:
type ="$ ###,###,## 0.00"
用于货币并将格式类型分配给工作表单元格
例如. wrkSheet.Cells[0].Style.Numberformat.Format = formatType;
wrkSheet.Cells[0].Style.Numberformat.Format = formatType;
但是这是在excel中作为文本类型插入的.我希望将其作为货币或数字插入,以便继续对插入的值(排序,总和等)进行分析.
目前,因为它是文本类型验证不正确.有没有办法强制可以插入格式化值的类型?
format currency epplus
currency ×1
epplus ×1
format ×1