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 PlaygroundParameters
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": {
"headers": [
"Region",
"Q1",
"Q2",
"Q3",
"Q4",
"Total",
"YoY Δ"
],
"rows": [
[
"DACH",
"$2.1M",
"$2.4M",
"$2.8M",
"$3.1M",
"$10.4M",
"+42%"
],
[
"UK",
"$1.1M",
"$1.1M",
"$1.2M",
"$1.1M",
"$4.5M",
"+8%"
],
[
"France",
"$0.8M",
"$0.8M",
"$0.8M",
"$0.8M",
"$3.2M",
"+3%"
],
[
"Nordics",
"$0.5M",
"$0.7M",
"$0.9M",
"$1.4M",
"$3.5M",
"+89%"
],
[
{
"text": "Total",
"style": "highlight"
},
{
"text": "$4.5M",
"style": "highlight"
},
{
"text": "$5.0M",
"style": "highlight"
},
{
"text": "$5.7M",
"style": "highlight"
},
{
"text": "$6.4M",
"style": "highlight"
},
{
"text": "$21.6M",
"style": "highlight"
},
{
"text": "+33%",
"style": "highlight"
}
]
],
"title": "Revenue up 33% YoY driven by DACH and Nordics growth",
"subtitle": "Quarterly Revenue by Region",
"footer": "Quarterly revenue by region | Q1-Q4 FY2025",
"takeaway": "DACH and Nordics account for 80% of growth — prioritize investment in these regions"
}
}'Tags
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Feature Grid
Two-column grid of 3-8 feature cards, each with a Lucide icon, title, and short description. Auto-layouts rows based on item count. Use for product overviews, capability summaries, 'what we do' slides, service offerings, 'why choose us', and onboarding feature tours.
Hub And Spoke
Central hub circle with 4-8 satellite spoke nodes arranged radially around it. Connecting lines link hub to each spoke. Each spoke has a title and optional description. Use for ecosystem maps, capability models, stakeholder maps, operating models, service portfolios, and any center-outward relationship.
Icon Grid
Grid of 4-9 items, each with a Lucide icon, title, and description bullets. Auto-layouts as 2x2, 3x2, 3x3. Use for feature lists or capability maps.
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: headers, rows. 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.