【问题标题】:Is there an option to receive data from Excel to Google Sheets? [closed]是否可以选择将数据从 Excel 接收到 Google 表格? [关闭]
【发布时间】:2019-12-01 07:57:47
【问题描述】:

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

【问题讨论】:

  • 欢迎。请按照How to Ask 中的建议添加您的搜索/研究工作的简要说明。

标签: google-apps-script google-sheets export google-sheets-formula importrange


【解决方案1】:

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

可以通过https://www.google.com/drive/download/backup-and-sync/

自动上传

可以通过https://stackoverflow.com/a/55645062/5632629

自动进行转换

IMPORTRANGE的公式语法为:

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

【讨论】:

    猜你喜欢
    • 2023-04-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-01-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多