You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
-
# Excel SQL Exporter
1
+
# Excel SQL Importer
2
2
3
3
This tool imports Excel files into SQL Tables and also optionally first downloads them from an FTP site for integrations with cloud systems and provide an easier solution compared with SSIS which will often not work well with large text fields
4
4
5
+
If you are looking for a tool that works the other way around exporting from SQL into Excel then please see the other project instead:
6
+
https://github.com/robinwilson16/ExcelSQLExporter
7
+
5
8
## Purpose
6
9
7
10
The tool was created as a replacement for Microsoft SQL Integration Services (SSIS) which can work well with smaller files but these days has a lot of limitations which this tool overcomes:
0 commit comments