Home > Archive > PERL Beginners > January 2007 > Write to an existing excel file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Write to an existing excel file
|
|
| Jeff Pang 2007-01-27, 9:59 pm |
| Hello lists,
I want to write to an existing excel file.
From the document of "Spreadsheet::WriteExcel" module:
This module cannot be used to write to an existing Excel file.
So,can you help tell me which module can do well for my purpose?Thanks.
--
Books below translated by me to Chinese.
Practical mod_perl: http://home.earthlink.net/~pangj/mod_perl/
Squid the Definitive Guide: http://home.earthlink.net/~pangj/squid/
| |
| jmcnamara@cpan.org 2007-01-28, 3:58 am |
|
On Jan 28, 2:58 am, p...@earthlink.net (Jeff Pang) wrote:
> I want to write to an existing excel file.
> From the document of "Spreadsheet::WriteExcel" module:
> This module cannot be used to write to an existing Excel file.
>
> So,can you help tell me which module can do well for my purpose?Thanks.
See the following:
Q. How do I update an existing Excel file.
http://groups.google.com/group/spre...cel/browse_frm/
thread/15e131d2f5d012b4
John.
--
| |
| zentara 2007-01-28, 7:58 am |
| On Sun, 28 Jan 2007 10:58:59 +0800 (GMT+08:00), pangj@earthlink.net
(Jeff Pang) wrote:
>Hello lists,
>
>I want to write to an existing excel file.
>From the document of "Spreadsheet::WriteExcel" module:
>This module cannot be used to write to an existing Excel file.
>
>So,can you help tell me which module can do well for my purpose?Thanks.
The exact same question:
http://perlmonks.org?node_id=500693
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
| |
|
|
| Zentara 2007-01-29, 7:58 am |
| On Sun, 28 Jan 2007 19:59:54 +0800 (GMT+08:00), pangj@earthlink.net
(Jeff Pang) wrote:
>
>
>Thanks a lot.My farther question is that,can I write to an existing excel file from the appointed localtion?for example:
>column 3 : row 2
I don't use windows or excel, but this might help you.
http://perlmonks.org?node_id=443393
you might want to use the Super Search at perlmonks,
to search for excel examples, or ask there. There are quite
a few windows experts there.
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
|
|
|
|
|