moccu / barbeque

Collection of tiny helpers and tools to make live easier.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

exporter error #17

Closed lenarother closed 7 years ago

lenarother commented 7 years ago

Hi!

When using action_export_factory for exporting xlsx one get: module 'openpyxl.cell' has no attribute 'get_column_letter'

This is because of compatibility with the current version of openpyxl. barbeque requirements for exporter does not specify the version:

[exporter]
openpyxl
stephrdev commented 7 years ago

I'd like to se an pull request which 1) defines a version range for openpyxl and 2) updates the code to work with the current version of openpyxl.

andreashug commented 7 years ago

Please also mention the dependency on openpyxl in the documentaion: https://barbeque.readthedocs.io/en/latest/exporter.html