Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganesshkumar/obsidian-excel-to-markdown-table
An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
https://github.com/ganesshkumar/obsidian-excel-to-markdown-table
apple-numbers clipboard excel google-sheets libreoffice-calc markdown microsoft-excel obsidian obsidian-md obsidian-plugin plugin
Last synced: 2 months ago
JSON representation
An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
- Host: GitHub
- URL: https://github.com/ganesshkumar/obsidian-excel-to-markdown-table
- Owner: ganesshkumar
- License: mit
- Created: 2022-02-01T04:05:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T06:38:12.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:18:00.790Z (5 months ago)
- Topics: apple-numbers, clipboard, excel, google-sheets, libreoffice-calc, markdown, microsoft-excel, obsidian, obsidian-md, obsidian-plugin, plugin
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 195
- Watchers: 7
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - ganesshkumar/obsidian-excel-to-markdown-table - An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor. (TypeScript)
README
# Obsidian Excel to Markdown Table
![Excel to Markdown Banner](https://user-images.githubusercontent.com/2135089/153448883-7ff1b12a-aaca-4eb5-b1e3-4bc227481d04.gif)
[![Tag 0.2.2](https://img.shields.io/badge/tag-0.2.2-blue)](https://github.com/ganesshkumar/obsidian-excel-to-markdown-table/releases/tag/0.2.2)
[![MIT License](https://img.shields.io/github/license/ganesshkumar/obsidian-excel-to-markdown-table)](LICENSE)
![Maintainability](https://img.shields.io/codeclimate/maintainability-percentage/ganesshkumar/obsidian-excel-to-markdown-table)
![Code Issues](https://img.shields.io/codeclimate/issues/ganesshkumar/obsidian-excel-to-markdown-table?label=code%3Aissues)
![Tech Debt](https://img.shields.io/codeclimate/tech-debt/ganesshkumar/obsidian-excel-to-markdown-table)An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
## Demo
You can paste the copied data in the clipboard by one of the following methods.
| # | Name | Method | Notes |
|---|------|--------|-------|
|1| Pasting |`Ctrl/Cmd + V` | will paste only table with two or more columns |
|2| Hotkey |`Crtl/Cmd + Alt + V` | will paste table with one column as well
reassign the Hotkey from settings if needed |
|3| Command Palette |`Ctrl/Cmd + P` > `Excel to Markdown` | will paste table with one column as well |![Obsidian Excel to Markdown Table](https://user-images.githubusercontent.com/2135089/153027044-d1b91515-d5ea-4624-ace1-654c4ceccdc1.gif)
## Installation
### From Obsidian
1. Open `Settings` > `Third-party plugin`
2. Make sure Safe mode is **off**
3. Click `Browse community plugins`
4. Search for this plugin
5. Click `Install`
6. Once installed, enable this plugin and close the community plugins window and the plugin is ready to use.### From GitHub
1. Download the Latest Release from the Releases section of the GitHub Repository
2. Put files to your vault's plugins folder: `/.obsidian/plugins/obsidian-excel-to-markdown-table`
3. Reload Obsidian
4. If prompted about Safe Mode, you can disable safe mode and enable the plugin.
Otherwise, head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.> Note: The `.obsidian` folder may be hidden. On macOS, you should be able to press `Command+Shift+Dot` to show the folder in Finder.
## License
[MIT](LICENSE)## Acknowledgements
- [vscode-excel-to-markdown-table](https://github.com/csholmq/vscode-excel-to-markdown-table)
- [copy-excel-paste-markdown](https://github.com/thisdavej/copy-excel-paste-markdown)---
If you like my work, you could consider buying me a coffee. It is unnecessary, but appreciated 🙂