You want to assign images to each column in a master spreadsheet and display them on your Webflow site without relying on third-party hosting like Google Drive. This is possible, but it depends on your setup and goals.
1. Use Webflow CMS as a "Spreadsheet"
- Webflow CMS can act like a spreadsheet-style database using Collections.
- Each Collection can have multiple fields, including image fields, text, numbers, etc. Each Collection Item acts like a row in your spreadsheet.
- You can upload and store images directly within Webflow CMS using the Image field type—no external hosting needed.
2. Set Up Image Fields in Each CMS Item
- When creating your CMS Collection, add Image fields for each column that should contain an image.
- For example, if your spreadsheet has a "Product A," "Product B," and "Product C" column, each with its own image, you can:
- Create a CMS Collection with fields like “Product A Image,” “Product B Image,” and so on.
- Upload images directly to these fields as you add or import items.
3. Display Images on Site Using CMS Bound Elements
- In the Webflow Designer, place a Collection List or bind elements to a Single CMS Item.
- Use Image elements bound to the respective CMS fields to dynamically show the uploaded images on your site layout.
- Webflow will host and serve all images natively, so no need for Google Drive or similar.
4. Importing Data (Optional Automation)
- If your "master spreadsheet" is in a CSV format, you can import it into Webflow CMS using tools like:
- Webflow's native CSV import (images must be manually uploaded post-import unless file URLs are public and direct).
- Or use Make.com or Zapier for an automated sync, though this may still use external URLs unless images are uploaded into Webflow manually.
Summary
Yes, you can assign and display images from a spreadsheet-like structure within Webflow using Webflow CMS collections. Webflow supports direct image uploads, so no third-party hosting is required if you manage your data and media within the CMS.