Workbook Learning Path (Spreadsheet + LedgerLoom)

This is the main path for the workbook: you do the accounting in your spreadsheet, then use LedgerLoom to verify it and produce clean CSV artifacts you can compare.

The loop you will repeat

  1. Draft in Sheets/Excel (transactions + adjustments + optional closing).

  2. Export CSVs using the workbook template headers.

  3. Run:

    ledgerloom check --project .
    ledgerloom build --project . --run-id run1
    
  4. Reconcile: compare your spreadsheet totals to LedgerLoom outputs. Fix mistakes, re-run.

Where to start

If you are brand new, do this in order:

If you want to learn the accounting cycle without any tooling first, use the Spreadsheet-First track: Spreadsheet-First Track (No LedgerLoom Yet).

What “success” looks like

  • ledgerloom check produces a review package under outputs/check/<period>/.

  • ledgerloom build --run-id run1 produces a full run folder under outputs/run1/.

  • Your spreadsheet and LedgerLoom artifacts should agree on totals (trial balance and post-close TB).

Next: learn the output files

Before you go deeper, skim: