XLGen Home

XLGen v0.1.0

Examples

Real conversion snippets for each public XLGen tool. Use these to validate formatting quickly before running larger datasets.

CSV → JSON

Convert comma-separated values to JSON array

Basic Example

Input

No markdown content to display

Output

No markdown content to display

JSON → CSV

Transform JSON arrays into CSV format

Basic Example

Paste JSON directly or upload a .json file

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

Nested objects are flattened to a string representation

Input

No markdown content to display

Output

No markdown content to display

CSV → YAML

Convert CSV data to YAML format

Basic Example

Paste CSV directly or upload a .csv file

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

Tip: numeric strings remain quoted in YAML output

No markdown content to display

YAML → JSON

Parse YAML and output as JSON

Basic Example

Paste YAML directly or upload a .yaml / .yml file

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

YAML anchors and aliases are resolved automatically

Input

No markdown content to display

Output

No markdown content to display

Excel → JSON

Read Excel files and convert to JSON

Basic Example

Upload an .xlsx/.xls file to convert workbook rows into JSON records.

Input

No markdown content to display

Output

No markdown content to display

JSON → YAML

Convert JSON data to YAML format

Basic Example

Paste JSON directly or upload a .json file

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

Arrays of objects become YAML sequences of mappings

Input

No markdown content to display

Output

No markdown content to display

CSV → SQL INSERT

Generate SQL INSERT statements from CSV

Basic Example

Paste CSV directly or upload a .csv file

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

String values are automatically single-quoted and escaped

No markdown content to display

CSV → Markdown

Convert CSV to Markdown table format

Basic Example

Paste CSV directly or upload a .csv file

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

Paste directly into GitHub, Notion, or any Markdown editor

No markdown content to display

JSON → C#

Generate C# classes from JSON

Basic Example

Paste JSON then click the Convert button

Input

No markdown content to display

Output

No markdown content to display

Advanced Example

Nested objects produce additional classes

Input

No markdown content to display

Output

No markdown content to display