What problem does it solve? Building polished spreadsheets programmatically is error-prone: choosing the wrong library, mishandling formulas, or hitting memory limits on large datasets wastes hours. This Skill provides tested recipes for creating .xlsx files, Google Sheets, and PDF exports with correct formulas, formatting, charts, and financial models. ## Core Features & Use Cases - Spreadsheet Generation: Create .xlsx files with openpyxl or xlsxwriter including formulas, conditional formatting, data validation, charts, and print layouts. - Financial Models: Ready-made recipes for 3-statement models, DCF, LBO, comparable company analysis, and M&A accretion/dilution models. - Google Sheets & PDF Export: Generate Google Sheets via gspread or convert workbooks to PDF using LibreOffice CLI with proper print setup. - Use Case: A user asks for a DCF valuation of a public company. The Skill gathers real financials via web search, builds a multi-sheet workbook with assumption-driven formulas, sensitivity tables, and exports a formatted PDF. ## Quick Start Create an Excel financial model for Tesla with a 5-year DCF, sensitivity table, and charts, then export it as a PDF.