This is a discussion on Using PHP to read XL Spreadsheet Files? within the PHP Language forums, part of the PHP Programming Forums category; Is there a simple way to read the content of uploaded Microsoft XL spreadsheet files? TIA...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
<jeffsnox@gmail.com> wrote in message
news:1153928631.988637.269950@s13g2000cwa.googlegr oups.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. hope this helps Phil |
|
|||
|
Following on from jeffsnox@gmail.com's message. . .
>Is there a simple way to read the content of uploaded Microsoft XL >spreadsheet files? > >TIA > Try www.badblue.com. Claim to be able to read,edit and share excel using PHP. Also access Word content. Sounds nifty. -- PETER FOX Not the same since the statuette business went bust peterfox@eminent.demon.co.uk.not.this.bit.no.html 2 Tees Close, Witham, Essex. Gravity beer in Essex <http://www.eminent.demon.co.uk> |