Nicklorion 0 Newbie Poster

save the file as a .txt file or a .CSV (comma separated value) file. I disagree that this is the easiest though, but that's a matter of opinion.

What would you do?

I'm building a application that evaluates data comming out of an excel sheet. there is no other way the data can be delivered unfortunatly. this document is big (5/6 MB Plain text) with lots of empty cells in between.
Using a CSV is not optimal or txt for that matter.

Is there a way to read the excel file to an array? without using XML, CSV and/or TXT?


Thnx in advanced