word2com

2.1.3 • Public • Published

Системные требования

Должен быть установлен node.js v12+

Использование без установки

npx word2com input.xls

Установка глобально

npm i -g word2com
word2com input.xls

Установка

В консоли:

git clone git@github.com:SilentImp/word2com.git
cd word2com
npm ci

Использование

В консоли:

node ./index.js --input test.xlsx --output output.xlsx

или

npm start --input test.xlsx --output output.xlsx

или

npm start --input test.xlsx

или

npm start test.xlsx

или

node ./index.js test.xlsx

Если не указан --output — будет перезаписан оригинальный файл

/word2com/

    Package Sidebar

    Install

    npm i word2com

    Weekly Downloads

    22

    Version

    2.1.3

    License

    You can't use it if you are not ZloiTip

    Unpacked Size

    14.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • silentimp