LuckysheetServer icon indicating copy to clipboard operation
LuckysheetServer copied to clipboard

服务端能不能增加将数据写入Excel的功能

Open runningBolin opened this issue 4 years ago • 2 comments

服务端能不能增加将数据写入Excel的功能

runningBolin avatar Dec 16 '20 11:12 runningBolin

+1, 也遇到同样的需求,目前比较简便的方式是先luckyExcel这个库提供的方法把excel解析成对应的json,然后调用后端接口把数据插入到数据库

unmurphy avatar Dec 30 '20 02:12 unmurphy

目前已支持转换并导出xls文件 测试地址如下 http://localhost:9004/luckysheet/test/down?listId=数据文档ID&fileName=文件名.xls

iamxuchen800117 avatar Dec 31 '20 02:12 iamxuchen800117