how do i grab data from a cell in an excel spreadsheet? is it possible?
Thanks.
Printable View
how do i grab data from a cell in an excel spreadsheet? is it possible?
Thanks.
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.