Posted by pieter_hordijk on 06/13/06 07:18
K.
Can you tell me then how to select a excel-file and the correct
worksheet?
I don't understand how to do it then... :(
tnx
-Lost schreef:
> <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
[Back to original message]
|