Re: Spreadsheet::WriteExcel - multi-coloured text in cells

2013-06-04 Thread Jenda Krynicky
From: "Dr.Ruud" > On 15/05/2013 21:35, David Precious wrote: > > On Wed, 15 May 2013 10:34:02 +0100 > > Gary Stainburn wrote: > > >> Is it possible to write text cells where part of the string is > >> highlighted in red? If so, how can I do it? > > > > I'm fairly sure the format of a cell applie

Re: Spreadsheet::WriteExcel - multi-coloured text in cells

2013-05-16 Thread Dr.Ruud
On 15/05/2013 21:35, David Precious wrote: On Wed, 15 May 2013 10:34:02 +0100 Gary Stainburn wrote: Is it possible to write text cells where part of the string is highlighted in red? If so, how can I do it? I'm fairly sure the format of a cell applies to the whole content of that cell - can

Re: Spreadsheet::WriteExcel - multi-coloured text in cells

2013-05-15 Thread David Precious
On Wed, 15 May 2013 10:34:02 +0100 Gary Stainburn wrote: > Is it possible to write text cells where part of the string is > highlighted in red? If so, how can I do it? I'm fairly sure the format of a cell applies to the whole content of that cell - can you do what you're asking for in Excel or s

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Chas Owens
On 7/16/07, a_arya2000 <[EMAIL PROTECTED]> wrote: Thanks for your extra ordinary help guys. Actually, I already run similar type of script which created a spreadsheet with maximum member of rows and columns, the file size was 136 MB, it worked fine. Now you can conclude there is something wrong w

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread a_arya2000
Thanks for your extra ordinary help guys. Actually, I already run similar type of script which created a spreadsheet with maximum member of rows and columns, the file size was 136 MB, it worked fine. Now you can conclude there is something wrong with my script. However, when the script read a txt

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Chas Owens
On 7/16/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 7/16/07, a_arya2000 <[EMAIL PROTECTED]> wrote: > By the way, my file size around 22 MB so, is it > possible that Spreadsheet::WriteExcel::Big is not good > enough for this size? snip What follows is a test script you can use to determine if it

RE: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Ken Foskey
On Mon, 2007-07-16 at 14:23 -0700, a_arya2000 wrote: > I have like around 24K rows. Thank you. Sounds like a design problem. Use a database and connect the excel spreadsheet to that data source. Seems a lot easier. -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Chas Owens
On 7/16/07, a_arya2000 <[EMAIL PROTECTED]> wrote: By the way, my file size around 22 MB so, is it possible that Spreadsheet::WriteExcel::Big is not good enough for this size? snip What follows is a test script you can use to determine if it is your code or Spreadsheet::WriteExcel::Big (or possi

RE: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread a_arya2000
o: beginners@perl.org > > Cc: a_arya2000 > > Subject: Re: Spreadsheet::WriteExcel problem with > large file > > > > By the way, my file size around 22 MB so, is it > > possible that Spreadsheet::WriteExcel::Big is not > good > > enough for this size? >

RE: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Wagner, David --- Senior Programmer Analyst --- WGO
> -Original Message- > From: a_arya2000 [mailto:[EMAIL PROTECTED] > Sent: Monday, July 16, 2007 14:06 > To: beginners@perl.org > Cc: a_arya2000 > Subject: Re: Spreadsheet::WriteExcel problem with large file > > By the way, my file size around 22 MB so, is it >

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread a_arya2000
By the way, my file size around 22 MB so, is it possible that Spreadsheet::WriteExcel::Big is not good enough for this size? --- a_arya2000 <[EMAIL PROTECTED]> wrote: > Thank you very much for suggestions guys, I tried > using Spreadsheet::WriteExcel::Big but still having > the same issue. I am n

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Chas Owens
On 7/16/07, a_arya2000 <[EMAIL PROTECTED]> wrote: Thank you very much for suggestions guys, I tried using Spreadsheet::WriteExcel::Big but still having the same issue. I am not sure, what I am doing wrong. My file size is indeed more than 7 MB. Thank you, Partha Dhar Did you try the suggestion

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread a_arya2000
Thank you very much for suggestions guys, I tried using Spreadsheet::WriteExcel::Big but still having the same issue. I am not sure, what I am doing wrong. My file size is indeed more than 7 MB. Thank you, Partha Dhar --- Raja Vadlamudi <[EMAIL PROTECTED]> wrote: > Use Spreadsheet::Big module if

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Raja Vadlamudi
Use Spreadsheet::Big module if the file size happens to be larger than 7 MB. The latest Spreadsheet module will have this Big module integrated, but if you are using older version, then you need to use this Big module. On 7/16/07 8:46 AM, "Rob Dixon" <[EMAIL PROTECTED]> wrote: > a_arya2000 wrote

Re: Spreadsheet::WriteExcel problem with large file

2007-07-16 Thread Rob Dixon
a_arya2000 wrote: Hi, the problem is, when write large spreadsheets of 20,000 rows or so, the module finishes without error, but when I try to open the spreadsheet with Excel I get error messages about the spreadsheet being 'unrecoverably scrambled'. I've never had a problem with it except for t

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Hanson, Rob
#x27; Cc: [EMAIL PROTECTED] Subject: RE: Spreadsheet::WriteExcel Column width That is what I am currently doing. So $maxwidth= length $mylargeststring But if I then set the width to that length it does not work. Its still to short. Any ideas? -Original Message- From: Wagner, David ---

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Paul Kraus wrote: > That is what I am currently doing. > So $maxwidth= length $mylargeststring > But if I then set the width to that length it does not work. Its still > to short. > > Any ideas? > You might add a couple to the size of the length, but otherwise I would do all my checking

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Paul Kraus
, August 21, 2003 3:46 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Spreadsheet::WriteExcel Column width Paul Kraus wrote: > Is there any way to set the column width to the be as wide as the > longest cell in that column? > > Paul Kraus

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Paul Kraus wrote: > Is there any way to set the column width to the be as wide as the > longest cell in that column? > > Paul Kraus $MyWorkSheet->set_column(Col1, Col2, widthdesired); Now to get width desired, need to do a length of the data being processed and save

RE: Spreadsheet::WriteExcel - Unix New line

2003-01-16 Thread Jenda Krynicky
From: "Dan Muey" <[EMAIL PROTECTED]> > I think unix uses \n and winders uses \n\r so you may need to use \n\r > or \r instead of \n It should be \r\n (also read CRLF). And Macs (the old ones) used \r. > From: Paul Kraus [mailto:[EMAIL PROTECTED]] > > I wrote a script that generates an excel f

RE: Spreadsheet::WriteExcel - Unix New line

2003-01-16 Thread Dan Muey
I think unix uses \n and winders uses \n\r so you may need to use \n\r or \r instead of \n Or someother line ending \f or?? Dan > -Original Message- > From: Paul Kraus [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 7:45 AM > To: Perl > Subject: Spreadsheet::WriteExcel -

RE: Spreadsheet::WriteExcel

2001-06-26 Thread John Edwards
I'm not sure about the problem you are having, you could try using the Win32::OLE module and some of the following code, this works fine for me. sub save_data { if ($ARGV[0] =~ /man/i) { print "Do you want to save the results as an Excel file?: "; chomp($an

Re: Spreadsheet::writeexcel HELP needed!

2001-05-16 Thread Carl Rogers
This worked for me... I found it in a book (so I'm not sure what happens and exactly why) while looking how to read from Excel workbooks. (First thing I need to do is upgrade my version of Perl, then I'll try the module you refer to below. Anyway, give this a try::: use Win32; use OLE; $exce