Skip to content

pingintel/ping-excel-reader-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping-excel-reader-dotnet

Ping Data Intelligence .NET Excel Reader

This tool provides a simple .NET SDK for reliably reading Ping Data Intelligence-generated Excel SOV files.

To use:

var pingData = PingExcelReader.PingExcelReader.Read(new FileInfo("scrubber.xlsx"));
pingData.WritePingJson(outfile);

Alternatively, data can be accessed directly from the PingExcelReader object via lazy-loaded properties such as pingData.extraData or pingData.buildings.

To compile and test with the console app:

cd pingreader
dotnet run --infile <path to Ping-generated Excel file>

About

Ping Data Intelligence .NET Excel Reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages