|
XLS Reader - PHP class that
can read binary XLS files
(MS Excel) using PHP only on
all platforms. MS Excel or
any additional PHP modules
are not required.
With this
script you will be able to
easily present your reports,
price lists etc. on your web
sites without any additional
programming. Or you can
extract data from XLS tables
into some database like
MySQL.
The script is
able to convert XLS files
created by MS Excel to HTML
tables, preserving almost
all formatting properties
(including date, time,
numbers and currencies).
This means that you can
format the spreadsheet in
Excel as you like it
– using different
font and cells formatting
properties and the script
will convert your XLS file
into HTML as close as
possible. The Class is
very simple to use, as it
has its own built-in
excel2html converter, which
allows you to convert either
whole WorkBook (including
all the WorkSheets) at once,
or to get HTML code
only for needed SpreadSheets
only. For all script
features you can consult
on-line documentation.
There is a fullyfunctional
on-line demo available on
the script web-page.
Date: May, 09 2005 |