tcl-docx2xlsx

1.0.4 • Public • Published

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

如何使用

cmd

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

node

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

Readme

Keywords

none

Package Sidebar

Install

npm i tcl-docx2xlsx

Weekly Downloads

4

Version

1.0.4

License

MIT

Last publish

Collaborators

  • millet2015