1.0.4 • Published 9 years ago

tcl-docx2xlsx v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

将指定目录下的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");
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago