---
title: "Render CSV as a complete HTML table"
description: "Turn cells into table columns, rows into table records, and wrap the result in a valid HTML document."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Render CSV as a complete HTML table

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/structured-data/csv-to-html-table/index.mdx
