table-xlsx icon indicating copy to clipboard operation
table-xlsx copied to clipboard

基于SheetJS封装,实现导出文件和解析文件生成表数据功能

Results 7 table-xlsx issues
Sort by recently updated
recently updated
newest added

最新的需求要求导出的报表有水印,翻了文档里没有相关的教程。

比如金额字段 , 不能自动求和

![Image](https://github.com/user-attachments/assets/b23ee6b0-ec55-4568-90f6-8d43a8457cc5) ![Image](https://github.com/user-attachments/assets/18b61c85-106b-4f61-b648-aa15aa32dcff) 解析的单元格文字样式丢失,

貌似可以使用xlsx-js-style来贯穿 我这边import XLSX from 'xlsx-js-style'也是可以使用的