Posted by -Lost on 06/12/06 14:29
<pieter_hordijk@hotmail.com> wrote in message
news:1150112139.802434.12590@j55g2000cwa.googlegroups.com...
> Can someone tell me if it's possible to edit (update) a cell in a
> Excel-file using php.
>
> I've downloaded Pear's Spreadsheet_Excel_Writer but it looks like it
> can only make new excel files, but i just want to update a cell in a
> existing spreadsheet.
>
> Can you tell me if it's possible to update a cell in an excel-file
> using Pear's extension or can you share a function that does the trick?
Did you read the documentation for that package? It looks to me as if it provides "write"
functions to do that exactly.
http://pear.php.net/manual/en/package.fileformats.spreadsheet-excel-writer.php
Look at all of the different "Worksheet::write" prefixes. Not to mention Worksheet::write
itself.
Hope this helps.
-Lost
Navigation:
[Reply to this message]
|