Python Forum
Openpyxl issues - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Openpyxl issues (/thread-3879.html)



Openpyxl issues - DodoMerlin - Jul-04-2017

Hey all!
I'm a beginner in python and I want to make a program that could analyse Excel sheets.
I just got some troubles because I want to make the program searching for all
cells with a zero value and change it with an average...I have no idea how to code this...
anyone can help me!!? :(

Thanks!


RE: Openpyxl issues - sparkz_alot - Jul-04-2017

Judging from the title of your thread, I would suggest starting with the openpyxl documentation.

Next I would refer you to our Help Document on how to properly as a question.