I am new to python and its workings. I have an excel spreadsheet which was got using some VBA's. Now I want to invoke Python to do some of the jobs... My question then is: How can I use python script instead of VBA in an excel spreadsheet? An example of such will be appreciated.
feedback
|
|
Resolver One, or Dirigible: | |||
feedback
|
|
A simple google search brought me to a this site specifically talking about Excel and Python. It also includes this pdf giving a deep explanation of the packages and contains examples. | |||
|
feedback
|
|
I've always done the manipulation of Excel spreadsheets and Word documents with standalone scripts which use COM objects to manipulate the documents. I've never come across a good use case for putting Python into a spreadsheet in place of VBA. | |||
|
feedback
|