# tcl-docx2xlsx

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

Latest version **1.0.4** (published 2015-07-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install tcl-docx2xlsx
pnpm add tcl-docx2xlsx
yarn add tcl-docx2xlsx
bun add tcl-docx2xlsx
```

Provides the command `tcl-docx2xlsx`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2015-07-27 |
| First published | 2015-07-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+6 in 2 direct dependencies) |
| Install scripts | no |
| Author | TCL MIE FE |
| Maintainers | millet2015 |

## Links

- npm: https://www.npmjs.com/package/tcl-docx2xlsx
- npm.io page: https://npm.io/package/tcl-docx2xlsx

## Dependencies (2)

- [xlsx](https://npm.io/package/xlsx.md) ^0.8.0
- [mammoth](https://npm.io/package/mammoth.md) ^0.3.23

## Recent versions

- 1.0.4 (latest) — 2015-07-27
- 1.0.3 — 2015-07-27
- 1.0.2 — 2015-07-27
- 1.0.1 — 2015-07-27
- 1.0.0 — 2015-07-27

## README

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

---
_Source: https://npm.io/package/tcl-docx2xlsx · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
