ljcoder2015_obsidian-excel/README.md
2024-05-08 14:59:00 +08:00

73 lines
2.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Obsidian Excel Plus Plugin
**[Obsidian-Excel-Plus](https://github.com/ljcoder2015/obsidian-excel-plus)** has been refactored using the [Univer](https://github.com/dream-num/univer) framework to replace `Obsidian-excel`.
- It is based on a Canvas rendering engine and a formula engine, supports Web Worker, ensuring high performance while also supporting large-scale data processing.
- The core features and capabilities of Univer are provided through plugins, making it easy to extend.
> Due to the use of a new architecture, files created with the `obsidian-excel` plugin are not compatible.
**Online demo: https://univer.ai/examples/sheets/**
**Discord: https://discord.gg/fufpbG4tJg**
# Obsidian Excel Plugin
> ### The Obsidian-Excel plugin will no longer be maintained or updated. To download Obsidian-Excel-Plus, please visit [https://github.com/ljcoder2015/obsidian-excel-plus](https://github.com/ljcoder2015/obsidian-excel-plus)
> ### Obsidian-Excel插件不再更新维护旧功能不满足可以尝试使用新插件Obsidian-Excel-Plus。下载地址 [https://github.com/ljcoder2015/obsidian-excel-plus](https://github.com/ljcoder2015/obsidian-excel-plus)
## Excel
The Obsidian-Excel plugin integrates [x-spreadsheet](https://github.com/myliang/x-spreadsheet), a feature sheet tool, into Obsidian. You can store and edit `xlsx` files in your vault.
### create sheet file
![Alt text](./doc/img/create.gif)
### import/export xlsx file
If you are using Microsoft Office 365 to create xlsx files, you need to import the display.
![import](./doc/img/import.gif)
### embed link to markdown
embed link rule:
```![[file-folder/file-name#sheet-name|sri-sci:eri-eci<sheet-height>{html}]]```
- `sri`: Start row index
- `eri`: End row index
- `sci`: Start column index
- `eci`: End column index
- `{html}`: Whether to display as HTML
- `<sheet-height>`: Sheet height, dispaly HTML not work
![link](./doc/img/link.gif)
![link](./doc/img/part-link.gif)
![link](./doc//img/embed-link-height.gif)
![link](./doc//img/embed_html.gif)
### copy selected cells to HTML
![html](./doc/img/html.gif)
### Setting
![setting](./doc/img/setting-file.gif)
![setting](./doc/img/setting-embed.gif)
![setting](./doc//img/setting-sheet.gif)
### E-mail
- ljcoder@163.com
### buy a Coffee
[https://ko-fi.com/ljcoder](https://ko-fi.com/ljcoder)