ExcelOpen2

Otevře xls soubor číslo 2
declare procedure ExcelOpen2 dll "ActualDocument" (string, string)
ExcelOpen2("c:\test.xls", "list1")
ExcelOpen2(FileName, Sheet)

Parametry

FileName

Typ: string

Celá cesta + název souboru.

Sheet

Typ: string

Jméno listu.

Popis

Procedura otevře xls soubor číslo 2. K dispozici je také ExcelOpen , který pracuje s prvním xls souborem.

Ukázky volání

  • ExcelOpen2("c:\test.xls", "list1")