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
  • Coverage
  • 100%
    17 out of 17 items documented1 out of 9 items with examples
  • Size
  • Source code size: 79.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 422.38 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • tresor4k/us-excel-template-demand
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tresor4k

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 Data & Research Team. Archived under DOI on Zenodo and Harvard Dataverse.

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.

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