PDA

Click to See Complete Forum and Search --> : getting data from excel


Psychotron
May 24th, 2002, 09:10 PM
how do i grab data from a cell in an excel spreadsheet? is it possible?

Thanks.

Cander
May 24th, 2002, 09:23 PM
yeah but you will need to use the old Excel Object Library com since .NET doesnt have any built in support to do that. I think I may have seen an example of using it in .NET at http://www.gotdotnet.com

try looking there.