Skip to content

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.

License

Notifications You must be signed in to change notification settings

ShmoopySoft/ShmoopySoft-Generate-Open-XML-Example

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages