Reading .xlsx

M

mavrick_101

Hi,

I have a web page, where users can upload excel sheet and the page will then
process the data (take data and insert into the table).

Its a simple excel sheet and not fancy stuff.

Can any one point me to a tutorial where I can learn how to open and read
the .xlsx files?

Thnx in advance.
 
C

Cowboy \(Gregory A. Beamer\)

In addition to the advice from Mark and Alexy, you can also get to the data
in another way. I am not recommending this route, as I think it is a waste
of time, but it would be one helluva learning exercise:

..xslx is a zip file If you want proof, copy an .xslx file and change the
extension to .zip. Then double click. See, I told you.

This means you can use a compression library and open the .xslx file. You
can then get at the actual data file(s) which are located at:

{filename}.xlsx\xl\worksheets

They are .xml files. For info on the schemas for Office 2007, start here:
http://msdn.microsoft.com/en-us/library/aa338205.aspx

The easier way is to follow the advice already given. ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top