🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ooxml-tools/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ooxml-tools/cli

Command line tools for dealing with Office Open XML files in node.js

latest
Source
npmnpm
Version
0.4.2
Version published
Weekly downloads
4
-89.47%
Maintainers
1
Weekly downloads
 
Created
Source

@ooxml-tools/cli

Command line tools for dealing with Office Open XML files in nodejs.

Usage

npx @ooxml-tools/cli --help
# ooxml <command> [args]
#
# Commands:
#   pack <ooxmlpath> <dirpath>    pack directory to docx file
#   unpack <ooxmlpath> <dirpath>  unpack docx to a directory
#   list <ooxmlpath>              list files in docx
#   read <ooxmlpath> <filepath>   read file inside docx to sdtout
#   write <ooxmlpath> <filepath>  create/override file in docx
#   init <ooxmlpath>              initializes a blank file (docx)
#   render <ooxmlpath>            render files
#   support <ooxmlpath>           list supported apps for <ooxmlpath>
#   validate <ooxmlpath>          validate docx files
#   convert <from> <to> <value>  convert between units
#
# Options:
#   --version  Show version number                                       [boolean]
#   --help     Show help                                                 [boolean]
#
# Examples:
#   ooxml init ./test.docx
#   ooxml read ./test.docx word/document.xml
#   ooxml render ./test.docx

License

MIT

FAQs

Package last updated on 09 Jun 2026

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