About 195,000 results
Open links in new tab
  1. Python-based automation of Outlook using data from an Excel file …

    Sep 5, 2022 · If you need to preserve formatting from Excel you may copy the table to the clipboard and then paste it using the Word object model. Be aware, The Outlook object model …

  2. Compare 2 excel files using Python - Stack Overflow

    May 9, 2016 · Compare 2 excel files using Python Asked 9 years, 5 months ago Modified 1 year ago Viewed 128k times

  3. Python: Access embedded OLE from Office/Excel document …

    Apr 1, 2017 · I want to add and extract files from an Office/Excel document using Python. So far adding things is easy but for extracting I haven't found a clean solution. To make clear what …

  4. Charts from Excel to PowerPoint with Python - Stack Overflow

    Sep 18, 2015 · I am sure there is a way to do this using VBA. But, I was wondering if there is a way to do this using Python. Is there a way to put xlsxwriter chart objects into powerpoints ? I …

  5. Setting sensitivity label for excel file using python

    Nov 22, 2021 · I was trying to load a dataframe into an excel template using openpyxl and save it at the highest sensitivity setting. The template has 5 levels of sensitivity set by the Microsoft …

  6. How to programmatically set Excel Sensitivity Labels using Python ...

    Oct 19, 2021 · This caused a disruption to my automated py codes to generate personalised excel files. Besides using Excelwriter to write into the file, i also use win32com to password protect …

  7. Manipulate Excel file on Sharepoint using Python

    I have a SharePoint system with authentication automatic. So, I need to read, create, edit some Excel files from this Sharepoint. No, I don't want download it and manipulate in local. I need to r...

  8. How to read SharePoint Online (Office365) Excel files in Python …

    Jan 24, 2018 · 0 A solution with the code is also located here: Read sharepoint excel file with python pandas Note you need to get the right url, and on windows is to open the excel file from …

  9. What is the best library in python to deal with excel files?

    I have big excel with lot of sheets and formulas interlinked within the sheets. I need to populate input in one sheet using the code and recalculate all the formulas to get my output from …

  10. Using PasteExcelTable to copy Excel data to the body of an …

    Jul 14, 2019 · I know this could be accomplished with VBA, but I want to use Python and to see whether PasteExcelTable will work for this. If it is not possible, I will capture an image of the …