<jeffsnox@gmail .comwrote in message
news:1153928631 .988637.269950@ s13g2000cwa.goo glegroups.com.. .
Is there a simple way to read the content of uploaded Microsoft XL
spreadsheet files?
>
TIA
>
not because of the xl specific coding of the document.
the easiest way would be to have the spreadsheet saved either in Text (Tab
Delimited) or CSV format, and then write your php to interpret that.
Comment