Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
67 views

As written in the title, im looking for a way to interact with a web embedded inside a PySide6 window. Right now i have a pyside6 GUI which connects to an excel page (xlwings library) to extract the ...
4 votes
0 answers
145 views

I’m using xlwings to read an Excel sheet into a pandas DataFrame with the built-in pd.DataFrame converter. Some of my columns contain mixed data (e.g. IDs or codes like 123, 00123, ABCD). When I read ...
0 votes
0 answers
101 views

I use xlwings server, installed it as described here: , it runs on one of the VMs of my server. On another VM (Win Server 2025) I installed python, xlwings, xlwing addin and other dependencies. In the ...
0 votes
0 answers
98 views

I have a main Excel workbook containing array formulas, which reference data from several sub-workbooks (or sheets). The workflow is as follows: The main workbook initially does not contain the sub-...
1 vote
2 answers
143 views

I am in the process of porting over some python excel automation scripts to work on MacOS (previously they were run on windows, and used the pywin32 library to "refresh" an excel file - the ...
NicLovin's user avatar
  • 375
0 votes
2 answers
101 views

I'm currently working on a project where I need to open an .xlsm Excel file through my code. However, I keep running into the following error: öffnen Traceback (most recent call last): File "C:\...
0 votes
1 answer
65 views

I try to copy the picture cells in column B using xlwings with the following code-snippet to first read all the images: import os import sys import xlwings as xw path = os.path.abspath(os.path....
Rapid1898's user avatar
  • 1,569
1 vote
2 answers
155 views

I am using xlwings Lite addin with Excel 2021. Is there any way to get the path of Excel file from xlwings Lite? I tried to use os.getcwd() function, but it returns python working directory. Thanks,
0 votes
1 answer
75 views

I am trying to access an excel which is stored in sharepoint. I am opening that particular file runs_excel after closing all excel instances from Task Manager. This used to work since the last six ...
0 votes
2 answers
239 views

I'm facing an issue while pushing data into Excel using Python. I need to write a string like "4/10" to a cell, but Excel automatically converts it into a date. However, "4/10" is ...
1 vote
1 answer
288 views

Overview I have a python script opens an excel workbook, makes some changes, then saves it. This is just one step in a series of excel processing operations, most of which are written in R. My end ...
0 votes
1 answer
98 views

I have an Excel workbook that uses an xlwings RunPythonScript() call to an external python script. As I want to run this python script outside of my vdev I've installed pipx and through pipx installed ...
webby's user avatar
  • 11
0 votes
0 answers
64 views

Trying to install xlwings on a mac. MacOS Sonoma, version 14.7.1. Python 3.12. Installed through Anaconda. I get the error message XlwingsError: Make sure to have "appscript" and "...
Willem's user avatar
  • 61
0 votes
0 answers
79 views

I'm currently automating a process using python and xlwings and need to clear any AutoFilters in a target excel worksheet. I've seen numerous samples that refer to using if wb.sheets[sheetname].api....
webby's user avatar
  • 11
0 votes
0 answers
75 views

I am trying to automate a process where we need to import data from MySQL Database in to a ListObject (Ms.Excel Table). Environment: Ms.Office Professional 2021 Windows 10 pro Python 3.12.1 The code ...
Ahmed's user avatar
  • 295

15 30 50 per page
1
2 3 4 5
...
76

AltStyle によって変換されたページ (->オリジナル) /