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 內...")
 
mNo edit summary
Line 1: Line 1:
使用 ChatGPT 把數百列 Excel 資料,轉成簡報內容
使用 [https://chat.openai.com/ ChatGPT] 把數百列 Excel 資料,轉成簡報內容
 
不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換


ChatGPT prompt:
ChatGPT prompt:
Line 18: Line 16:
```
```
</pre>
</pre>
: [[Image:Owl icon.jpg]] 不過 ChatGPT 機器人可能會偷懶,可以說明是用 Python 轉換


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

Revision as of 12:09, 31 January 2024

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

ChatGPT prompt:

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

```
AAA
<AAA欄位值>

BBB
<BBB欄位值>

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