摘要: 看看我 /* output format determined by filename */ XLSX.writeFile(workbook, 'out.xlsb'); /* at this point, out.xlsb will have been downloaded */ 阅读全文
posted @ 2021-07-21 16:42 vvull 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 看看我 table_to_book 和 table_to_sheet工具函数获取DOM的TABLE元素,并且通过子节点进行迭代。 var workbook = XLSX.utils.table_to_book(document.getElementById('tableau')); /* DO SO 阅读全文
posted @ 2021-07-21 16:40 vvull 阅读(369) 评论(0) 推荐(0) 编辑