Brio 6.5.2.11 via EIS importing Excel Files -
11-12-2006
, 02:35 AM
Hello All
At the moment i have almost automated all what is possible but one
little thing i cannot manage
Importing via EIS an excel file
I have the following lines
ActiveDocument.Sections["EIS"].Activate();
MySection = ActiveDocument.Sections["Top10"];
MySection.Activate();
MySection.Recalculate();
var Filename = "C:\\netop10.xls"
var MySection = ActiveDocument.Sections.ImportDataFile(Filename,
bqExportFormatExcel2)
But it just jumps to Top10 (tab) but does not import the excel file
What is wrong?
Hope somebody can give me the solution
Many thanks in advance
Steven |