graph TD A[Start: User Input] --> B[Receive Search Parameters] B --> C[Business Type] B --> D[Location] C --> E[Form Search Query] D --> E E --> F[Skill #224: Oracle Ask Question] F --> G[Raw Business Listings] G --> H[Skill #223: Parse to JSON] H --> I[Structured Business Data] I --> J[Skill #190: Generate CSV] J --> K[Add Headers] J --> L[Format Data Rows] J --> M[Add Crescent Technical Branding] K --> N[Final Excel File] L --> N M --> N N --> O[End: Return File]