Here is some C# codes I use to scan information from a .nc file. In thisĀ  console application the information is loaded into a winform. You could also load data from an ncfile easily into a premade excel worksheet by creating a com object of the document C# is very strongly typed when it comes to excel so it is easy to setup. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Threading; using System.Drawing; using