Hi, even though I have installed pyxll jupyter and the pyxll add in is loaded in excel, the Jupyter icon is not appearing in the Pyxll tab in excel?? could you help
You can do that using the Excel API, which is the same as you would call from VBA - see www.pyxll.com/docs/userguide/vba.html for details. For example, you might do "xl_app().Workbooks.Open('filename')" to do what you need. If you need more help you can contact our support team via our website!
Hi, even though I have installed pyxll jupyter and the pyxll add in is loaded in excel, the Jupyter icon is not appearing in the Pyxll tab in excel?? could you help
Hi! Sorry you’re having problems! Try checking the log file, and if you need help please contact our support (details on the website)
Can you please tell how to open particular workbook in python using pyxll
You can do that using the Excel API, which is the same as you would call from VBA - see www.pyxll.com/docs/userguide/vba.html for details. For example, you might do "xl_app().Workbooks.Open('filename')" to do what you need. If you need more help you can contact our support team via our website!
I don't think it will work on Macbook!