01 // SITEMAP → EXCEL

Sitemap to Excel.

A real .xlsx workbook — not a renamed CSV. Auto-sized columns, every sitemap field preserved, sitemap-index handled.

Supports XML sitemaps, sitemap-index files (auto-followed), HTML site indexes and plain-text URL lists.

Excel-specific perks

  • URL column is auto-widened so links stay readable
  • Long URLs don't get scientific-notation eaten by Excel
  • All optional sitemap fields kept as separate columns
  • Sitemap-index conversions add a Source Sitemap column
  • One sheet per workbook — clean, easy to filter

Frequently asked

FAQ

Is this a real .xlsx file?
Yes — generated server-side with the same Office Open XML format Excel writes. Opens cleanly in Excel, Numbers and Google Sheets (via upload).
Are columns pre-sized?
The URL column is widened so URLs don't truncate. lastmod / priority / changefreq columns inherit a sensible default width.
Can I get formulas or pivot tables?
The export is raw data only — no formulas, no formatting, no pivots. That keeps the file portable and means any later transformation is yours to own.