Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
604 views
in Technique[技术] by (71.8m points)

google-apps-script - 是否可以选择将数据从Excel接收到Google表格?(Is there an option to receive data from Excel to Google Sheets?)

我需要来自EXCEL的特定列或行的一些数据(文本/数字)才能接收到Google表格中。

  ask by Abu Saeed translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

you need to upload your excel file to Drive convert it to Sheets and use IMPORTRANGE to extract given range into your spreadsheet.

(您需要将excel文件上传到云端硬盘,将其转换为表格,然后使用IMPORTRANGE将给定范围提取到电子表格中。)

uploading can be automated via https://www.google.com/drive/download/backup-and-sync/

(可以通过https://www.google.com/drive/download/backup-and-sync/自动上载)

conversion can be automated via https://stackoverflow.com/a/55645062/5632629

(可以通过https://stackoverflow.com/a/55645062/5632629自动进行转换)

and IMPORTRANGE formula syntax is:

(和IMPORTRANGE公式语法为:)

=IMPORTRANGE("spreadsheet_ID_here"; "sheet_name_here!A1:D20")

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...