501351981 / vue-office

支持word(.docx)、excel(.xlsx,.xls)、pdf等各类型office文件预览的vue组件集合,提供一站式office文件预览方案,支持vue2和3,也支持React等非Vue框架。Web-based pdf, excel, word preview library
https://501351981.github.io/vue-office/examples/docs/
MIT License
3.58k stars 429 forks source link

xlsx文件预览日期格式无法正常显示 #309

Open SnartL opened 2 months ago

SnartL commented 2 months ago

组件名称及版本: @js-preview/excel 1.7.8 运行环境:node 21.3.0 浏览器:谷歌浏览器 react18 打包工具及版本:webpack5

描述: xlsx文件中2022/1/13格式日期正常显示应该为2022年1月13日,实际显示为44574。表格中的单元格设置的为自定义日期格式。 image

GSsharon commented 2 months ago

同遇到上述问题

501351981 commented 2 months ago

自行处理吧,beforeTransformData中修改值