Posted on 2008-09-24 13:50:00-07 by krindler
merge_range() error
Hello... I have had very minimal experience with perl, and we have some code on our system that is written in it. The person who originally developed the code has left the company and we are working on moving this code from one server to another. The version on the current server is .40, and it is 2.17 on the new server. I am getting an error regarding merge_range(). It seems like the error is caused from the original developer attempting to put code into a merged cell, after it has already been merged. The code that seems to be causing the issue is as follows: $worksheet1-> merge_range("H4:K4", "Period Beginning:" , $format_no_right_border_italic); $worksheet1-> write(3,"11", "07/26/2008" , $format_no_left_border); When I comment out the 2nd section of code (write, not merge_range), the .pl executes. If anyone has any ideas as to what I need to do to get this to work, or can point me in the direction of some good documetation, I would really appreciate it. Thanks in Advance!! Kelly Rindler
Direct Responses: 8865 | Write a response
Posted on 2008-09-24 14:12:01-07 by jmcnamara in response to 8864
Re: merge_range() error

Hi,

The official forum for Spreadsheet::WriteExcel is on Google Groups. Could you post your question there instead.

Thanks,

John.
--
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.