New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

merge-xlsx

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-xlsx

merge xlsx

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

merge工具

用户将两个或多个excel文件按相同列名合并

使用说明

  1. 安装Nodejs,登陆 https://nodejs.org 下载安装。
  2. 安装merge工具,在命令行中输入 npm install merge-xlsx -g
  3. 以上安装均为一次性成本。后续使用无需重复
  4. 如merge工具有更新,重复步骤2
  5. 在命令行工具中使用命令
    • merge -h 可查看用法
    • merge -i 入口文件,多个英文逗号隔开 -o 导出的文件地址
    • 文件是xlsx或xls格式
    • 示例:
    • merge -i /path/表1.xls,/path/表2.xlsx -o /path/output.xlsx

FAQs

Package last updated on 04 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc