This topic is locked

Creating HTML from XLS

8/24/2007 5:33:19 PM
PHPRunner General questions
M
mhoerner author

Hi,
is there any possibility, to create a HTML/PHP page from a XLS file?
Regards

Chris

J
Jane 8/27/2007

Chris,
generally it's impossible.

You can send more detailed description and I'll try to find a workaround.

M
mhoerner author 8/29/2007

Hello Jane,
I store a xls file in the database.
If a user start the view_list.php, I want to create a html or image from the easy xls table.
Maybe there is a solution?
Thanks.
Regards

Chris

F
fsteves 8/29/2007

Check this site:

http://www.paggard.com/projects/xls.reader

and here

http://www.meelink.com/readxls/xls-to-html.php
PHP Class for XLS binaries read into PHP arrays or HTML.

M
mhoerner author 8/30/2007

Thanks a lot.