Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 319 Bytes

File metadata and controls

23 lines (12 loc) · 319 Bytes

SimpleDataImport

Simple C# library for data import.

Typical user case for this is when somebody is using Excel as a simple data store.

Example usage

See Examples/Program.cs

How to build

run make from the command line.

Dependencies

  • .NET Framework 4
  • DocumentFormat.OpenXml 2.5