xlwings zurich python user group meetup

5

Click here to load reader

Upload: zoomer-analytics-llc

Post on 04-Jul-2015

259 views

Category:

Data & Analytics


1 download

DESCRIPTION

xlwings and ExcelPython offer an alternative to program Excel with Python instead of with VBA. xlwings offers the possibility to creat cross-platform spreadsheet tools

TRANSCRIPT

Page 1: xlwings Zurich Python User Group Meetup

xlwings & ExcelPython Zurich Python User Group Meetup

4 September 2014 Felix Zumstein

Page 2: xlwings Zurich Python User Group Meetup

8 Years in Banking

Startup (Feb 2014)

About Me

2

Page 3: xlwings Zurich Python User Group Meetup

Goals

• Open-source (liberal license) • Portability/Deployment: Lightweight, no admin rights • Flexibility: regarding Versions, Architectures, IDEs, Python distros • Cross-platform

3

Page 4: xlwings Zurich Python User Group Meetup

xlwings (Win & Mac) •  Interactive Use • VBA Macro replacement

4

ExcelPython (Win only) • UDFs: User Defined Formulas • Ability to expose functions from existing libraries as array formulas (e.g. NumPy)

Page 5: xlwings Zurich Python User Group Meetup

xlwings.org

5

ExcelPython: GitHub