gpt4 book ai didi

javascript - 将表格导出为 excel,将列导出为文本格式

转载 作者:行者123 更新时间:2023-12-04 20:32:57 29 4
gpt4 key购买 nike

我正在使用 bootstrap-table在我的页面中显示表格,我使用 TableExport.js , FileSaver.js.xlsx.core.min.js库,以便将表格保存在 .xlslx 中格式。

问题是 excel 中的下面的列以一般格式显示,导致值显示为 1,00582E+11 , 而正确的值为 100582012421 .

我试过data-tableexport-msonumberformat="\@"强制导出过程将此列视为文本,但结果没有改变。我也读过类似的 question我创建了一个 CSS类(class)
.text{
mso-number-format:"\@";/*force text*/
}

但这个解决方案都不适合我..

<table id="mytable" class="table table-hover" 
...
data-url="myfile.json"
...
>
<thead>
<tr>
...
<th data-field="productId" data-tableexport-msonumberformat="\@">Product</th>
...
</tr>
</thead>
</table>

最佳答案

在 td 中使用类 表导出字符串

<td class="tableexport-string">{{$Rep->deviceName}}</td>

关于javascript - 将表格导出为 excel,将列导出为文本格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47133108/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com