We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f841e commit cae4635Copy full SHA for cae4635
README.md
@@ -44,6 +44,12 @@ This project provides a PowerShell script (`ExcelToSqlCreateTable.ps1`) to autom
44
.\ExcelToSqlCreateTable.ps1
45
```
46
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
+
53
3. **If multiple `.xlsx` files are present:**
54
- The script will display a numbered list of all `.xlsx` files in the directory.
55
- Enter the corresponding number to select your desired file.
0 commit comments