https://github.com/Hiflylabs/EditSQLTableInExcel
Lets you edit a SQL Server database table directly in Excel
https://github.com/Hiflylabs/EditSQLTableInExcel
Last synced: 5 months ago
JSON representation
Lets you edit a SQL Server database table directly in Excel
- Host: GitHub
- URL: https://github.com/Hiflylabs/EditSQLTableInExcel
- Owner: Hiflylabs
- License: gpl-2.0
- Created: 2020-06-11T09:20:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T10:18:34.000Z (over 4 years ago)
- Last Synced: 2024-08-03T22:17:41.110Z (8 months ago)
- Language: C#
- Size: 988 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Hiflylabs/EditSQLTableInExcel - Lets you edit a SQL Server database table directly in Excel (C# #)
README
# EditSQLTableInExcel
## Import, edit, insert and delete data for SQL Server in Excel.
EditSQLTableInExcel is an Excel Add-in that provides users a way to import and edit table data in Excel.
It allows users to insert, update and delete records in any SQL Server table that has a Primary Key defined.
It has been designed to be a simple tool for data analysts to manipulate SQL data without having to write scripts.This Add-in is heavily based on Pieter van der Westhuizen's (Pietervdw) SQL Server for Excel Add-in which is available at [https://github.com/Pietervdw/SQLForExcel](https://github.com/Pietervdw/SQLForExcel).
This version fixes multiple bugs found in the original Add-in, and no longer needs [Add-in Express for Office and .net](https://www.add-in-express.com/add-in-net/index.php) in order to build and run the project.## Setup
To install the software, download the .msi file from the latest release from the releases tab and follow the installation instructions.
After the installation has finished the Add-in should appear in Excel in the Data tab.
Make sure to reopen any Excel files that were open during the install process to see the Add-in.
If by any chance it doesn't appear check the COM Add-ins menu in the Developer tab in Excel and make sure it is checked.