Re: [閒聊] 近況 + JavaScript
看板mud_sanc (Sanctuary - 聖殿)作者laechan (揮淚斬馬雲)時間4年前 (2020/03/16 21:42)推噓3(3推 0噓 2→)留言5則, 3人參與討論串6/10 (看更多)
最近又開始 javascript 的練習,下半年起我又會很忙,之前
在公司寫的東西也需要調整,所以趁現在有空,複習一下。
剛剛先寫了以下的東西
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<script src="xlsx.core.min.js"></script>
<script src="FileSaver.min.js"></script>
<script src="xlsx.full.min.js"></script>
<script type=text/javascript>
function read_files()
{
files=document.getElementById("files").value;
filters=document.getElementById("filters").value;
document.getElementById("show_results").innerText=
"files="+files+"\nfilters="+filters;
}
</script>
請選取一個 excel 檔案: <input type="file" id="files"><p>
請輸入篩選關鍵字: <input type="text" id="filters"><p>
<button id="buttons" onclick='read_files()'>讀取資料</button><p>
<table>
<tr><td id="show_results"></th></tr>
</table>
</html>
以上已經確認可 work。
主要想實驗,藉由給予的篩選關鍵字,去搜尋目標 excel 檔案內主要
sheet 的每一行,只要有 match 關鍵字的欄位,就把該行 show 出來
,這個明天起再 try 各種可行的做法。
一般來說透過 excel 的巨集也可以做到,不過巨集只靠自己研究實在
很難懂,還好 javascript 也有寫好的相關工具可用。
Laechan
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.33.66.104 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/mud_sanc/M.1584366130.A.603.html
推
03/28 20:40,
4年前
, 1F
03/28 20:40, 1F
→
03/28 20:41,
4年前
, 2F
03/28 20:41, 2F
→
04/01 13:27,
4年前
, 3F
04/01 13:27, 3F
推
04/02 13:53,
4年前
, 4F
04/02 13:53, 4F
推
04/06 16:26,
4年前
, 5F
04/06 16:26, 5F
討論串 (同標題文章)
完整討論串 (本文為第 6 之 10 篇):
mud_sanc 近期熱門文章
PTT遊戲區 即時熱門文章
427
532