SHEETAI_IMAGE Function Guide
What is SHEETAI_IMAGE Function?
The SHEETAI_IMAGE function allows you to generate images directly in your spreadsheet using AI. Simply describe what you want, and the function will create an image based on your description. Perfect for creating visuals, mockups, and illustrations on the fly.
Basic Syntax
The basic syntax is:
=SHEETAI_IMAGE(prompt, style, size)
The style parameter is optional and can be used to specify artistic styles. Size can be "small", "medium", or "large".
Examples
Task | Prompt | Formula | Output |
---|---|---|---|
Generate logo | A minimalist logo of a mountain peak in blue | =SHEETAI_IMAGE(B2, "minimal", "medium") | [Logo] |
Create illustration | A cute cartoon robot watering plants in a garden | =SHEETAI_IMAGE(B3, "cartoon", "large") | [Image] |