Exemple #1
0
 private void StartConnectionAndReader()
 {
     _connection = _excel.Connection(_filePath);
     _connection.Open();
     cmd            = _connection.CreateCommand();
     cmd.Connection = _connection;
 }