Functions and Operations

TIFANY provides a suite of tools for manipulating table structure and content. These operations can be accessed via the left panel, the right-click context menu, or keyboard shortcuts.


1. Structural Operations

These functions allow you to add or remove elements from your table.

Add Operations

Delete Operations


2. Advanced Transformations

Merge Cells

Combines multiple selected cells into a single larger cell.

Transpose Table

Swaps the rows and columns of the entire table.

Text Split

Decouples a single cell's content into multiple cells based on specific delimiters.


3. Editor Features

Crosshair Navigation

Toggle the Crosshair tool to enable row and column highlighting as you move your mouse.

Drag & Drop

Enable Drag & Drop to visually reorder your table.

History Management


4. Export Formats

TIFANY can generate code in several formats based on your active sheet:

FormatDescription
HTMLClean, formatted HTML <table> code ready for web integration.
JSONHierarchical representation of the table data, mapped by headers.
MarkdownStandard GitHub-flavored markdown table syntax.
CSVComma-separated values, downloadable as a .csv file.
SQLCREATE TABLE and INSERT statements for database migration.
Always select Generate in the right panel after making structural changes to ensure your exported code reflects the latest state of the table.