Replies Back to Article
Free! - export to Excel
Export to Excel Dreamweaver Server Behavior
October 18, 2007 by Alex July
Here is the extension that does the job:
http://linecraft.com/e2e/help.php
This isn't FREE!
April 29, 2009 by student 101
This isn't FREE!
It's Advertised as "Free! - export to Excel"
It costs USD$ 24.00
What is FREE about this?
December 2, 2009 by Lon Winters
Instructions on how to use it? Gee thanks. First it says, FREE, then it says 17 dollars, then it says 24 dollars.
C'mon people, get with the program. DMX Zone has become way to confusing as of late.
Simplest way to export to excel
December 4, 2009 by student 101
<?php
$filename ="excelreport.xls"; //filename
$contents = "testdata1 \t testdata2 \t testdata3 \t \n"; //data
header('Content-type: application/ms-excel');
header('Content-Disposition: attachment; filename="'."$filename);
echo $contents;
?>
$filename ="excelreport.xls"; //filename
$contents = "testdata1 \t testdata2 \t testdata3 \t \n"; //data
header('Content-type: application/ms-excel');
header('Content-Disposition: attachment; filename="'."$filename);
echo $contents;
?>
Need to change the title - NOT FREE
April 20, 2011 by Web Master
DMX Zone needs to update the site - this extension is NOT FREE