Convert excel to powerpoint

From LemonWiki共筆
Revision as of 12:05, 31 January 2024 by Unknown user (talk) (Created page with "使用 ChatGPT 把數百列 Excel 資料,轉成簡報內容 不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換 ChatGPT prompt: <pre> 將 excel 內...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

使用 ChatGPT 把數百列 Excel 資料,轉成簡報內容

不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換

ChatGPT prompt:

將 excel 內每一行,轉成各張簡報內容

```
AAA
<AAA欄位值>

BBB
<BBB欄位值>

CCC
<CCC欄位值>
```