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.
To use Valiant:
- Clone this repo:
git clone https://github.com/jogawebb/Valiant.git - Navigate to the newly downloaded folder
- Build the application:
dotnet build - 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