When to Use the Spreadsheet Editor
The Spreadsheet editor is the right choice when your output is inherently tabular:| Use Case | Example Prompt |
|---|---|
| Comparison tables | ”Compare the top 5 CRM tools across pricing, integrations, and ease of use” |
| Budget templates | ”Create a monthly household budget template with categories and formulas” |
| Project schedules | ”Build a 12-week project timeline with tasks, owners, and milestones” |
| Pricing tables | ”Create a SaaS pricing table for Free, Pro, and Enterprise tiers” |
| Data conversion | ”Convert this JSON data into a formatted spreadsheet table” |
| Feature matrices | ”Show which features are included in Free, Pro, and Enterprise plans” |
| Inventory lists | ”Create an inventory sheet with SKU, name, quantity, and unit cost” |
| Schedules | ”Build a weekly meeting schedule with time, topic, attendees, and location” |
What ZeroTwo Can Do in the Spreadsheet Editor
Create Tables from Scratch
Describe the columns and the data you want. ZeroTwo creates the headers, populates the rows, and formats the table. Prompts to try:- “Create a comparison table of the top 5 cloud storage services with columns for storage limit, monthly price, free tier size, and notable features”
- “Build a monthly budget template with categories for housing, food, transport, entertainment, savings, and miscellaneous — include a totals row”
- “Make a feature comparison matrix for Free, Pro, and Enterprise plans of a project management tool”
Convert Existing Data
Paste raw data — JSON, CSV, a plain text list, a copied web table — and ask ZeroTwo to convert it. Prompts to try:- “Convert this JSON array into a spreadsheet”
- “Turn this comma-separated data into a formatted table”
- “I have a list of transactions — structure this into a spreadsheet with columns for date, description, amount, and category”
Add Calculated Columns and Formulas
Ask ZeroTwo to add formula-based columns or summary rows. Prompts to try:- “Add a totals row at the bottom using SUM”
- “Add a column that calculates the monthly cost times 12 for the annual total”
- “Add an AVERAGE row below the data”
- “Add a percentage column showing each item as a share of the total”
Modify and Extend
After the table is created, continue iterating in the chat:- “Add a column for customer support rating (1–5)”
- “Remove the last two rows”
- “Sort the table by price, lowest to highest”
- “Add 5 more rows of realistic example data”
Formula Support
The Spreadsheet editor supports standard spreadsheet formulas. ZeroTwo can write formulas directly into cells when instructed.| Category | Formulas |
|---|---|
| Math | SUM, AVERAGE, MIN, MAX, ROUND, ABS |
| Text | CONCATENATE, UPPER, LOWER, LEN, TRIM |
| Logic | IF, AND, OR, NOT |
| Lookup | VLOOKUP, HLOOKUP, INDEX, MATCH |
| Date | TODAY, NOW, DATEDIF, DAYS |
Adding and Removing Rows and Columns
You can modify the table structure manually in addition to asking the AI:- Add a row: Right-click a row number → “Insert row above” or “Insert row below”
- Remove a row: Right-click a row number → “Delete row”
- Add a column: Right-click a column header → “Insert column left” or “Insert column right”
- Remove a column: Right-click a column header → “Delete column”
- Resize a column: Click and drag the column border in the header row
Exporting as CSV
Click the Download CSV button in the canvas toolbar to export the spreadsheet as a.csv file.
CSV export includes cell values only. Formulas are exported as their computed values, not as formula strings. Column formatting (bold headers, colors) is not preserved in CSV — those are display properties only.
Limitations
Tips for Best Results
Related Pages
Export Canvas
Download your spreadsheet as a CSV file.
HTML Preview
Build charts and data visualizations from your data.
Canvas Overview
All 7 canvas editor types and how to activate Canvas Mode.
Troubleshooting
Fix common spreadsheet canvas issues.

