This is a C# application that fetches metadata from a specified database and exports it to an Excel file. Each table's metadata is written to a separate sheet in the Excel document.
Fetches metadata (columns, data types, constraints, etc.) for all tables in a database. Exports each table's metadata to a separate sheet in an Excel file. Provides an easy-to-read structure for database documentation and analysis.