Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 749 Bytes

File metadata and controls

21 lines (13 loc) · 749 Bytes

ShmoopySoft Generate Open XML Example

A Visual Studio 2019 solution written in C# to demonstrate generating a Word document (docx) and an Excel spreadsheet (xlsx) using the Open XML SDK.

For this solution to work, it is necessary to add WindowsBase and DocumentFormat.OpenXml references to project.

Running

  1. Download the solution from our GitHub repository
  2. Open the solution in Visual Studio 2019
  3. Install the Open XML SDK NuGet Package: Install-Package DocumentFormat.OpenXml -Version 2.10.1
  4. Click the Start button, or press F5

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments