Monday 21 December 2015

C#: Read and Write Excel (*.xls and *.xlsx) Files Content without Excel Automation (using NPOI and ADO.NET) - CodeProject

C#: Read and Write Excel (*.xls and *.xlsx) Files Content without Excel Automation (using NPOI and ADO.NET) - CodeProject: "adapter = new OleDbDataAdapter("SELECT * FROM " + comboBox1.SelectedItem.ToString(), conn);

new OleDbCommandBuilder(adapter);

dt = new DataTable();
adapter.Fill(dt);"



'via Blog this'

No comments: