structuremanagementdata-heavy

Data Table Slide Template

Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.

Try in Playground
Data Table slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
120
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title
headers
Column headers. Optional :L/:C/:R suffix for alignment (e.g. 'Revenue:R'). Default: auto-detect from content.
rows
Data rows (each row is a list of cell values, one per column)
highlight_rows
0-based row indices to highlight with accent color
takeaway
One-sentence key insight. Must be concise (under 20 words).

Example brief

Sales by region: North America $2.4M growing 12%, APAC $3.1M growing 22%, EMEA $2.2M growing 5%, South America $0.8M growing 8%. APAC leads.

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "90098c5a-44ed-5f19-b934-c05d1d0d565e",
    "brief": "Sales by region: North America $2.4M growing 12%, APAC $3.1M growing 22%, EMEA $..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "90098c5a-44ed-5f19-b934-c05d1d0d565e",
  "params": {
    "title": "Regional Sales Performance — Q1 2026",
    "headers": [
      "Region",
      "Revenue:R",
      "YoY Growth:R",
      "Margin:R",
      "Contribution:R",
      "Status:C"
    ],
    "rows": [
      [
        "North America",
        "$2.4M",
        "+12%",
        "68%",
        "28%",
        "On track"
      ],
      [
        "APAC",
        "$3.1M",
        "+22%",
        "71%",
        "36%",
        "Exceeding"
      ],
      [
        "EMEA",
        "$2.2M",
        "+5%",
        "62%",
        "26%",
        "At risk"
      ],
      [
        "South America",
        "$0.8M",
        "+8%",
        "59%",
        "10%",
        "On track"
      ],
      [
        "Total",
        "$8.5M",
        "+14%",
        "66%",
        "100%",
        "—"
      ]
    ],
    "highlight_rows": [
      "1"
    ],
    "takeaway": "APAC leads growth at 22% YoY — recommend doubling sales investment in the region."
  }
}'

Tags

tabledatagridcomparisonsummarymetricsresultsmatrixspreadsheetrowscolumns

Related templates

Frequently asked questions

How do I render a Data Table slide?

Send a POST request to /v1/render with template "90098c5a-44ed-5f19-b934-c05d1d0d565e" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Data Table template accept?

The Data Table template accepts: title, headers, rows, highlight_rows, takeaway. Supports 1-20 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Data Table slide in under 1 second. $3 free credit, no card required.