Tables versus query results
Lets you export full MySQL tables, filtered rows (per-table
WHERE clause in the wizard), or each source
table as its own worksheet inside a single workbook -
pick the layout per migration.
Row limits and file size
Excel worksheets cap at 1,048,576 rows. DBConvert splits
oversized tables across multiple worksheets or files
automatically - or you can pre-filter the export by
date range / shard key so each workbook stays usable.
Dates, decimals, IDs, and leading zeros
Writes MySQL values into Excel cells with explicit format
hints (text format for ID-style columns to preserve leading
zeros, native date format for DATETIME,
explicit decimal places for DECIMAL) -
so the destination workbook matches the source data
instead of Excel's default auto-typing.
Character set and line breaks
Writes utf8mb4 source values into Excel as
UTF-16 internally (the native Excel encoding), so names,
notes, emoji, non-Latin text, and multiline fields
round-trip without the CSV-route encoding quirks.
Recurring exports
Saves the migration as a session so the next scheduled run
(CLI --run or Windows Task Scheduler) preserves
the same table selection, column order, filters, and output
path - downstream Excel users get a stable workbook
shape each run.
Workbook logic - out of scope
DBConvert delivers data into the workbook: tables, columns, and rows. Workbook
formulas, charts, pivot tables, and Excel macros are not created from MySQL logic - the
export is data delivery into Excel, not an application conversion.