Node.js: 20.9.0;备注: Node.js v14没有corepack命令。
- Start by enabling Corepack, if it isn't already; this will add the yarn binary to your PATH:
corepack enable
- Then initialize a new project:
yarn init -2
Any time you'll want to update Yarn to the latest version, just run:
yarn set version stable
yarn install
本来就是个试用最新版Yarn的仓库,现在用来处理些临时的需求、测试一些新功能。此提交时是在测试:网页里打开excel进行:1.带样式预览功能; 2. 单元格编辑功能; 3:导出excel或者上传excel功能。