/
Google Sheets - Import XML
Google Sheets - Import XML
Instructions for importing Projector report data into Google Sheets.
We recommend using CSV instead of XML if possible. CSV is much lighter weight than XML. See
You can import your data into a Google spreadsheet by using Google's importXml feature.
- Make sure that you have a working report URL that is retrieving XML
- Add the querystring parameter dateformat=googledocs
- Add the querystring parameter columnheaders=firstrow if you want each column to be named
- Test your URL by cutting and pasting it into your web browser. The browser should display the XML.
- Select the first cell in the Google Docs spreadsheet.
- In the value field, enter the following, replacing "url" with your own URL
Google Spreadsheet
=importXml("url", "Report/Rows/Row")
, multiple selections available,
Related content
ExportBookings
ExportBookings
More like this
ExportOlapGinsuRecords
ExportOlapGinsuRecords
More like this
ExportExpenseReports
ExportExpenseReports
More like this
ExportRoles
ExportRoles
More like this
Linking and Syncing Smartsheet Sheets with Projector Projects
Linking and Syncing Smartsheet Sheets with Projector Projects
More like this
GetWebServiceUrl
GetWebServiceUrl
More like this