Работа с .xls файлами на Python
Помнится недавно подымали этот вопрос. И ответом было - использовать win32 COM.
Нашел сегодня решение под Unix/Linux:
pyExcelerator
Generating Excel 97+ files with Python 2.4+ (need decorators), importing Excel 95+ files, support for UNICODE in Excel files, using variety of formatting features and printing options, Excel files and OLE2 compound files dumper. No need in Windows/COM
В составе его есть утилитка xls2csv.py
Потестил ее под FreeBSD - работет.
Может кому-то пригодится.
Нашел сегодня решение под Unix/Linux:
pyExcelerator
Generating Excel 97+ files with Python 2.4+ (need decorators), importing Excel 95+ files, support for UNICODE in Excel files, using variety of formatting features and printing options, Excel files and OLE2 compound files dumper. No need in Windows/COM
В составе его есть утилитка xls2csv.py
Потестил ее под FreeBSD - работет.
Может кому-то пригодится.
