> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/import-export-from-excel.md).

# Import/Export from Excel

The Guardian introduces a powerful feature designed to streamline the management of policy schemas by enabling users to import and export schemas directly from and to Excel file format. This functionality bridges the gap between the flexibility of spreadsheet management and the structured requirements of Guardian JSON schemas, making it significantly easier for users to handle large volumes of data and complex schema structures.&#x20;

With the Import/Export feature, users can efficiently transform schemas written in Excel into valid Guardian JSON schemas and export existing Guardian schemas into Excel format for review, modification, or archival purposes. This integration is particularly useful for users who prefer the accessibility and familiarity of Excel for drafting and conceptualizing data models before implementing them within the Guardian framework. It also facilitates a smooth transition for policies and tools that require periodic updates or revisions by allowing users to manage these changes outside the Guardian environment before re-importing them for deployment.&#x20;

This guide provides detailed instructions on how to utilize the Import/Export schemas feature, including handling errors, understanding the autogenerated blocks within the Guardian policy flow, and utilizing the provided template for schema creation. By following this guide, users can leverage Excel’s versatility alongside Guardian’s robust data management capabilities to enhance their policy management processes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/import-export-from-excel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
