python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get existing pivot table names and modify them using xlwings?
I am using xlwings(python3) to automate an excel report, need to find a way to get the names of all the existing pivot tables on a given sheet and then change the source data for it, but can't find an...
Raul Gomez
Votes: 0
Answers: 1
Error using xlwings package with streamlit
I have a streamlit app that allow user to read excel file and try to split each sheet into a different workbook for this I am using the xlwings package when I try to debug the code it crash and displ...
Ghgh Lhlh
Votes: 0
Answers: 2
how does one use xlwings UDFs in standalone mode?
i followed the instructions to setup the standalone myproject.xlsm and myproject.py file with the hello UDF inside but the UDF is not loading. How do I get it to load? The documentation only specifies...
deep_butter
Votes: 0
Answers: 0
Insert picture to specific worksheet and cell with XLWINGS .pictures.add()
I'm attempting to generate an image from a pyplot and place that image in a specific cell on a specific worksheet in Excel using xlwings. I've successfully generated the image and placed it on a works...
mhelvajian
Votes: 0
Answers: 1