Hi all,
I’m relatively new to python. I’m using a process simulation package which is stuck in the past unfortunately – it would not support any version older than python 2.2. This fairly frustrating as you can imagine.
This means I cannot use pyExcelerator or xlwt to create spreadsheets and write to excel. Unlike reading (using xlrd), there doesn’t seem to be any package library out there for writing that is supported in python 2.2.
I’m hoping someone would be kind enough to direct me to one. May be developers who have used python since the days of the 2.2 version might have something stored away somewhere!!!
Your help is highly appreciated
Satti
I’m relatively new to python. I’m using a process simulation package which is stuck in the past unfortunately – it would not support any version older than python 2.2. This fairly frustrating as you can imagine.
This means I cannot use pyExcelerator or xlwt to create spreadsheets and write to excel. Unlike reading (using xlrd), there doesn’t seem to be any package library out there for writing that is supported in python 2.2.
I’m hoping someone would be kind enough to direct me to one. May be developers who have used python since the days of the 2.2 version might have something stored away somewhere!!!
Your help is highly appreciated
Satti
Comment