xlHtml converts an Excel spreadsheet file (.xls) into highly-optimized HTML. It includes scripts to allow it to be used as a Netscape or mutt plugin and as a xls handler for Apache. The program currently supports string, blank, boolean, error, integer, floating point, hyperlinks, and formula cells. It can also output in XML, tab delimited, or comma separated values (CSV).
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Office/Business Financial Spreadsheet Text Processing Filters Markup HTML/XHTML XML |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
Recent releases


Changes: In this release, the codebase was modularized, and several bugs have been fixed.


Changes: XML & CSV updates, support for custom color palettes, creation of more efficient HTML, support for 64 bit machines, and reduced memory consumption during rendering were added.


Changes: Excel files are now translated into XML or CSV. Many Unicode improvements were made, and hyperlink cell formats are now supported. Many bug fixes and a security issues with tmpnam were fixed. The make system was completely reworked, and does not now use libtool or shared objects.


Changes: This update includes some important xlHtml bug fixes and improved support for Power Point files.


Changes: There have been minor fixups in pptHtml for unicode and a rich string + extended string problem in xlHtml
Adds fixed width file support to IReport Designer / Jasper Reports.
- All comments
Recent commentsRe: New version
Hi everybody!
I have a problem to install xlhtml.. I do not understand why but when I tried the command "./configure" described in the readme file, it is not recognized... :(
Do you have any idea of what happend???
Many thanks in advance
Cyril
Re: New version
> I found a newer version at:
> http://nebuchadnezzar.zion.cz/xlhtml.php
> You might try this if you get an error
> like this:
> cole/Makefile.am: required file
> `./depcomp' not found
Easy :)
$ tar -xzvf xlhtml-0.5.tgz
$ cd xlhtml-0.5
$ aclocal; autoconf; automake --add-missing
$ make
# make install
Re: Red Hat 9
> I found a newer version at:
> http://nebuchadnezzar.zion.cz/xlhtml.php
>
> You might try this if you get an error
> like this:
>
> cole/Makefile.am: required file
> `./depcomp' not found
>
>
I got the depcomp error on Red Hat 9 so I installed the rpm found at the link above. Now it works, thanks for the tip.
New version
I found a newer version at:
http://nebuchadnezzar.zion.cz/xlhtml.php
You might try this if you get an error like this:
cole/Makefile.am: required file `./depcomp' not found