About 50 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 Microsoft's OOXML …

  2. python - Create a Pivot Table Using xlwings - Stack Overflow

    Oct 29, 2024 · I debugged using the xlwings debugger, the code always exit the debugger each time the line pivot table is processed. I modified the line where I added

  3. A whole sheet into a pandas dataframe with xlwings

    I would like to use the same method using xlwings. In fact, my Workbook is already open and I don't want to use read_excel function (witch will take too long to execute by the way) but use the power of …

  4. pip - installing python xlwings module - Stack Overflow

    Jun 25, 2021 · I am trying to get the xlwings module working in python. I installed it yesterday, but have the following problem: When I update the package, it confirms that my version is the latest version, …

  5. xlwings: Delete a col | row from Excel - Stack Overflow

    xlwings: Delete a col | row from Excel Asked 8 years, 10 months ago Modified 4 years, 5 months ago Viewed 16k times

  6. excel - How to get/set the colour of the worksheet tab using xlwings in ...

    Jul 7, 2022 · You can do with the xlwings api and set the color using the Excel colour number if you know it; E.g. 255 Red 65280 Green 16711680 Blue or the RBG colour code or use the colour index

  7. Can't fully remove xlwings addin from Excel - Stack Overflow

    If you still have xlwings installed, you can run xlwings addin remove. If not and you installed the add-in by using xlwings addin install, it was placed in the XLSTART folder. To find out where that is, open …

  8. Unable to install XLWings add-in into Excel? - Stack Overflow

    Aug 18, 2017 · The documentation states: "To install the add-in, it’s easiest to use the command line client: xlwings addin install." Typing this into command prompt doesn't work, even when I changed …

  9. Adding formula to a column of a table using xlwings

    Feb 2, 2024 · I am trying to automate an Excel sheet using Xlwings that has 2 tables. I want to add a formula to the performance column of both tables such that If I input new data into the table it …

  10. python - RefreshAll in excel file with xlwings - Stack Overflow

    Dec 20, 2018 · I wanted to RefreshAll database connections in a number of excel files but i didn't want to run an Excel macro from within python. I just wanted one line of xlwings code. I looked everywhere …