Google-sheets – Parse HTML through Google Spreadsheet using scripting

google sheetsgoogle-apps-scripthtml

I'm trying to speed up the process of getting values from an HTML page to a Google Docs Spreadsheet through scripting.

I remember Microsoft Excel had the import data function, but I don't own a copy of that.

Is it possible to do this through Google Docs?

Best Answer

If you're trying to grab data that's stored in a list or table, you should use =ImportHTML(URL,Type,Index).

Where Type is "List" or "Table" and index is which # table/list you want to import.

Documentation: https://support.google.com/docs/answer/3093339