Convert excel to powerpoint: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
 
Line 36: Line 36:
</pre>
</pre>


: [[Image:Owl icon.jpg]] 不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換
{{Tips}} 不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換




[[Category:Tools]]
[[Category:Tools]]
[[Category:OpenAI]]
[[Category:OpenAI]]

Latest revision as of 20:06, 8 January 2025

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

準備 Excel 檔案資料[edit]

AAA BBB CCC
... ... ...

ChatGPT prompt[edit]

適用 Model

  • ✅ 適用 GPT-4
  • ❌ 不適用 GPT-3.5
將 excel 內每一行,轉成各張簡報內容

```
AAA
<AAA欄位值>

BBB
<BBB欄位值>

CCC
<CCC欄位值>
```
Owl icon.jpg 不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換