YoungManRiver
IS-IT--Management
All,
Have dowloaded and tried the following classes and/or excel tools for PHP:
I downloaded all the source files into the dir "/Zips" under localhost and then extracted all the files into their distinct folders and called all this with the following HTML file:
The three (3) showing promise are:
Excel XML
TBS Excel
XLS Stream
but more work is needed to find out why they read or write garbage into their files.
YMR
Have dowloaded and tried the following classes and/or excel tools for PHP:
Code:
Excel Class No example file to test
Excel Reader Test 1 fails
Excel Reader Test 2 writes code and errors to screen
Excel XML Opens Excel but writes crap in the file
EZ Excel Only show three java gen'd image markers on page
PHP Excel Shows only text on page
PHP Excel 1.5.5 Shows only text on page
SAM Excel Give COM error
TBS Excel Shows good test page, links open Excel, but file has garbage in it
XLS Gen Test Only shows PHP code as text
XLS Gen SQL 1 Only shows PHP code as text
XLS Stream D Opens Excel but writes crap in the file
XLS Stream E Gives PHP error
XMerge Displays XML code
Code:
<html>
<table border=2>
<tr>
<td>Excel Class<p>No example file to test</td>
</tr>
<tr>
<td><a href="Zips/Excel Reader/example.php">Excel Reader T1</a></td>
</tr>
<tr>
<td><a href="Zips/Excel Reader/example2.php">Excel Reader T2</a></td>
</tr>
<tr>
<td><a href="Zips/Excel XML Parse/sample.php">Excel XML</a></td>
</tr>
<tr>
<td><a href="Zips/EZ Excel/test_easyexcel.html">EZ Excel</a></td>
</tr>
<tr>
<td><a href="Zips/PHP Excel/Tests/runall.php">PHP Excel</a></td>
</tr>
<tr>
<td><a href="Zips/PHP Excel 1.5.5/Tests/runall.php">PHP Excel 1.5.5</a></td>
</tr>
<tr>
<td><a href="Zips/SAM Excel/testclass.php">SAM Excel</a></td>
</tr>
<tr>
<td><a href="Zips/TBS Excel/demo_main.htm">TBS Excel</a></td>
</tr>
<tr>
<td><a href="Zips/XLS Gen/test.phtml">XLS Gen Test</a></td>
</tr>
<tr>
<td><a href="Zips/XLS Gen/test_mysql_1.phtml">XLS Gen SQL 1</a></td>
</tr>
<tr>
<td><a href="Zips/XLS Stream/example_download.php">XLS Stream Download</a></td>
</tr>
<tr>
<td><a href="Zips/XLS Stream/example_export.php">XLS Stream Export</a></td>
</tr>
<tr>
<td><a href="Zips/XMerge/build.xml">XMerge</a></td>
</tr>
</table>
</html>
Excel XML
TBS Excel
XLS Stream
but more work is needed to find out why they read or write garbage into their files.
YMR