vue-json-excel icon indicating copy to clipboard operation
vue-json-excel copied to clipboard

scientific notation

Open zbaol opened this issue 3 years ago • 1 comments
trafficstars

导出的时候,字符串或数字过长,采用了科学计数法了,能解决嘛

zbaol avatar Aug 30 '22 08:08 zbaol

有个参数 stringifyLongNum 可以实现,不过实现效果不好。 可以把这个组件代码拷出来改造下,项目内当插件使用 改造方式,jsonToXLS方法,tbody标签下的td标签增加样式<td style=\"mso-number-format:'\@';\">

shextremely avatar Mar 02 '23 06:03 shextremely