0
Hello! I want to write code for connect VBA for Excel script. How I make this? Thank You!
6 Respuestas
+ 6
VBA is embedded into MS applications, so what exactly do you want to do? Write a code in a different language which would inject instructions into VBA environment in Excel or..?
+ 5
If just for reading, you may use pandas read_excel() method. Works like a charm, really (as everything in pandas :)
For xls data manipulation (also saving an .xls) openpyxl might do the trick.
0
Don't understand your question. Connect to Excel or connect from Excel? Also, what are you connecting to?
0
Duncan, connect to Excel, import tables as array to python script
0
Ok, I haven't been that adventurous just yet, so can't help with this one sorry.