Could you just give me which version of openpyxl you're using ? The
save() method is not present on old releases. To be sure, just print
"openpyxl.__version__".
Thanks,
Eric
Le 27/07/11 21:39, Phil Woodworth a �crit :
__major__ = 1 # for major interface/format changes
__minor__ = 1 # for minor interface/format changes
__release__ = 0 # for tweaks, bug-fixes, or development
__version__ = '%d.%d.%d' % (__major__,
__minor__,
__release__)
Hi Phil,
nice to hear it works for you :)
Could you just give me which version of openpyxl you're using ? The
save() method is not present on old releases. To be sure, just print
"openpyxl.__version__".
Thanks,
Eric
Le 27/07/11 21:39, Phil Woodworth a écrit :
Hi Phil,
nice to hear it works for you :)
Could you just give me which version of openpyxl you're using ? The
save() method is not present on old releases. To be sure, just print
"openpyxl.__version__".
Thanks,
Eric
Le 27/07/11 21:39, Phil Woodworth a écrit :
Let me know if that works better. On a side note, if you're doing
serious data mining, I suggest you have a look at the optimized reader
described here : http://packages.python.org/openpyxl/optimized.html
which is only available since version 1.5.
Cheers,
Eric
Le 27/07/11 22:33, Phil Woodworth a �crit :
> I was going to mention that under:
>
> \openpyxl\writer\excel.py
>
> "save" is defined there.
>
> Anyway, if there is newer version, please point me to it.
>
> Thanks,
>
> Phil
>
> On Wed, Jul 27, 2011 at 2:51 PM, Eric Gazoni <eric....@gmail.com> wrote:
>
>> Hi Phil,
>> nice to hear it works for you :)
>>
>> Could you just give me which version of openpyxl you're using ? The
>> save() method is not present on old releases. To be sure, just print
>> "openpyxl.__version__".
>>
>> Thanks,
>> Eric
>>
>> Le 27/07/11 21:39, Phil Woodworth a �crit :
You've got the 1.1.0 version, save() might not work properly at that
point. You can get the latest version by using "easy_install -U
openpyxl" or download a new version from
https://bitbucket.org/ericgazoni/openpyxl/get/tip.zip
Let me know if that works better. On a side note, if you're doing
serious data mining, I suggest you have a look at the optimized reader
described here : http://packages.python.org/openpyxl/optimized.html
which is only available since version 1.5.
Cheers,
Eric
Le 27/07/11 22:33, Phil Woodworth a écrit :
> I was going to mention that under:
>
> \openpyxl\writer\excel.py
>
> "save" is defined there.
>
> Anyway, if there is newer version, please point me to it.
>
> Thanks,
>
> Phil
>
> On Wed, Jul 27, 2011 at 2:51 PM, Eric Gazoni <eric....@gmail.com> wrote:
>
>> Hi Phil,
>> nice to hear it works for you :)
>>
>> Could you just give me which version of openpyxl you're using ? The
>> save() method is not present on old releases. To be sure, just print
>> "openpyxl.__version__".
>>
>> Thanks,
>> Eric
>>
>> Le 27/07/11 21:39, Phil Woodworth a écrit :
Le 27/07/11 23:11, Phil Woodworth a �crit :
> got it, loaded it, worked.
>
> Again,
>
> Thanks
>
> On Wed, Jul 27, 2011 at 4:08 PM, Phil Woodworth <woodm...@gmail.com>wrote:
>
>> Perfect,
>>
>> Thanks
>>
>> On Wed, Jul 27, 2011 at 3:38 PM, Eric Gazoni <eric....@gmail.com>wrote:
>>
>>> You've got the 1.1.0 version, save() might not work properly at that
>>> point. You can get the latest version by using "easy_install -U
>>> openpyxl" or download a new version from
>>> https://bitbucket.org/ericgazoni/openpyxl/get/tip.zip
>>>
>>> Let me know if that works better. On a side note, if you're doing
>>> serious data mining, I suggest you have a look at the optimized reader
>>> described here : http://packages.python.org/openpyxl/optimized.html
>>> which is only available since version 1.5.
>>>
>>> Cheers,
>>> Eric
>>>
>>> Le 27/07/11 22:33, Phil Woodworth a �crit :
>>> > I was going to mention that under:
>>>> \openpyxl\writer\excel.py
>>>>
>>>> "save" is defined there.
>>>>
>>>> Anyway, if there is newer version, please point me to it.
>>>>
>>>> Thanks,
>>>>
>>>> Phil
>>>>
>>>> On Wed, Jul 27, 2011 at 2:51 PM, Eric Gazoni <eric....@gmail.com>
>>> wrote:
>>>>> Hi Phil,
>>>>> nice to hear it works for you :)
>>>>>
>>>>> Could you just give me which version of openpyxl you're using ? The
>>>>> save() method is not present on old releases. To be sure, just print
>>>>> "openpyxl.__version__".
>>>>>
>>>>> Thanks,
>>>>> Eric
>>>>>
>>>>> Le 27/07/11 21:39, Phil Woodworth a �crit :