Filling a multidimensional array from an Excel spreadsheet
Greetings - Does anyone know of a way to create/fill a multidimensional array from an Excel spreadsheet? Array will be 4 X 720 - thanks for any advice (offered to a greenhorn like me!)...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Stuart RichardsonPosted Mar 13, 2009, 12:50 AM
Mahesh ChandPosted Mar 12, 2009, 11:26 PM
I guess you need to fill data from an excel sheet to an object. Using a multi-dim array is more like a manual job. If you need help on getting data from Excel sheet to your application, check out Office Interop section of this site. There are articles on this topic.
Once you have data, you can read and fill in anyobject you want.