|
Posted by Carl Pearson on 01/16/07 17:34
ABC wrote:
> Hi,
> Can i write to MS-Excel using PHP? I am using PHP 5 on Linux. Any help
> would be appreciated!
>
> Thanks,
> Raghu
>
As mentioned, the Pear package works well.
If your target spreadsheet is very complicated, though, you could always
just write out a csv file of the data, and use some VBA code in Excel to
import it as you saw fit.
This would however entail the user running macros when the sheet opens,
and not all folks like to do that.
Navigation:
[Reply to this message]
|