Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Openpyxl
#1
Rather simple question: I already opened an Excel file.
How do I address it in Openpyxl?
Reply
#2
You can find all you need to know about openpyxl here: https://openpyxl.readthedocs.io/en/stable/
Reply
#3
The thing is that I actually couldn't find an answer there either.
Or am I in the wrong place to ask about Openpyxl? Found some other posts on this forum, so...
Reply
#4
Quote:The thing is that I actually couldn't find an answer there either.

What have you tried so far?
post code.
Show where you are having a problem in your code, and we will be glad to help
Reply
#5
It seems that you are trying to interact with a running instance of an office software by using Python. I don't think openpyxl can do that. You could have a look into PyUno for OpenOffice or LibreOffice and also perhaps explore some packages in pypi such as unotools for example.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020