Comment 1 for bug 191687

Revision history for this message
Johannes Sasongko (sjohannes) wrote :

Yes, it's because of the Turkish "i" problem.

Can you try something? In the file xl/library.py, find this line:

cols = globals()['%s%s' % (prep, table.upper())]

and change "table.upper()" to just "table"