Document converter: Difference between revisions

Jump to navigation Jump to search
542 bytes added ,  13 September 2024
Line 166: Line 166:
==== Excel 轉成 PowerPoint (簡報) ====
==== Excel 轉成 PowerPoint (簡報) ====
[[Convert excel to powerpoint]]
[[Convert excel to powerpoint]]
==== Excel 轉成 CSV 檔案 ====
1. 1. Obtain and install [https://zh-tw.libreoffice.org/download/download-libreoffice/ LibreOffice]
2. Open your terminal and execute the following command <ref>[https://stackoverflow.com/questions/5256733/convert-xlsx-file-to-csv-using-batch excel - Convert xlsx file to csv using batch - Stack Overflow]</ref>
<pre>
soffice --headless --convert-to csv *
</pre>
For Mac users, use the full path to soffice:
<pre>
/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to csv *
</pre>


=== 電子書 (epub) 轉成網頁檔 (html) ===
=== 電子書 (epub) 轉成網頁檔 (html) ===

Navigation menu