Entry
how php files read excel data sheet with using Jscript and mysql?
Mar 29th, 2004 07:07
Chris Hayes, chirag brahmbhatt,
First, It is not encouraged to use Excel files. They are in a very
proprietary format which means you would need to create functions that
are extremely excel-specific. Rather save the sheet as comma-separated
text, then find common csv import/export functions.
However if you are stuck with Excel either communicate through the COM
object (brr!), or use ASP, which is much more compatible with the
Microsoft DOM.
Check http://www.hotscripts.com/Detailed/15801.html, at your own risk.