https://github.com/microsoft/python-in-excel
Python in Microsoft Excel
https://github.com/microsoft/python-in-excel
Last synced: 8 days ago
JSON representation
Python in Microsoft Excel
- Host: GitHub
- URL: https://github.com/microsoft/python-in-excel
- Owner: microsoft
- License: mit
- Created: 2023-08-16T22:49:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:25:33.000Z (6 months ago)
- Last Synced: 2025-04-08T10:12:15.138Z (9 days ago)
- Size: 203 KB
- Stars: 547
- Watchers: 24
- Forks: 38
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- jimsghstars - microsoft/python-in-excel - Python in Microsoft Excel (Others)
README
# Python in Excel
Python in Excel is a new feature that allows you to natively combine Python and Excel analytics within the same workbook. With Python in Excel, you can type Python code directly into a cell, the Python calculations run in the Microsoft Cloud, and your results are returned to the worksheet, including plots and visualizations.
Python in Excel leverages Anaconda Distribution for Python running in Azure, which includes the most popular Python libraries (e.g. pandas, Matplotlib, scikit-learn, etc.), and is securely built, tested, and supported by Anaconda. Python code used by Excel runs on the Microsoft Cloud with enterprise-level security as a compliant Microsoft 365 connected experience. The Python code runs in its own hypervisor isolated container using Azure Container Instances and secure, source-built packages from Anaconda through a secure software supply chain.
## Get Started with Python in Excel
Python in Excel is generally available now! To learn more about versions, channels, and build specifics, refer to our help article.
[Python in Excel Availability](https://support.microsoft.com/en-us/office/python-in-excel-availability-781383e6-86b9-4156-84fb-93e786f7cab0)
![alt text]()## How to provide feedback
Please log any issues or provide feedback by opening a new Issue on this repository.
## How to learn more
You can learn more about how to use Python in Excel by visiting the following resources:
- [Python in Excel blog post](https://aka.ms/PythoninExcelAvailableNow)
- [Getting started with Python in Excel](https://support.microsoft.com/en-us/office/getting-started-with-python-in-excel-a33fbcbe-065b-41d3-82cf-23d05397f53d)
- [Learn more about the Anaconda Distribution for Python used by Python in Excel](https://www.anaconda.com/excel)
- [Learn more about our Data Security for Python in Excel](https://support.microsoft.com/office/data-security-and-python-in-excel-33cc88a4-4a87-485e-9ff9-f35958278327)## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.