# js导出excel **Repository Path**: cqustteam/jsDaoChuexcel ## Basic Information - **Project Name**: js导出excel - **Description**: js导出table里的内容为world,excel,json,txt等文件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-02-11 - **Last Updated**: 2023-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js导出excel js导出table里的内容为world,excel,json,txt等文件 ![输入图片说明](https://gitee.com/uploads/images/2018/0211/104554_20bb98de_1749685.png "CUG92CTL2@_PNT_SW~U`~(8.png") 图示地方,是《tableExprot.js》45行的内容,解决的是table td里面内容本来是个银行卡号,即便转成字符串,导出excel的时候还是被当做number型,超过了js的最大数字。(粗暴解决方法,以后再改吧 :joy: )