Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xslx export broken with TypeError: cell() takes at least 3 arguments (2 given) #4

Open
pbauer opened this issue Mar 27, 2018 · 0 comments

Comments

@pbauer
Copy link
Member

pbauer commented Mar 27, 2018

To fix this issue you need to add this version-pinn: openpyxl = 2.4.9 untill a new version of tablib is released (currently it is at version 0.11.5).

Here is the traceback:

Traceback (innermost last):
  Module ZPublisher.Publish, line 138, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module Products.PDBDebugMode.runcall, line 70, in pdb_runcall
  Module ZPublisher.Publish, line 48, in call_object
  Module collective.contentexport.browser.export, line 192, in __call__
  Module tablib.formats._xlsx, line 43, in export_set
  Module tablib.formats._xlsx, line 122, in dset_sheet
TypeError: cell() takes at least 3 arguments (2 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant