Skip to content

A C# application that extracts database metadata and exports it to an Excel file, with each table's details written to a separate sheet. Ideal for database documentation and analysis.

Notifications You must be signed in to change notification settings

sajithrw/SqlMetadataToExcel

Repository files navigation

Database Metadata to Excel Exporter

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.

Features

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.

About

A C# application that extracts database metadata and exports it to an Excel file, with each table's details written to a separate sheet. Ideal for database documentation and analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages