What gets converted
- Every worksheet becomes its own Markdown table, under a heading with the sheet's name.
- The first row is treated as the table header, matching how Markdown tables work.
- Text, numbers, and TRUE/FALSE values come across as written. Cells that hold a formula use the value Excel last calculated and saved.
- Dates are written in ISO form (YYYY-MM-DD) so they read the same everywhere.