|
Posted by Luuk on November 25, 2008, 3:46 pm
Please log in for more thread options me schreef:
>
>> me schreef:
>>> I need to get some data from a MySQL database into an Excel
>>> Spreadsheet, potentially using PHP.
>>>
>>> What's available in PHP to help me with writing the MS-Excel file?
>>>
>>> Thanks,
>>>
>> most simple would be (i think) to create a CSV file...
>
> That was my preferred choice too, but the customer wants it directly
> in MS-Excel format - they don't want to have to do an import of any
> sort.
>
>
>
and you asked them what they think is the benefit of it being in
Excel-format over it being in CSV-format?
If its in CSV-format you know for sure that you still can access your
data in 3 years time...
If its in Excel-format, you might have to re-install an ancient version
of Excel to retreive your information....
|