Once data is loaded into Excel, Copilot allows users to ask questions in natural language instead of building new formulas.
backend/ ├── prisma/ │ └── schema.prisma # Database schema ├── src/ │ ├── controllers/ # Business logic │ │ ├── index.ts │ │ ├── university.controller.ts │ │ └── college.controller.ts ...