Tutorials
Hands-on guides to help you build with Mog. Each tutorial walks through a practical task from start to finish with complete code examples.
beginner15 min
Embed a Spreadsheet in Next.js
Drop an interactive spreadsheet into a Next.js app using the @mog-sdk/embed React component. Load XLSX files, handle events, and customize the toolbar.
beginner15 min
Process XLSX Files Server-Side
Use @mog-sdk/node to read, modify, and write Excel files without Excel. Evaluate formulas, iterate cells, and batch-process files in TypeScript.
intermediate20 min
Use Mog from Python
Create workbooks, evaluate Excel formulas, convert to pandas DataFrames, and generate reports programmatically using the Mog Python SDK.
intermediate30 min
Build a Budget Tracker
Build a complete budget tracking app with Mog and React. Add formulas, conditional formatting, summary charts, and XLSX export.