What problem does it solve?
This Skill provides a comprehensive toolkit for managing 1C spreadsheet templates (MXL), enabling efficient creation, modification, and validation of print forms and tabular documents.
Core Features & Use Cases
- JSON DSL Compilation: Generate complex
Template.xml files from concise JSON descriptions.
- Decompilation: Convert existing
Template.xml files back into a human-readable JSON format for analysis and editing.
- Structure Analysis: Understand the layout of templates by inspecting areas, parameters, and column sets.
- Validation: Ensure the structural integrity of your MXL files to prevent runtime errors in 1C.
- Use Case: When developing a new print form in 1C, you can define its structure in JSON, compile it to
Template.xml, validate it, and then integrate it into your configuration.
Quick Start
Compile the JSON description in 'template-design.json' into a new 1C spreadsheet template file named 'Ext/Template.xml'.