hk-actuary 2018-10-4 21:05
試過用Excel既Import External Data,但無得只拎某一個table,一拎就拎晒
試過拎另一條Link,在Excel Set好晒d位,又走左位
請問有咩方法可以做到?
slight 2018-10-5 01:36
https://addons.mozilla.org/zh-TW/firefox/addon/table-to-excel/?src=search
用FF
hk-actuary 2018-10-5 03:20
[quote]原帖由 [i]slight[/i] 於 2018-10-5 01:36 AM 發表 [url=https://www.discuss.com.hk/redirect.php?goto=findpost&pid=488407388&ptid=27759003][img]https://www.discuss.com.hk/images/common/back.gif[/img][/url]
[url=https://addons.mozilla.org/zh-TW/firefox/addon/table-to-excel/?src=search]https://addons.mozilla.org/zh-TW/firefox/addon/table-to-excel/?src=search[/url]
用FF [/quote]
var numRows = spreadsheet.getLastRow();
var StartCell = spreadsheet.getRange('F'+ numRows); <== F8
var EndCell = spreadsheet.getRange('L'+ numRows); <== L8
如果想代入 StartCell 和 EndCell 應該點寫看先可以等同下面呢句意思
var StartRate = spreadsheet.getRange('Sheet1!F8: L8');
[[i] 本帖最後由 hk-actuary 於 2018-10-5 04:56 PM 編輯 [/i]]
hk-actuary 2018-10-5 22:17
因為改用google spreadsheet,所以程式碼唔識搞
form5 2018-10-6 00:21
[quote]原帖由 [i]hk-actuary[/i] 於 2018-10-4 09:05 PM 發表 [url=https://computer.discuss.com.hk/redirect.php?goto=findpost&pid=488394665&ptid=27759003][img]https://computer.discuss.com.hk/images/common/back.gif[/img][/url]
試過用Excel既Import External Data,但無得只拎某一個table,一拎就拎晒
試過拎另一條Link,在Excel Set好晒d位,又走左位
請問有咩方法可以做到? [/quote]
走位? 我諗你吾識點樣parse 吧