dbTalk Databases Forums  

Brio 6.5.2.11 via EIS importing Excel Files

comp.databases.olap comp.databases.olap


Discuss Brio 6.5.2.11 via EIS importing Excel Files in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pmipalma
 
Posts: n/a

Default 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.