b2KIT

Data Table Editor

Edit tabular data in a full-featured spreadsheet grid with formulas, sorting, filtering, and export.

Tested tool guide Tested browser tools Checked August 16, 2026

What Data Table Editor does, with a checked example

Data Table Editor places rows and columns in an editable spreadsheet-style grid instead of immediately converting them into a fixed output. You can change individual cells, add formulas that reference other cells, reorder records with sorting, narrow the visible set with filters, and export the resulting table. A common surprise is that filtering changes the view rather than deleting excluded rows. Because editing happens entirely in the browser, pasted table contents are not uploaded.

Worked example

A concrete input and expected output from the current implementation.

Input

Enter 2 in A1, 3 in B1, and =A1+B1 in C1.

Expected output

C1 displays 5.

The formula adds the numeric values in A1 and B1: 2 + 3 = 5.

How the result is produced

1

Cells and formulas

Click a cell to replace its contents, or enter a formula beginning with = to calculate from other cells. References such as A1 and B1 identify positions in the grid, and the displayed result reflects the values found in those cells. Review calculated columns after changing source values, especially before exporting the table.

2

Sort, filter, and export

Sorting orders whole records by the selected column; filtering narrows the rows shown for a stated condition. Neither operation requires rewriting each cell manually. Export then turns the edited grid into a tabular result. Before relying on that result, inspect it when row visibility, formulas, leading zeros, or displayed formatting matters, since export formats may represent those details differently.

Good uses

  • Correct quantities or labels in a pasted inventory list, add a calculated total column, and export the revised table.
  • Sort survey responses by a score column and filter the grid to records that need manual review.
  • Clean a small dataset inline by fixing individual cells, checking calculated values, and arranging rows for delivery.

Limits and checks

  • Formula support does not establish compatibility with every Excel or Google Sheets function. Test any function your result depends on.
  • Values that look numeric may instead be text. Verify types when sorting numbers, calculating totals, or preserving leading zeros.
  • A filter controls which rows are visible, but export scope can be ambiguous. Inspect the exported table for hidden or excluded rows.

Common questions

Can I use every Excel formula in the grid?

Do not assume so. Data Table Editor supports formulas, but that does not promise every Excel function, locale-specific separator, array behavior, or workbook feature. Test the exact formula you need in a small range. If the task depends on macros, external workbook links, or exact Excel recalculation compatibility, this editor is not an established substitute.

Does filtering delete rows from my table?

No. Filtering narrows which rows are displayed; it should not be treated as a deletion operation. Clear the filter to review the full table before making edits. If you need an export containing only the visible subset, inspect the exported file and confirm that hidden rows were handled as intended instead of assuming screen visibility determines export scope.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools