BusinessObjects Board

Dumpt the result set from a data provider into excel

Hi All,

I am trying to dump the result set of a BO data provider into an existing excel file.

I understand I can loop through and dump the values with code like

ThisDocument.DataProviders(“MyDp”).Columns.Item(1).Item (1)…

However, is there an easier way to do it?

Currently I save the BO query as a txt file, then start excel and open the text file. It would be great if I could skip the intermediate step of saving the BO data to a text file and then having to load it back into an excel object.

Any help would be greatly appreciated.

Thanks!
Eric


ebowden00 (BOB member since 2005-05-25)

look just behind… :smiley:


laguiff :fr: (BOB member since 2005-05-13)

Have a look at this post for some other alternatives.


Dwayne Hoffpauir :us: (BOB member since 2002-09-19)