Does anyone know if a script exists to display an XLS file on a page nicely so that the column widths in teh excel file are maintained when the data is displayed in HTML on a page?
Thanks,
Dane
Read and display XLS (Excel) file using excel column widths on a page
Re: Read and display XLS (Excel) file using excel column widths on a page
It's not so easy cause Excel is closed source so the problem is to open a xls file. But you can export table as csv file. For importing that please read
http://forum.cmsmadesimple.org/index.ph ... 198.0.html
After that you can style table like you want (csv includes no informations about column widths ) ...
http://forum.cmsmadesimple.org/index.ph ... 198.0.html
After that you can style table like you want (csv includes no informations about column widths ) ...