Skip to content

DexterPOSH/PSWord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSWord

Powershell module for creation and manipulation of Docx files without needing Microsoft Office Installed. This module will enable you to automate project documentations into word Directly.

Build status

Usage

Assuming you've installed the module somewhere in your module path, just import the module in your profile, e.g.:

Import-Module PSWord

Installing

If you have PowerShell V5, or have installed PowerShellGet for V3, you can install right away with:

Install-Module -Name PSWord

Alternatively, you can install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), iwith:

iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/guidooliveira/PSWord/master/install.ps1')

If you want to install elsewhere, you can download Install.ps1 (using the URL above) and run it, passing in the directory you want to install.

Issues / Feedback

For any issues or feedback related to this module, please register for GitHub, and post your inquiry to this project's issue tracker.

About

Powershell module for creation and manipulation of Docx files without needing Microsoft Office Installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 43.5%
  • PowerShell 43.3%
  • Smalltalk 13.2%