Why on earth are you using pyExceleraturd?
Please try with xlwt, a directly compatible fork of pyExcelerator, and
see if it solves the problem:
http://pypi.python.org/pypi/xlwt
It may not, but you'll be in a much better place...
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
That won't help. pyExcelerator expects ';' -- the author (Roman V.
Kiseliov) used what applied in his locale). Recent versions of xlwt
allow either ',' or ';' (or a mixture in the same formula) as the list
separator.
The problem with the OP's VLOOKUP is that neither pyExcelerator nor xlwt
support references to external files in formulas.
Cheers,
John