Skip to content

A small python program to retrieve result from MS-SQL DB and insert it in an Excel file

License

Notifications You must be signed in to change notification settings

LoboMelwyn/MSSql-to-Excel

Repository files navigation

MSSql-to-Excel

This is a simple implementation in Python to run query in MS-SQL and insert results in an xlsx sheet.

Note: This only works on Excel 2010 and above format.

Installing

  1. Python 2 should be installed on the system.
  2. This script depends on following two python modules for installing them run the following command pip install pyodbc openpyxl

SQL File format

SQL File Rule

About

A small python program to retrieve result from MS-SQL DB and insert it in an Excel file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages