Skip to content

Commit cae4635

Browse files
authored
Update README.md
1 parent a5f841e commit cae4635

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ This project provides a PowerShell script (`ExcelToSqlCreateTable.ps1`) to autom
4444
.\ExcelToSqlCreateTable.ps1
4545
```
4646
47+
> If the script doesn't run, please execute this command, then run the script again.
48+
>
49+
> ```powershell
50+
>Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
51+
> ```
52+
4753
3. **If multiple `.xlsx` files are present:**
4854
- The script will display a numbered list of all `.xlsx` files in the directory.
4955
- Enter the corresponding number to select your desired file.

0 commit comments

Comments
 (0)