Tutorials16 min read

How to Use Google Gemini AI in Docs, Sheets & Slides: Complete 2026 Guide

Step-by-step guide to every new Gemini AI feature in Google Workspace — from Fill with Gemini in Sheets to auto-generated slide decks, cross-app doc generation, and semantic Drive search.

CL

ComputeLeap Team

March 12, 2026

Share:

Google just shipped the biggest update to Workspace since it rebranded from G Suite. And this time, it's not a chatbot sidebar you'll ignore after a week.

The March 2026 Gemini Workspace update rolls AI directly into the tools 300 million people already use — Docs, Sheets, Slides, and Drive. We're talking doc generation that pulls context from your Gmail and Drive simultaneously, spreadsheet cells that auto-populate with live web data, and slide decks that build themselves from a prompt.

The timing isn't subtle. Microsoft integrated Claude into Office barely two weeks ago, and Google responded by turning Workspace into a full AI productivity suite. The AI office war is officially here, and you're the beneficiary.

We've spent the past week testing every new feature. Here's what actually works, what's still half-baked, and exactly how to use each one.

What's New: The Full Feature List

Before we dive into step-by-step walkthroughs, here's the overview:

| Feature | App | What It Does | |---|---|---| | Cross-app doc generation | Docs | Generates documents using context from Gmail, Drive, and the web | | Match writing style | Docs | Analyzes your past writing and mimics your personal voice | | Fill with Gemini | Sheets | Auto-populates cells with AI-generated or live web data | | Auto-generated decks | Slides | Creates full presentations from a text prompt | | Semantic Drive search | Drive | Finds files by describing their content, not their filename | | Gemini Embedding 2 | Platform | Multimodal embedding model powering semantic search across text, images, video, audio, and documents |

Let's break each one down.

1. Cross-App Doc Generation in Google Docs

This is the headline feature, and honestly, it's the one that feels most like the future.

Previously, Gemini in Docs could help you write — but only with whatever you typed into the prompt. Now it can pull context from across your entire Google Workspace: emails in Gmail, files in Drive, and even live web results. One prompt, multiple sources, coherent output.

How to Use It

Step 1: Open a new or existing Google Doc.

Step 2: Click "Help me write" (the Gemini icon in the toolbar) or type @ and select Gemini.

Step 3: Write a prompt that references your other apps. For example:

"Draft a project status update based on my email thread with Sarah from last week about the Q2 launch, the timeline spreadsheet in my Drive called 'Q2 Milestones,' and current industry trends."

Step 4: Gemini surfaces a panel showing which sources it's pulling from — the Gmail thread, the Drive file, and web results. You can remove sources you don't want included.

Step 5: Review the generated document. It'll include a structured draft with sections pulled from each source. Edit as needed.

Real Use Cases

  • Freelancers: "Write a project proposal based on my email thread with [client name] and my rates document in Drive." Turns a 45-minute task into a 5-minute review.
  • Small teams: "Create meeting notes from yesterday's email discussion between [team members] and reference the project brief in our shared Drive." No more "who's writing the recap?"
  • Students: "Draft a research paper outline using the three PDFs I uploaded to Drive this week and recent academic papers on [topic]." Pulls your source material together automatically.

Honest Assessment

What works well: The cross-app sourcing is genuinely impressive. It correctly identified relevant Gmail threads in our testing about 80% of the time, and Drive file retrieval was reliable when filenames or content matched the prompt.

What's still rough: It occasionally pulls the wrong email thread when you have multiple conversations with the same person about similar topics. The web sourcing is useful but not as deep as dedicated research tools. And the generated output still needs a human editing pass — it's a strong first draft, not a finished document.

2. "Match Writing Style" in Docs

Every AI writing tool promises to "write in your voice." Most of them produce generic corporate prose regardless of what you tell them. Google's approach is different: it actually analyzes your existing documents.

How to Use It

Step 1: Open Google Docs and click the Gemini icon.

Step 2: Select "Match writing style" from the options panel.

Step 3: Gemini prompts you to select sample documents — pick 3-5 docs that represent your typical writing. Blog posts, emails, reports — whatever reflects how you actually write.

Step 4: Gemini analyzes the samples and creates a style profile. You'll see a summary: "Your writing tends to be conversational, uses short paragraphs, favors active voice, and includes rhetorical questions."

Step 5: From now on, when you use "Help me write," toggle on "Use my style" to apply your personal voice to generated content.

Real Use Cases

  • Freelancers with multiple clients: Create different style profiles for different clients. Client A wants formal whitepapers, Client B wants casual blog posts. Switch between them.
  • Students: Match the academic tone of your previous A-grade papers so AI assistance doesn't stick out.
  • Small business owners: Keep your brand voice consistent across proposals, social posts, and emails without a style guide nobody reads.

Honest Assessment

What works well: The style analysis is surprisingly nuanced. It picked up on our tendency to use em dashes, short paragraphs, and direct address ("you") correctly. Generated text felt noticeably more "us" than default Gemini output.

What's still rough: It works best with 5+ writing samples of similar type. Feed it a mix of formal reports and casual emails, and the style profile gets confused. Also, it mimics patterns well but can't capture genuine personality — the subtle humor, the specific analogies you'd use. It's your voice at 70%, which is better than 0% but still needs your touch.

3. "Fill with Gemini" in Google Sheets

This is the feature that's going to convert skeptics.

"Fill with Gemini" lets you select a range of cells and have Gemini auto-populate them with AI-generated data, calculations, or — here's the big one — live web data. Think of it as VLOOKUP, but instead of looking up from another sheet, it looks up from the entire internet.

Google reports that Gemini Sheets scored 70.48% on SpreadsheetBench, a standardized benchmark for spreadsheet task completion. For context, that's approaching human expert performance. It's not perfect, but it's competent enough to handle the majority of common spreadsheet tasks without hand-holding.

How to Use It

Step 1: Open Google Sheets and enter your column headers. For example: Company Name | Founded | CEO | Latest Funding Round | Headquarters.

Step 2: Fill in the first column with your data (e.g., a list of company names).

Step 3: Select the empty cells you want populated.

Step 4: Right-click and choose "Fill with Gemini" or click the Gemini icon in the toolbar.

Step 5: Gemini reads your headers and existing data, infers what belongs in each cell, and fills them in. For factual data like company HQs and CEOs, it pulls from web sources. For calculated fields, it writes and executes the formulas.

Step 6: Review the filled data. Cells populated by Gemini are highlighted with a subtle indicator so you know what's AI-generated vs. manually entered.

Advanced: Using Prompts in Cells

You can also use Gemini directly in formulas:

=GEMINI("What is the current market cap of " & A2)

This turns any cell into a dynamic AI query. Combined with standard Sheets formulas, you can build surprisingly powerful data pipelines without writing a single line of code.

Real Use Cases

  • Freelancers: Track competitor pricing. Enter competitor names in column A, let Gemini fill in their pricing tiers, features, and recent changes. Update weekly.
  • Small teams: Build a CRM-lite. Enter company names and let Gemini populate industry, size, location, and recent news. Not as robust as Salesforce, but free and instant.
  • Students: Research data collection. Working on a paper about climate policy? Enter country names and let Gemini fill in GDP, emissions data, policy summaries, and key dates.

Honest Assessment

What works well: Factual data population is remarkably accurate for well-known entities (public companies, countries, major cities). Formula generation handles standard calculations (sums, averages, conditional formatting) reliably. The 70.48% SpreadsheetBench score is real and reflects genuine capability.

What's still rough: Data freshness is inconsistent. Some cells pull current data, others seem cached from weeks ago — there's no clear indicator of when the data was sourced. For niche or less-public entities (small startups, local businesses), accuracy drops significantly. And there's no built-in way to set a refresh schedule, so "live web data" is really "web data from whenever Gemini last checked."

The competitive angle: Microsoft's Excel Copilot has been doing AI-assisted formulas for a while, but "Fill with Gemini" goes further by pulling external web data directly into cells. That's a meaningful differentiator — for now.

4. Auto-Generated Slide Decks in Slides

Creating presentations is the most universally hated productivity task. Google knows this. Auto-generated decks in Slides won't win any design awards, but they'll get you from "blank screen panic" to "decent first draft" in under a minute.

How to Use It

Step 1: Open Google Slides and click "Help me create" (Gemini icon).

Step 2: Describe your presentation:

"Create a 10-slide pitch deck for a sustainable packaging startup. Include slides for: problem, solution, market size, business model, traction, team, financials, and ask."

Step 3: Optionally, reference Drive files for additional context: "Use the data from my 'Market Research Q1' spreadsheet in Drive."

Step 4: Gemini generates the full deck — slides, titles, bullet points, speaker notes, and basic visual layouts.

Step 5: Customize. Change the theme, adjust content, add your own images and charts.

Real Use Cases

  • Freelancers: Client presentation due tomorrow? Describe the project results and let Gemini build the deck. Spend your time on design polish instead of content structuring.
  • Small teams: Weekly standup slides. Describe what each team did this week. Gemini structures it. Five minutes, done.
  • Students: Turn a research paper outline into a presentation for class. Feed it your thesis, key arguments, and supporting data.

Honest Assessment

What works well: Content structure is solid. Gemini understands presentation conventions — it knows a pitch deck needs a problem slide before a solution slide, that financial projections need charts, and that you should end with a clear ask. Speaker notes are a nice touch and surprisingly useful.

What's still rough: Visual design is... fine. Not good, not terrible. The auto-selected layouts are generic, and image suggestions are often stock-photo-quality placeholders. You'll spend time redesigning almost every slide if aesthetics matter. Complex data visualization (charts, graphs, diagrams) is limited — it can suggest where a chart should go but can't generate sophisticated ones from your data yet.

Bottom line: Great for content and structure. Mediocre for design. Use it to skip the blank-page problem, then invest your time in making it look good.

5. Semantic Drive Search

This one's subtle but might be the most practically useful feature of the bunch.

Traditional Drive search works like a filename search engine. If you saved a file as "Q2-notes-final-v3-FINAL.docx," you'd better remember that exact name. Semantic Drive search lets you describe what you're looking for by its content, not its filename.

How to Use It

Step 1: Open Google Drive and click the search bar.

Step 2: Type a natural language description of the file you're looking for:

"The spreadsheet where I tracked our advertising spend last quarter"

or

"That presentation Sarah shared about the rebrand with the blue mockups"

or

"The PDF from the accountant about tax deductions for home offices"

Step 3: Gemini searches across file contents, metadata, sharing history, and context to surface the most relevant results. It doesn't just match keywords — it understands meaning.

What's Powering This: Gemini Embedding 2

Under the hood, semantic search is powered by Gemini Embedding 2, Google's new multimodal embedding model. This is worth understanding even if you're not technical, because it explains why the search is so much smarter.

Traditional search indexes words. Gemini Embedding 2 converts content into mathematical representations (embeddings) that capture meaning. The breakthrough is that it works across modalities — text, images, video, audio, and documents are all embedded in the same unified space. So when you search for "the presentation with the blue mockups," it can actually understand what blue mockups look like in slide thumbnails and match on visual content.

For developers, Gemini Embedding 2 is available via the Gemini API and supports text, image, video, audio, and document inputs in a single model. This is a significant technical achievement — most embedding models handle one or two modalities at best.

Real Use Cases

  • Anyone who's ever said "I know I saved that file somewhere" — that's the use case. Describe what you remember about the file, and Drive finds it.
  • Teams with messy shared drives: No more standardized naming conventions that nobody follows. Search by content instead.
  • Students with hundreds of course files: "The lecture notes about mitochondria from biology last semester" beats scrolling through "Bio101-Week7-Notes.pdf."

Honest Assessment

What works well: For text-heavy documents (Docs, Sheets, PDFs), semantic search is excellent. In our testing, it found the right file in the top 3 results about 85% of the time when we described content accurately. The natural language understanding is significantly better than keyword matching.

What's still rough: Image and video search is less reliable — the multimodal embeddings are impressive technically but don't always surface the right visual content. Search across very large Drives (10,000+ files) can be slow. And it occasionally surfaces files you have access to but didn't create, which can be confusing in shared team environments.

The Competitive Context: Google vs. Microsoft's AI Office

Let's talk about the elephant in the room.

Microsoft integrated Claude (Anthropic's AI) into Office in late February 2026. Two weeks later, Google ships this massive Workspace update. That's not a coincidence.

Here's how they compare right now:

| Feature | Google Workspace + Gemini | Microsoft 365 + Copilot (Claude) | |---|---|---| | Doc generation | Cross-app context (Gmail, Drive, web) | Cross-app context (Outlook, OneDrive, web) | | Style matching | Yes (analyze your docs) | Limited (instruction-based) | | Spreadsheet AI | Fill with Gemini (70.48% SpreadsheetBench) | Excel Copilot (formula generation, data analysis) | | Presentation generation | Full deck generation from prompts | Slide generation with design suggestions | | Semantic search | Gemini Embedding 2 (multimodal) | Microsoft Graph + Claude | | Pricing | Included with Google One AI Premium ($20/mo) | Included with Copilot Pro ($20/mo) |

Google's edge: Fill with Gemini's web data pulling is unique. Semantic search with multimodal embeddings is technically superior. Integration across Gmail/Drive/Docs is seamless because Google owns the whole stack.

Microsoft's edge: Excel is still the more powerful spreadsheet tool for complex modeling. Claude's writing quality in Office is genuinely excellent. Enterprise adoption and IT admin tools are more mature.

The honest take: If you're already in Google Workspace, these updates are a massive quality-of-life improvement. If you're already in Microsoft 365, Copilot with Claude is equally compelling. Neither is good enough to justify switching ecosystems. Pick the one your team already uses and lean into it.

Getting Started: What You Need

Availability: These features are rolling out to all Google Workspace users with Gemini access. If you have Google One AI Premium ($20/month) or a Workspace plan with Gemini add-on, you should see them appearing over the next few weeks.

Step-by-step to enable:

  1. Check your plan: Go to one.google.com and verify you have AI Premium or a Workspace plan with Gemini.
  2. Update your apps: Make sure you're using the latest version of Google Docs, Sheets, and Slides (web versions update automatically; mobile apps may need manual updates).
  3. Look for the Gemini icon: It appears in the toolbar of each app. If you don't see it yet, the rollout may not have reached your account.
  4. Enable Gemini in Drive: Open Drive settings → "Gemini features" → toggle on semantic search.

Our Recommendations by User Type

Freelancers

Start with Fill with Gemini in Sheets for competitive research and client tracking, then try cross-app doc generation for proposals. These two features alone can save 5-10 hours per week on administrative tasks.

Small Teams (2-10 people)

Semantic Drive search is your killer feature. No more "where did someone save that file?" moments. Combine with auto-generated Slides for internal presentations to free up time for actual work.

Students

Match writing style helps maintain consistency across assignments. Fill with Gemini is excellent for research data collection. Just remember: your professor can probably tell if the entire paper was AI-generated. Use these tools to accelerate your process, not replace your thinking.

Power Users

Combine features. Use cross-app doc generation to create a first draft from email threads and Drive files, then Match writing style to refine it into your voice, then auto-generate a Slides deck from the finished doc. The full pipeline turns a day of work into an hour of review.

The Bottom Line

Google's March 2026 Workspace update is the most significant productivity AI release since ChatGPT plugins. Not because any single feature is revolutionary — but because they're integrated into tools that 300 million people already use every day. There's no new app to learn, no workflow to change. You open Docs, and the AI is just there.

What's genuinely great:

  • Fill with Gemini in Sheets (web data in cells is a game-changer)
  • Cross-app doc generation (Gmail + Drive context is powerful)
  • Semantic Drive search (finally, search that works like your brain)

What needs another iteration:

  • Slides design quality (content is good, visuals are meh)
  • Data freshness in Sheets (needs refresh indicators and scheduling)
  • Style matching (good but not great — 70% of your voice isn't 100%)

What we're watching:

  • Gemini Embedding 2's multimodal capabilities are impressive technically. As Google refines the search experience built on top of it, semantic search could become the default way everyone finds files.
  • The AI office war between Google and Microsoft benefits everyone. Expect rapid iteration from both sides throughout 2026.

These features are available now for Workspace users with Gemini access. If you're paying for Google One AI Premium, start with Sheets — it's where the most immediate, practical value lives.


For more AI tool comparisons, check out our guide to Claude vs ChatGPT vs Gemini in 2026 and our roundup of the best AI productivity tools for solopreneurs.

CL

About ComputeLeap Team

The ComputeLeap editorial team covers AI tools, agents, and products — helping readers discover and use artificial intelligence to work smarter.