About 289,000 results
Open links in new tab
  1. python - Differences between xlwings vs openpyxl Reading Excel ...

    You are correct in that xlwings relies on pywin32, whereas openpyxl does not. openpyxl A ".xlsx" excel file is essentially a zip-file containing multiple XML files formatted according to …

  2. how to make xlwings faster or find another alternative?

    Dec 22, 2020 · If someone have the same problem looping through cells with openpyxl is faster than xlwings. "If ws.cell (row=row, column=col).fill.start_color.tint==0.0" can help you find the …

  3. How to suppress "Update Links" Alert with xlwings

    5 I am interfacing with Excel files in Python using the xlwings api. Some Excel files I am interacting with have old links which cause a prompt to appear when the file is opened asking …

  4. excel - How do I programmatically (via Python/xlWings) add axes …

    Oct 15, 2024 · Xlwings is aka as 'VBA for Excel' using Python. If you don't know what function (s) to use in Xlwings; in Excel, record a macro while executing the required steps and look at the …

  5. Newest 'xlwings' Questions - Stack Overflow

    Sep 12, 2025 · Using xlwings, I am connecting to Snowflake and extracting a Pandas dataframe. The dataframe is a mixture of text, dates, and floats, which I have verified by using df.to_excel.

  6. excel - How to insert new row - xlwings - Stack Overflow

    Jul 25, 2017 · I figured out how this can be done. Unfortunately xlwings doesn't seem to have the functionality built in, but it's possible to do using the API. This is how I inserted a new row: …

  7. Create a Drop down list using XLWings in Python - Stack Overflow

    Apr 11, 2021 · Create a Drop down list using XLWings in Python Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 3k times

  8. XLwings - Can't get Excel application to quit even with kill () method

    Mar 29, 2020 · xlwings currently needs at least 1 workbook open to be able to talk to the application instance. So quit or kill your app before you close the last workbook.

  9. excel - Python Xlwings Not Running - Stack Overflow

    Sep 28, 2020 · 0 I encountered the same issue. For me it was the version of xlwings installed in conda environment. The force upgrade was done with conda install -c conda-forge xlwings. …

  10. Not able to open or call the current open file with xlwings

    Aug 11, 2024 · From the xlwings code, there is is only one place the variable mountPoint is set and that is in the Xlwings utils.py file; for url_namespace, mount_point in url_to_mount.items …