About 191,000 results
Open links in new tab
  1. Python: Access embedded OLE from Office/Excel document …

    Apr 1, 2017 · In step (1) it uses API to embed a given text file to the excel document. The text file was created before with content "TEST123" using a text editor. Afterwards in step (2) it tries to …

  2. excel automation using python - Stack Overflow

    Feb 20, 2019 · I am trying to write a function to read data from excel file using python. My function should read rows from excel sheet one at a time. Below is my code which will print 1st row. …

  3. linux - Automating Excel macro using python - Stack Overflow

    Feb 23, 2015 · I am using python in Linux to automate an excel. I have finished writing data into excel by using pyexcelerator package. Now comes the real challenge. I have to add another …

  4. Excel automation with python - Stack Overflow

    I have been working with excel vba for some period of time related with automation. Now I am planning to upgrade to python. I did a little bit of research on how to implement automation …

  5. Automation Excel from Python - Stack Overflow

    Use python to manipulate Excel (with its add-ins) and use its functions without opening Excel? If I need to open Excel, I need to automate that task of executing the script every day, or in …

  6. How to write to an Excel spreadsheet using Python?

    OpenPyxl is quite a nice library, built to read/write Excel xlsx/xlsm files. The other answer, referring to it is using the depreciated function get_sheet_by_name(). This is how to go without …

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

    Sep 18, 2015 · Hi Scanny, Thanks for your answer. I won't mind recreating charts with python-pptx even though I doubt python-pptx offers the same level of sophistication in terms of …

  8. 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 …

  9. Running an Excel macro via Python? - Stack Overflow

    Oct 27, 2013 · cos im not using excel often (same with vb or macros, but i need it to use femap with python) so i finaly resolved it checking macro list: Developer -> Macros: there i saw that: …

  10. Compare 2 excel files using Python - Stack Overflow

    May 9, 2016 · I have two xlsx files as follows: value1 value2 value3 0.456 3.456 0.4325436 6.24654 0.235435 6.376546 4.26545 4.264543 7.2564523 and value1 value2 value3 0.456 …