us-excel-template-data 0.1.0

US search demand for Excel & Google Sheets templates: 1,008 keywords with monthly volumes (2026), 16 categories, with a zero-dependency query API. CC BY 4.0 open data.
Documentation
# us-excel-template-data

US search demand for Excel & Google Sheets templates — **1,008 keywords with estimated
monthly US volumes (2026), 16 categories** — embedded as a zero-dependency Rust crate
with a small query API.

Open data (CC BY 4.0) compiled by the [TableTemplates](https://tabletemplates.com/)
Data & Research Team. Archived under DOI on
[Zenodo](https://doi.org/10.5281/zenodo.21416251) and
[Harvard Dataverse](https://doi.org/10.7910/DVN/A2QIVN).

```rust
use us_excel_template_data::catalog;

let top = catalog::top(5);                    // highest-demand keywords
let pm = catalog::by_category("project-management");
let hits = catalog::search("invoice");        // case-insensitive substring search
let free = catalog::with_free_template();     // 146 rows with a free implementation
```

The free, no-signup implementations referenced by the dataset are in the
[free template library](https://tabletemplates.com/free/).

License: data CC BY 4.0 — attribution TableTemplates.com Data & Research Team.