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

warn("Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead") #38

Open
zsong opened this issue Oct 20, 2017 · 3 comments
Assignees
Labels

Comments

@zsong
Copy link

zsong commented Oct 20, 2017

/venv/lib/python3.4/site-packages/openpyxl/worksheet/worksheet.py:303: UserWarning: Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead
warn("Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead")

Can't export.

@Benny- Benny- self-assigned this Oct 20, 2017
@Benny- Benny- added the bug label Oct 20, 2017
@Benny-
Copy link
Owner

Benny- commented Oct 21, 2017

I have confirmed this warning. The problem about being unable to export was not reproducible. I could see exported files with content. How do you run the command (please give parameters)?

This warning comes from how the tablib lib uses another library: https://github.com/kennethreitz/tablib/issues/298

I'm a bit doubtful about upgrading my dependencies (if tablib releases a fixed version) as this only seems to be a deprecation warning.

@0x0Koda
Copy link

0x0Koda commented Nov 3, 2017

I'm also getting this error
tablib=12.1
openpyxl=2.4.9
python 3.5
yahoo-ticker-downloader=2.4.1

python.exe YahooTickerDownloader.py stocks -E AX -m au

running from command line inside fresh virtual env

@Benny-
Copy link
Owner

Benny- commented Nov 13, 2017

@DaneEdwards , Thank you for the detailed versions and the way it is called. Can you confirm if it terminates right away? If so can you provide a full console log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants