Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

tcl-docx2xlsx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcl-docx2xlsx

将指定目录下的docx文件,合并整理成xlsx,用于翻译。

latest
npmnpm
Version
1.0.4
Version published
Weekly downloads
7
-41.67%
Maintainers
1
Weekly downloads
 
Created
Source

将指定目录下的docx文件,合并整理成xlsx,用于翻译

如何使用

cmd

  • npm install tcl-docx2xlsx -g
  • tcl-docx2xlsx .\docx_path .\in.xlsx .\out.xlsx (注意:docx的目录结构和对应的xlsx位置是写死的,以后请按这个来。)

node

var docx2xlsx = require("tcl-docx2xlsx");
docx2xlsx.docx2xlsx(".\docx_path", ".\in.xlsx" ".\out.xlsx");

FAQs

Package last updated on 27 Jul 2015

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