Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/py-excel-driver
Python Excel Driver
https://github.com/nickderobertis/py-excel-driver
Last synced: 10 days ago
JSON representation
Python Excel Driver
- Host: GitHub
- URL: https://github.com/nickderobertis/py-excel-driver
- Owner: nickderobertis
- License: mit
- Created: 2019-08-13T06:36:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:01:53.000Z (about 2 years ago)
- Last Synced: 2024-12-08T06:10:21.767Z (about 2 months ago)
- Language: Python
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# exceldriver
## Overview
This is a tool used to work with Excel from Python. It currently mainly handles starting and stopping
excel, and getting the active excel instance and workbook so that COM commands can be run on them.## Links
See the
[documentation here.](https://nickderobertis.github.io/py-excel-driver/)