Ejemplo n.º 1
0
 public void abrirArchivo(string pathFile)
 {
     xlWorkBook.OpenLinks(pathFile, false);
     xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item(1);
 }