Skip to content

jogawebb/Valiant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Valiant: Check Errors in Office Open XML

Valiant is a console-based application for checking the contents of Office Open XML files. It is written in F# and uses Microsoft's Open XML SDK to validate a .docx file and print the errors found during validation.

Usage

To use Valiant:

  1. Clone this repo: git clone https://github.com/jogawebb/Valiant.git
  2. Navigate to the newly downloaded folder
  3. Build the application: dotnet build
  4. Run the application. You must pass the file path for you document you'd like to validate as a command-line argument: dotnet run <my-document>.docx

About

Terminal tool for inspecting errors in OOXML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages