Add PDFs to Google Sheets: Links and Images
Add PDF content to Sheets with conversions, images, links, and simple formulas.
Can You Add a PDF to a Google Sheet?
Yes, but Google Sheets cannot import a PDF file directly. You must first convert the PDF, copy its content, add an image, or create a link.
The best method depends on your goal. Use conversion for tables, links for file access, and images for visual records.
If the PDF has selectable text, you can often copy it into Sheets after a quick cleanup. Scanned files need OCR (optical character recognition) before their data becomes editable.
Choose the Right Way to Add PDF Content
There is no single way to insert a PDF into Google Sheets. Each method serves a different need and keeps a different part of the source file.
- Convert to Excel or CSV: Best for tables and rows that need edits.
- Copy and paste: Best for small sections with simple formatting.
- Add a Drive link: Best when readers need the full PDF.
- Insert an image: Best for receipts, forms, charts, or signed pages.
Think about how people will use the sheet. A data table should stay editable. A reference document can work well as a link.

Convert a PDF Before Moving Data to Sheets
Conversion is the most useful answer to “how do I turn a PDF into a Google Sheet?” It changes fixed page content into rows and columns that Sheets can read.
Several third-party tools can convert PDFs to CSV or Excel files. CSV works well for plain tables. Excel keeps more layout and cell structure.
After conversion, open the new file in Google Drive. Select Open with Google Sheets when available. You can also open a blank sheet and choose File, then Import, and then Upload.
- Save the converted CSV or Excel file to your device.
- Open Google Drive and select New, then File upload.
- Open the uploaded file with Google Sheets.
- Check each column for split values, missing rows, and changed dates.
- Rename the new sheet and save it as a Google Sheets file.
Conversion is not perfect for every PDF. Merged cells, side-by-side tables, and scanned pages can shift during export.
Clean the Converted Sheet
Start by checking the first five rows and the last five rows. Look for empty cells, broken headers, and values in the wrong columns.
Dates may also need review. A value such as 04/05/2026 can mean April 5 or May 4. Set the correct format before sorting or filtering.
For a small table, copying the PDF data may be faster. Paste it into a plain text editor first. Then paste it into Sheets to remove hidden page formatting.
Use a Link When the PDF Should Stay Whole
A link is often the simplest answer to “can you add a PDF to a Google Sheet?” The file remains in PDF form, while the sheet gives people one place to find it.
First, upload the PDF to Google Drive. Right-click the file and choose Share. Set access for the right people, then copy the file link.
Paste the link into a cell. Google Sheets will often turn a full URL into a clickable link. You can also create a neat label with the HYPERLINK function.
The official Google Sheets HYPERLINK function help shows the basic formula and its supported options.
Use this formula in a cell:
=HYPERLINK("https://drive.google.com/your-file-link","Open PDF")
Replace the sample URL with your Drive link. Replace “Open PDF” with a useful label, such as “View receipt” or “Open report”.
Check the sharing setting before sending the sheet. A link will fail if the reader lacks access to the source file.
Add a PDF Page as an Image
Images work well when the page must look the same in the sheet. This method helps with receipts, forms, signatures, and charts.
First, convert the needed PDF page to PNG or JPG. Many PDF tools can export one page or the whole file as images.

In Google Sheets, select the target cell. Choose Insert, then Image, and select Image in cell or Image over cells.
- Choose Image in cell for a tidy row or record.
- Choose Image over cells for a larger page preview.
- Resize the row or column when the image looks cramped.
- Keep a link to the original PDF beside the image.
An image is not editable table data. You cannot sort its words or calculate values from it. Use conversion when the content needs analysis.
Use Google Sheets Functions With PDF Links
Functions can make a sheet easier to scan. They can also build links from file IDs stored in other cells.
For example, place a Drive URL in cell B2. Then use =HYPERLINK(B2,"View file") in cell C2. This keeps the link source separate from the label.
You can copy the formula down a list of files. This works well for invoices, reports, contracts, and scanned forms.
| Goal | Example | Best use |
|---|---|---|
| Show a fixed label | =HYPERLINK(B2,"Open PDF") | Clean file lists |
| Use a file name as the label | =HYPERLINK(B2,A2) | Document registers |
| Link to a fixed file | =HYPERLINK("URL","View report") | Small tracking sheets |
Keep labels short and clear. A label like “View March invoice” tells readers more than a long Drive address.
Fix Common PDF and Sheets Problems
PDF layouts often store text by position rather than by table row. This can cause pasted values to land in the wrong cells.
If columns break apart, convert the file again with a table-focused tool. If the PDF is scanned, run OCR first. Then review the result by comparing it with the source page.
- Missing text: The page may be a scan without a text layer.
- Wrong columns: The PDF may use visual spacing instead of real cells.
- Strange symbols: The source font may not convert well.
- Broken links: The Drive file may have limited access.
- Large images: Use a smaller file or place it in a separate tab.
Keep the original PDF beside the finished sheet. This gives your team a clear source for later checks.
Pick the Best Method for Your Task
To add PDF data to Google Sheets, start with the result you need. Conversion gives you editable rows. A link preserves the full document. An image keeps the page design visible.
For a monthly report, convert the table and add the original PDF link. For a signed receipt, add an image and store the source link beside it.
There is no direct PDF import in Google Sheets. Still, these methods make it easy to add useful PDF content without losing the source file.
Related reading
3 Ways to Make a PDF Writable
Turn a fixed PDF into a form people can fill, sign, and share.
How to Convert PDFs to PDF/A and Create Fillable Forms
Convert PDFs to PDF/A for archiving, or make them fillable with Acrobat.
How to Edit PDF on Android: Free Apps, Tools, and Steps
Edit PDFs on Android with free and paid apps. Learn text edits, annotations, conversion, and sharing.