NodeJS CLI 工具
SheetJS xlsx-cli
NodeJS 命令行工具在常见格式之间转换数据。默认情况下,它以 CSV 行显示数据。该工具可以读取和写入任何 支持的文件格式。
¥The SheetJS xlsx-cli
NodeJS command-line tool converts data between common
formats. By default it displays data in CSV rows. The tool can read from and
write to any supported file format.
该包托管在 SheetJS CDN 上。
¥The package is hosted on the SheetJS CDN.
用法
¥Usage
可以使用任何标准包脚本运行器调用该包。
¥The package can be invoked with any standard package script runner.
NodeJS
npm
的包运行器是 npx
。帮助命令可以通过以下方式显示:
¥The package runner for npm
is npx
. The help command can be displayed with:
npx -p xlsx@https://cdn.sheetjs.com/xlsx-cli/xlsx-cli-1.1.4.tgz xlsx --help
BunJS
Bun 附带 bunx
测试运行器。帮助消息可以通过以下方式显示:
¥Bun ships with the bunx
test runner. The help message can be displayed with:
bunx -p xlsx@https://cdn.sheetjs.com/xlsx-cli/xlsx-cli-1.1.4.tgz --help
源代码
¥Source Code
源代码和项目文档托管在位于 https://git.sheetjs.com/sheetjs/sheetjs/src/branch/master/packages/xlsx-cli 的 SheetJS git 服务器上
¥Source code and project documentation are hosted on the SheetJS git server at https://git.sheetjs.com/sheetjs/sheetjs/src/branch/master/packages/xlsx-cli