Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deanishe/i-sheet-you-not
Automagically turn Excel spreadsheets into Alfred 3 Workflows
https://github.com/deanishe/i-sheet-you-not
alfred alfred-workflow excel generator search spreadsheets
Last synced: 6 days ago
JSON representation
Automagically turn Excel spreadsheets into Alfred 3 Workflows
- Host: GitHub
- URL: https://github.com/deanishe/i-sheet-you-not
- Owner: deanishe
- License: other
- Created: 2016-07-26T21:27:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T06:36:01.000Z (over 5 years ago)
- Last Synced: 2024-08-02T07:09:49.791Z (3 months ago)
- Topics: alfred, alfred-workflow, excel, generator, search, spreadsheets
- Language: Python
- Homepage: https://www.deanishe.net/i-sheet-you-not/
- Size: 12 MB
- Stars: 67
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I Sheet You Not
===============Create auto-updating [Alfred 3][alfred] workflows from Excel worksheets.
![I Sheet You Not demonstration][demo]
I Sheet You Not is a workflow generator/template for [Alfred 3][alfred].
It reads data from an Excel workbook and displays it in Alfred. You can specify
which rows and columns the data are read from, and changes to the data are
picked up automatically by the workflow.Download and installation
-------------------------Download the workflow from [GitHub releases][gh-releases] and double-click
the downloaded `I-Sheet-You-Not-X.X.X.alfredworkflow` file to install in
Alfred.Usage
-----See [the documentation][doc] for instructions.
Licencing, thanks
-----------------This workflow is released under the [MIT licence][mit].
It is based on the [xlrd library for Python][xlrd], released under a [BSD-style licence][xlrd-licence].
The workflow icon is from [IconArchive.com][icon].
[alfred]: https://www.alfredapp.com/
[doc]: http://www.deanishe.net/i-sheet-you-not/
[demo]: doc/_static/demo.gif
[gh-releases]: https://github.com/deanishe/i-sheet-you-not/releases
[mit]: ./src/LICENCE.txt
[icon]: http://www.iconarchive.com/show/google-jfk-icons-by-carlosjj/spreadsheets-icon.html
[xlrd]: http://www.python-excel.org
[xlrd-licence]: https://github.com/python-excel/xlrd/blob/master/docs/licenses.rst