An open API service indexing awesome lists of open source software.

https://github.com/ljcoder2015/obsidian-sheet-plus

obsidian spreadsheets solutions
https://github.com/ljcoder2015/obsidian-sheet-plus

Last synced: 4 months ago
JSON representation

obsidian spreadsheets solutions

Awesome Lists containing this project

README

          

# obsidian-sheet-plus
Obsidian Sheet Plus is here to revolutionize the way you handle spreadsheets within Obsidian。

Developed using the Univer framework, Obsidian Sheet Plus features a Canvas-based rendering engine and formula engine.

## Discord

[https://discord.gg/fufpbG4tJg](https://discord.gg/fufpbG4tJg)

## Purchase Authorization Code
Unlock more advanced features after purchasing an authorization code
- [Purchase Authorization Code](https://ko-fi.com/s/353d33a2dd)
- [How to Use an Authorization Code](https://ko-fi.com/post/How-to-Use-an-Authorization-Code-S6S318IUM7)

## Comparison of Paid and Free Features
|Feature|Paid|Free|
|---|:---:|:--:|
|Embed Sheet Link|✔︎|✔︎|
|Embed HTML Link|✔︎|✔︎|
|**Embed Chart Link**|✔︎|✘|
|**import**|✔︎|✘|
|**export**|✔︎|✘|
|Number formats|✔︎|✔︎|
|Formulas|✔︎|✔︎|
|Find and replace|✔︎|✔︎|
|Data validation|✔︎|✔︎|
|Image|✔︎|✔︎|
|Comment|✔︎|✔︎|
|Chart|✔︎|✔︎|
|Outgoing Link|✔︎|✔︎|

## User Guide
For a detailed tutorial on using the plugin, please refer to the user guide.

- [User Guide](https://github.com/ljcoder2015/obsidian-sheet-plus/wiki/User-Guide)

## Feature Demonstration
### Embed Chart Link (Paid)
![Embed Chart Link](/images/embed-link-chart.gif)
### Import (Paid)
![Import](/images/import.gif)
### Export (Paid)
![Import](/images/export.gif)

### Outgoing Link
![Outgoing-link](/images//outgoing-link.gif)

### Editing
![create](/images/create.gif)

### Number formats
![Number formats](/images/Number-formats.gif)

### Formulas
![Formulas](/images/Formulas.gif)

### Embed link
embed link rule:
```
![[file-folder/file-name#sheet-name|sri-sci:eri-eci{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, dispaly HTML not work

eg.
```
![[Excel 2024-06-05 13.41.50.univer#Sheet1|D8:G14<1000>{html}]]
```

![embed link](/images/embed-link.gif)

### Find and replace
![find](/images/find.gif)

### Data validation
![data validation](/images/data-validation.gif)

### Filter
![filter](/images/filter.gif)

### Float Image
![float image](/images/image.gif)

### Comment
![comment](/images/remark.gif)

### Charts
![charts](/images/charts.gif)