183
Microsoft is bringing Python to Excel
(www.theverge.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
As someone who is learning python, this is exactly what I was learning to code for. Are there any known resources or courses that specifically teach about python for excel or what you should learn t for this application? Libraries & dictionaries seem like a good start?
I'm guessing the features for reading csv will be important. So I would look at Automate the Boring Stuff with Python.
Cool, thanks for the suggestion!
There are some very good libraries for using Python with Excel. The creator of xlwings wrote a book: Python for Excel.
My favorite library is pandas, which can integrate with other libraries to edit Excel.