> What about open office spread sheets. Can they be read by these
> excel CPAN entries?
Probably not, Excel is Excel and open Office is open office
However if you search CPAN for openoffice, you might find something to
use, http://search.cpan.org/search?query=OpenOffice&mode=all
Owen
-
What about open office spread sheets. Can they be read by these
excel CPAN entries?
--- On Mon, 1/25/10, ANJAN PURKAYASTHA wrote:
From: ANJAN PURKAYASTHA
Subject: Re: Working with Excel spreadsheets
To: "Mike Blezien"
Cc: rc...@pcug.org.au, "Perl List"
Date: Monday, January 25, 2010, 8:5
Yes this seem quiet easy to use also. I must have missed this one while
browsing through CPAN's site.
thanks,
Mike
- Original Message -
From: ANJAN PURKAYASTHA
To: Mike Blezien
Cc: rc...@pcug.org.au ; Perl List
Sent: Monday, January 25, 2010 7:59 PM
Subject: Re: Working w
Spreadsheet::ParseExcel::Simple is the simplest module to use. Very user
friendly. I use it often.
HTH,
Anjan
On Mon, Jan 25, 2010 at 7:48 PM, Mike Blezien wrote:
>
> - Original Message - From: "Owen"
> To: "Mike Blezien"
> Cc: "Perl List"
> Sent: Monday, January 25, 2010 6:14 PM
> Sub
- Original Message -
From: "Owen"
To: "Mike Blezien"
Cc: "Perl List"
Sent: Monday, January 25, 2010 6:14 PM
Subject: Re: Working with Excel spreadsheets
Hello,
we need to extract data from uploaded Excel spreadsheets, XLS binary
files. What
is the best perl module to accomplish
> Hello,
>
> we need to extract data from uploaded Excel spreadsheets, XLS binary
> files. What
> is the best perl module to accomplish this with ??
Updated yesterday, Spreadsheet::ParseExcel
Put 'excel' into the box at http://search.cpan.org/ and you may find
others, like Spreadsheet::DataF
Hello,
we need to extract data from uploaded Excel spreadsheets, XLS binary files. What
is the best perl module to accomplish this with ??
Thanks,
Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
do you really consider this to be a beginner question? 400+ lines of
perl and whatever is not a beginner to my point of view. please ask this
in some other forum where .net and SOAP are covered better. you posted
way more webservice code than perl code.
thanx,
uri
--
Uri Guttman -- u...@
I'm using the method outlined in
http://msdn.microsoft.com/en-us/library/ms995764.aspx,
and also I have tried other methods on the web to call my vb.net (3.5)
webservice. I can call any method that doesn't take parameters and
that works fine. I can call my Authorize method which is used to
autho
On Jan 25, 7:22 am, sisyph...@optusnet.com.au (Sisyphus) wrote:
> - Original Message -
> From: "electr0n wizard"
> To:
> Sent: Saturday, January 23, 2010 11:45 AM
> Subject: Need help with Net::SSH::Perl
>
> >I am new to Perl and am running ActiveStatePerl on a Windows 7
> > machine. I a
>Hello all,
>
>I have a Perl Script that uses some of the Archive::Zip's methods for
>reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not
>available in Solaris and I'm not allowed to install any lib in it. Is there
>a way to load the archive::zip lib dinamically, without insta
Ok, so lets try. Hope it works.
I know this version sucks... but unfortunatelly I don't have the power to
decide which Perl version shall we use on our machines :-P , but my team
will keep trying to convince the big guys to upgrade it.
On Mon, Jan 25, 2010 at 12:26 PM, Shlomi Fish wrote:
> On M
On Monday 25 Jan 2010 16:07:55 Bruno wrote:
> This lib is not available as default lib on v5.83 . I have to do everything
> considering the default installed libs.
> http://search.cpan.org/dist/local-lib/lib/local/lib.pm
>
1. The point of local-lib is that you download and install it from the loc
This lib is not available as default lib on v5.83 . I have to do everything
considering the default installed libs.
http://search.cpan.org/dist/local-lib/lib/local/lib.pm
On Mon, Jan 25, 2010 at 11:57 AM, Shlomi Fish wrote:
> On Monday 25 Jan 2010 15:28:11 Bruno wrote:
> > And for uninstall it?
> "FP" == Frédéric Perrin writes:
FP> Le Fri, 22 Jan 2010 22:08:38 -0500, Uri Guttman a écrit :
>> i can't say for sure why this happens but you don't have a package
>> name in FRED2.pm. so any subs it has are in package main::. so when
>> you have the FRED1/FRED2 order, it seems to
On Monday 25 Jan 2010 15:28:11 Bruno wrote:
> And for uninstall it? Since I'm not allowed to alter the server, I have to
> remove the installed lib after using it
>
Just delete ~/perl5/ or wherever you configured local-lib to install the code
it installs.
Regards,
Shlomi Fish
--
And for uninstall it? Since I'm not allowed to alter the server, I have to
remove the installed lib after using it
On Mon, Jan 25, 2010 at 11:10 AM, Shlomi Fish wrote:
> On Monday 25 Jan 2010 14:58:49 Jeff Peng wrote:
> > > I have a Perl Script that uses some of the Archive::Zip's methods for
>
- Original Message -
From: "electr0n wizard"
To:
Sent: Saturday, January 23, 2010 11:45 AM
Subject: Need help with Net::SSH::Perl
I am new to Perl and am running ActiveStatePerl on a Windows 7
machine. I am trying to get SSH to work but get the error:
The getpwuid function is uni
On Monday 25 Jan 2010 14:58:49 Jeff Peng wrote:
> > I have a Perl Script that uses some of the Archive::Zip's methods for
> > reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not
> > available in Solaris and I'm not allowed to install any lib in it. Is
> > there a way to load t
Hi electr0n wizard!
On Saturday 23 Jan 2010 02:45:46 electr0n wizard wrote:
> I am new to Perl and am running ActiveStatePerl on a Windows 7
> machine. I am trying to get SSH to work but get the error:
>
> The getpwuid function is unimplemented at C:/Perl/site/lib/Net/SSH/
> Perl.pm line 110.
M
> I have a Perl Script that uses some of the Archive::Zip's methods for
> reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not
> available in Solaris and I'm not allowed to install any lib in it. Is there
> a way to load the archive::zip lib dinamically, without installing it
Hello all,
I have a Perl Script that uses some of the Archive::Zip's methods for
reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not
available in Solaris and I'm not allowed to install any lib in it. Is there
a way to load the archive::zip lib dinamically, without installing
Hi All,
I have a .eml file which has either PDF/xls attachment,
I want to strip this attachment from .eml and store in the local hard drive.
I have tried it with the Email::Attachment::Stripper with no luck.
please help me in this.
Thanks,
siva
I am new to Perl and am running ActiveStatePerl on a Windows 7
machine. I am trying to get SSH to work but get the error:
The getpwuid function is unimplemented at C:/Perl/site/lib/Net/SSH/
Perl.pm line 110.
When I try to run the following script:
use Net::SSH::Perl ;
$scon = Net::SSH::Perl->n
Hello Uri,
Le Fri, 22 Jan 2010 22:08:38 -0500, Uri Guttman a écrit :
> > "FP" == Frédéric Perrin writes:
> FP> # This works
> FP> # use FRED1 qw/ fred1a /;
> FP> # use FRED2;
>
> you don't need to use FRED2 in the main program. only FRED1 needs to
> use it.
Yes, but that
Hello all,
how an I read the header of a disk device? I tried opening (function
open) the Device Special File and then read it (read function) , but I'm
not sure is the right way!!
Any suggestion?
Cheers,
Fabio
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For addition
Shlomi Fish wrote:
XML::Compile seems to be for SOAP, which is a subset of the general XML
functionality.
It looks to me like your reading problems are still not over. In its
documentation it says to be about "translate between XML and nested hashes".
And also about validation. And also abo
27 matches
Mail list logo