I need to read a text file with the following structure:
"2^7^N^2160.000000
2^8^C^US "
where the first value is the line, the second the column, the third data type and the quarter
the value to generate a excel file usign the gembox.preadsheet library
Loading
Garry GibsonPosted Apr 30, 2014, 5:12 AM
Did you mean something like this:
Also check these demonstration samples for reading and writing excel files in C#.