Search results

  1. A

    Manipulating Excel sheet in C#

    for a school project i have to read excel files and save the result into the orginal excel file i already have the excel reader using oledb: public class ExcelReader { public DataTable Read(string filename, string iSheetName) { DataTable result = new...
Back
Top