> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Spreadsheet निर्माण

> Arka से CSV और Excel workbooks generate करें।

एक preset या schema से workbook बनाएँ:

```bash theme={null}
arka spreadsheet users --count 50 --output users.xlsx
arka spreadsheet sales --count 100 --output sales.xlsx
```

Arka मौजूदा data generator का उपयोग करता है, CSV/TSV/JSON/XLSX output का समर्थन करता है,
और generator के output नियमों के अनुसार असुरक्षित overwrites से इनकार करता है।


## Related topics

- [Terminal से matplotlib charts generate करें](/hi/guides/charts.md)
