Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.07 KB

File metadata and controls

23 lines (14 loc) · 1.07 KB

Python in Excel

It is often necessary to perform routine work of handling Excel files. Sometimes you just need to apply not complex formula and store the result.

"Python in Excel" allows you to automate this process using Python scripts.

Getting started

Getting started with Git and GitHub

Documentation

Libraries used

  • IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.
  • NPOI is an open source project which can help you read/write xls, doc, ppt files. It has a wide application.
  • SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript.