Help CenterSAI Formulas

Accessing URLs with Perplexity in Google Sheets and Excel Using SheetXAI

Overview

SheetXAI offers a powerful way to analyze web content directly in Google Sheets by integrating with Perplexity. This feature allows you to extract information, summaries, and insights from URLs without leaving your spreadsheet.

How to Access URL Content with SheetXAI

Step 1: Configure Your URL Model Settings

Important First Step: Before analyzing URLs, you must set Perplexity as your URL model in SheetXAI settings:

  • Open SheetXAI sidebar

  • Go to Settings

  • Under URL Model options, select "Perplexity"

  • This ensures all URL-related queries are routed through Perplexity's web access capabilities

Method 1: Using the SAI Formula

Set up your spreadsheet:

  • Place URLs in a column (e.g., column A)

Create the SAI command:

  • Type #SAI followed by your question about the URL

  • Use #A to reference the current row in column A

  • Example: #SAI what's this website about? Give me a detailed summary of all the strategies mentioned #A

Note: The #SAI format automatically transforms into the right spreadsheet syntax every few seconds when the chat panel is open. If you need the native Google Sheets vs Excel formula syntax, use the SAI Commands Builder to generate it.

Apply to multiple URLs:

  • Use !ARRAY to automatically run the command for every URL in the column:

    • Example: #SAI !ARRAY what's this website about? Give me a detailed summary of all the strategies mentioned #A
  • Each cell will analyze its corresponding URL independently

Method 2: Ask SheetXAI to Create the Formula

Request formula creation:

  • Ask SheetXAI to "put this formula in column B for all URLs in column A"

  • Describe what information you want to extract from each URL

Confirm the implementation:

  • SheetXAI will explain what it's about to do

  • Confirm to have the formula applied to all relevant cells

Method 3: Use the Formula Builder

For complex URL analysis, you can use the Formula Builder:

  • Click the Formula Builder icon in SheetXAI

  • Type your request in the expanded text area

  • Preview the results before applying

Technical Notes

  • URL Detection: SheetXAI identifies URLs by looking for indicators like "https://", "http://", and "www."

  • Source References: You may notice source indicators (like [1], [2]) in the output - these are added by the API

Upcoming Improvements:

  • Direct Perplexity integration coming soon

  • Potential Google Gemini 2.0 Flash integration for URL analysis

Use Cases

This capability is perfect for:

  • Analyzing competitor websites

  • Summarizing article content

  • Extracting key metrics from online reports

  • Researching multiple resources simultaneously

  • Creating content briefs from reference URLs

By leveraging Perplexity's web access capabilities through SheetXAI, you can bring external web data directly into your spreadsheets for analysis and processing without manual copying and pasting.

Last updated on Mon Dec 08 2025 16:00:00 GMT-0800 (Pacific Standard Time)