Convert excel to powerpoint: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "使用 ChatGPT 把數百列 Excel 資料,轉成簡報內容 不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換 ChatGPT prompt: <pre> 將 excel 內...")
(No difference)

Revision as of 12:05, 31 January 2024

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

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

ChatGPT prompt:

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

```
AAA
<AAA欄位值>

BBB
<BBB欄位值>

CCC
<CCC欄位值>
```