Skip to content

ExStruct Documentation

ExStruct Image

Welcome to the ExStruct docs. This site covers usage, CLI, and API reference for extracting structured data from Excel workbooks.

At a Glance

  • Export structured JSON (default), YAML, TOON (optional deps).
  • Output modes: light / standard / verbose.
  • Table detection is tunable via set_table_detection_params.
  • Graceful fallback when Excel COM is unavailable.
  • Install: pip install exstruct
  • CLI: exstruct input.xlsx --pretty --mode standard
  • Python: from exstruct import extract, export