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": {
"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
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.
Enterprise Capability Model
Capability decomposition grid - 2-4 domain columns with 4-8 capability tiles per column. Supports standard, matrix, and maturity heatmap styles for business architecture, target operating model, and capability strategy slides.
Feature Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
Market Sizing
TAM/SAM/SOM market-sizing slide with a compact pyramid, clear sizing logic, and one investment implication. Best for fundraising, GTM strategy, and market-entry decisions.
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.