Skip to content

Commit a5f841e

Browse files
authored
Added badges
1 parent 508c207 commit a5f841e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Excel to SQL CREATE TABLE PowerShell Script
22

3+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ee9146d3911445c2b781cdd0dd537161)](https://app.codacy.com/gh/R0mb0/Excel2sql_create_table/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
4+
5+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/R0mb0/Excel2sql_create_table)
6+
[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/R0mb0/Excel2sql_create_table)
7+
[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit)
8+
9+
[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)
10+
311
## Overview
412

513
This project provides a PowerShell script (`ExcelToSqlCreateTable.ps1`) to automatically generate a SQL `CREATE TABLE` statement from the structure and content of an Excel `.xlsx` file. The script analyzes the sheet's headers and data, deduces the most appropriate SQL data types for each column, and handles common Excel issues such as duplicate headers, unnamed columns, and empty cells.

0 commit comments

Comments
 (0)