Getting Started with GeoSheet

Create your GeoSheet account, set up your organization, and build your first geospatial spreadsheet with maps, formulas, and collaboration.

Creating Your Account

  1. Go to geosheet.app and click Sign Up
  2. Enter your email and password
  3. Verify your email address via the confirmation link sent to your inbox

First-Time Setup

After signing in for the first time, you'll be guided through setup:

  1. Create an organization — this is your team's top-level container (e.g., your company name)
  2. Create a workspace — workspaces group related spreadsheets together (e.g., "Q1 Analysis", "Field Data")
  3. You'll land on the Dashboard, where all your spreadsheets live

The Dashboard

The dashboard is your home base. From the sidebar you can:

  • My Spreadsheets — all spreadsheets you own
  • Shared with Me — spreadsheets others have shared with you
  • Recycle Bin — deleted spreadsheets (restore or permanently delete)
  • Settings — organization settings, members, groups, billing

View Options

Toggle between Card and List view using the view switcher in the dashboard header. List view shows a sortable table with name, last modified, and owner columns — click any column header to sort.

Inline View

Click a GeoSheet from the dashboard to open it inline — the spreadsheet renders inside the dashboard shell with the sidebar still visible. Use the sidebar to switch between GeoSheets without navigating away. A collapse notch on the sidebar edge gives you a full-width view when needed.

Creating a Spreadsheet

Click the + New GeoSheet button on the dashboard. You can:

  • Start with a blank spreadsheet
  • Choose from a template (real estate, sales, planning, and more)
  • Import a CSV or XLSX file

The Spreadsheet Interface

Once inside a spreadsheet, you'll see:

  • Toolbar — formatting, font, alignment, merge cells, charts, maps, Time Warp, import/export
  • Formula Bar — edit cell formulas (click a cell to see its formula)
  • Name Box — shows the active cell address (e.g., A1); also access named ranges
  • Grid — the canvas-based spreadsheet area
  • Sheet Tabs — add, rename, reorder, or delete sheets
  • Geovani Button — floating button (bottom-right) to open the AI assistant

Row & Column Operations

Right-click a row number or column header to:

  • Insert rows or columns (above/below or left/right)
  • Delete rows or columns (formulas referencing shifted cells update automatically)

Formula references shift automatically when rows or columns are inserted or deleted. For example, if a formula references B5 and you insert a row above row 5, the reference updates to B6.

Time Warp

Click the Time Warp icon (clock) in the toolbar to explore your data's history. Scrub through a timeline to see past states, edit at the latest timestamp, and manage history snapshots. See the Time Warp guide for details.

Cell Types

GeoSheet supports standard spreadsheet values plus special types:

TypeVisual IndicatorExample
Text, Numbers, BooleansStandard displayHello, 42, TRUE
Spatial (POINT, LINE, etc.)Colored left barPOINT(40.71, -74.00)
DurationSky blue background + clock icon2h 30m
Array formula resultPill indicator{1, 2, 3}
SparklineInline chart=SPARKLINE(A1:A10)

Keyboard Shortcuts

ActionShortcut
Navigate cellsArrow keys
Edit cellF2 or start typing
Confirm editEnter
Cancel editEscape
Copy / PasteCmd+C / Cmd+V
Undo / RedoCmd+Z / Cmd+Shift+Z
Bold / ItalicCmd+B / Cmd+I
Find & ReplaceCmd+F
Go to cellCmd+G
Command paletteCmd+K
Help / Keyboard shortcuts?

Import & Export

Import

  • CSV — drag and drop or use File menu
  • XLSX — Excel files with multiple sheets supported

Export

  • CSV — exports the active sheet
  • XLSX — exports all sheets
  • PDF — exports with formatting preserved

Next Steps