Convert excel to powerpoint: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
使用 [https://chat.openai.com/ ChatGPT] 把數百列 Excel 資料,轉成簡報內容
使用 [https://chat.openai.com/ ChatGPT] 把數百列 Excel 資料,轉成簡報內容


ChatGPT prompt:
== 準備 Excel 檔案資料 ==
 
<table class="table table-bordered table-hover table-condensed wikitable" border="1">
<tr><td title="Field #1">AAA</td>
<td title="Field #2">BBB</td>
<td title="Field #3">CCC</td>
</tr>
<tr>
<td> ... </td>
<td> ... </td>
<td> ... </td>
</tr>
</table>
 
== ChatGPT prompt ==
 
適用 Model
* ✅ 適用 GPT-4
* ❌ 不適用 GPT-3.5
 
<pre>
<pre>
將 excel 內每一行,轉成各張簡報內容
將 excel 內每一行,轉成各張簡報內容

Revision as of 14:05, 31 January 2024

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

準備 Excel 檔案資料

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

ChatGPT prompt

適用 Model

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

```
AAA
<AAA欄位值>

BBB
<BBB欄位值>

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