gpt4 book ai didi

node.js - Node xlsx模块获取excel文件的标题

转载 作者:太空宇宙 更新时间:2023-11-03 23:05:03 24 4
gpt4 key购买 nike

如何在 Node xlsx ( https://www.npmjs.com/package/xlsx ) 模块中获取给定 Excel 文件的标题?

最佳答案

在 xlsx v0.16.9 中执行以下操作

const workbookHeaders = xlsx.readFile(filePath, { sheetRows: 1 });
const columnsArray = xlsx.utils.sheet_to_json(workbookHeaders.Sheets[sheetName], { header: 1 })[0];

关于node.js - Node xlsx模块获取excel文件的标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36910668/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com