[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Connecting to excel via Rubi DBI

yoramva@gmail.com

10/15/2006 2:58:00 PM

Hi, is there a possibility to connect to excel file using dbi module?

2 Answers

Patrick Spence

10/17/2006 6:20:00 PM

0

yoramva@gmail.com wrote:
> Hi, is there a possibility to connect to excel file using dbi module?

Why not use the OLE automation capabilities of Excel? Unless, of course,
the client machine doesn't have Excel installed. In which case... never
mind.

--
Posted via http://www.ruby-....

yoramva@gmail.com

10/17/2006 9:36:00 PM

0


Patrick Spence ???:
> yoramva@gmail.com wrote:
> > Hi, is there a possibility to connect to excel file using dbi module?
>
> Why not use the OLE automation capabilities of Excel? Unless, of course,
> the client machine doesn't have Excel installed. In which case... never
> mind.
>
> --
> Posted via http://www.ruby-....


I need to copy an infrastructure that is used in vbscript which gets
data from xsl via sql queries.