excel 中涉及到金額顯示0E-8的 可以使用以下語句來把excel導出修改為0
@ExlColumn(value = "Total Amount", index = 9,dictionaries = {@Dictionary(name = "0E-8", value = "0"), @Dictionary(name = "0E-24", value = "0")})
@ApiModelProperty(value = "領用單總金額")
private BigDecimal totalAmount;