Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Instructions for importing Projector report data into Google Sheets.


You can import your data into a Google spreadsheet by using Google's importData feature.

  1. Make sure that you have a working report URL that is retrieving CSV
  2. Add the querystring parameter dateformat=googledocs
  3. Add the querystring parameter columnheaders=firstrow if you want each column to be named

  4. Test your URL by cutting and pasting it into your web browser. The browser should download a csv file.
  5. Select the first cell in the Google Docs spreadsheet.
  6. In the value field, enter the following, replacing "url" with your own URL


Google Spreadsheet
=importData("url")
  • No labels