You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

merge工具

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

使用说明

  • 安装Nodejs,登陆 https://nodejs.org 下载安装。
  • 安装merge工具,在命令行中输入 npm install merge-xlsx -g
  • 以上安装均为一次性成本。后续使用无需重复
  • 如merge工具有更新,重复步骤2
  • 在命令行工具中使用命令
    • 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