Samples

The folder samples contains sample applications in C# which use NExcel.
They are basic samples, and can be helpful to start with NExcel and for debugging purposes.

Here is a list of these samples.

  • ExcelContents - sample application for reading Excel contents
  • ExcelValues - sample application for reading Excel values

ExcelContents is a sample application for reading contents from Excel files using NExcel.
It reads a Excel file and writes to console all cell's contents.
ExcelContents is a basic sample for using NExcel. It shows how using property Cell.Contents.

ExcelValues is a sample application for reading values from Excel files using NExcel.
It reads a Excel file and writes to console all cell's values.
ExcelValues is another basic sample for using NExcel. It shows how using property Cell.Value.


 


Copyright © 2005 Stefano Franco