Excel Xml Writer is a C# library that allows generating Excel Workbooks using XML Spreadsheet 2003 format.
The library is compiled for .NET 2.0, 3.5, 4.0, and 4.5. See Releases
Examples of generated Excel Spreadsheets:
The library is optimized for creating huge Excel Files. Benchmark utility is created for testing changes before committing them to git repository.
- Windows
- Visual Studio 2005 or later
- .NET Framework 2.0 or later, download
- Git
To build and run this application locally, you'll need latest versions of Git. From your command line:
# Clone this repository
$ git clone https://github.com/a-kushnir/excel-xml-writer.git
Compile it using Visual Studio.
Excel Xml Writer is under the MIT license. See the LICENSE for more information.
- Source code
- Similar project (CarlosAg Xml Writer Library)