Skip to content

Commit df255db

Browse files
committed
include video demo
1 parent 16cce6d commit df255db

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

source/getstarted.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This add-in works with Excel 2013(or higher), Excel Online, Office 365, Excel fo
1616
* Click the add-in to start it.
1717
* You would see a "Excel-to-JSON" button added to your Excel **Home** Tab. Now you are ready to use this add-in.
1818

19+
### Video Guide to Get add-in
20+
21+
<iframe width="560" height="315" src="https://www.youtube.com/embed/tN6lFjjhRfM?si=Yeypz-TplPjX1sWp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1922

2023
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8772217510669640"
2124
crossorigin="anonymous"></script>
@@ -42,6 +45,9 @@ This add-in works with Excel 2013(or higher), Excel Online, Office 365, Excel fo
4245
* You will later see the converted JSON below the "Go" button
4346
* Later you can "copy+paste" / "copy to clipboard" JSON and save it to your computer
4447

48+
### Video Guide to Use add-in
49+
50+
<iframe width="560" height="315" src="https://www.youtube.com/embed/Hvj-O5aIzD0?si=yQdYvZkeKM6hMj6S" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
4551

4652
## Dependencies
4753
* [Bootstrap](https://github.com/twbs/bootstrap) - [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE)

source/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Excel add-in, Excel-to-JSON, Convert Excel to JSON within Excel (web online, win
88
Excel to JSON is a Microsoft Excel add-in which can convert Excel to JSON within Excel. Both flat and nested JSON can be converted using Excel-to-JSON add-in.
99
This add-in is available at the Microsoft store- Appsource, which can be accessed within Excel, so it does not require any download, a simple click within Excel would run the add-in.
1010

11-
This is the English version of the documentation, for Simplified Chinese version [https://excel-to-json.wtsolutions.cn/zh-cn/latest/](https://excel-to-json.wtsolutions.cn/zh-cn/latest/)
12-
当前为英文版文档,中文版详见[https://excel-to-json.wtsolutions.cn/zh-cn/latest/](https://excel-to-json.wtsolutions.cn/zh-cn/latest/)
11+
This is the English version of the documentation, for Simplified Chinese version https://excel-to-json.wtsolutions.cn/zh-cn/latest/
12+
13+
当前为英文版文档,中文版详见https://excel-to-json.wtsolutions.cn/zh-cn/latest/
1314

1415

1516

source/usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Reading [Get Started](getstarted.md) section first is strongly recommended.
3636
(adsbygoogle = window.adsbygoogle || []).push({});
3737
</script>
3838

39+
## Video Demo
40+
41+
<iframe width="560" height="315" src="https://www.youtube.com/embed/Hvj-O5aIzD0?si=yQdYvZkeKM6hMj6S" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
42+
3943
## Examples
4044

4145
**Example Excel sheet 1**

0 commit comments

Comments
 (0)