Thread

Posted on Mon Mar 12 21:54:27 2007 by randomio
Backwards compactible?
Hello, Is WriteExcel backwards compactible? meaning can the new version operate old code that was meant for a really old WriteExcel version? Just when I tried using something like add_format, it complained add_format wasnt there (instead there is addformat), and the person already using WriteExcel installed it ages ago. Is it safe to use the same old code if I updated WriteExcel? If there is any flaws in doing so please let me know, no matter how small they are. Thanks.
Direct Responses: 4548 | 4567 | Write a response
Posted on Tue Mar 13 00:22:19 2007 by jmcnamara in response to 4546
Re: Backwards compactible?

Semi-automated response:

Hi,

Can you please post your question to the Spreadsheet::WriteExcel Google-Group.

http://groups.google.com/group/spreadsheet-writeexcel

Thank you,

John.
--
Direct Responses: 4566 | Write a response
Posted on Wed Mar 14 20:44:45 2007 by randomio in response to 4548
Re: Backwards compactible?
Can you not just answer here? I've already signed up to this forum, but I can sign up to google groups at a later date hehe... please :-)
Write a response
Posted on Wed Mar 14 22:10:20 2007 by jmcnamara in response to 4546
Re: Backwards compactible?

Apart from add_format() and add_worksheet() the only thing that I can think of that isn't backwards compatible is that you can't currently use cell comments when you are using insert_bitmap().

John.
--
Direct Responses: 4569 | Write a response
Posted on Wed Mar 14 23:07:47 2007 by randomio in response to 4567
Re: Backwards compactible?
Hi John, I mean if I were to upgrade to the latest version would there be any errors from using his code as it is or would the old addformat's work still as they should normally? as well as having the updated add_format that I can use?

Don't think he used any bitmaps.

Don't worry if I have any further questions I will proceed to register to google groups, just currently looking a quick answer :-)
Direct Responses: 4570 | Write a response
Posted on Thu Mar 15 01:10:49 2007 by jmcnamara in response to 4569
Re: Backwards compactible?

Why not just try it.

Please post any follow-ups to the Google group.

John.
--
Write a response