All Projects → bwmarrin → sql2xlsx

bwmarrin / sql2xlsx

Licence: MIT License
A simple program to convert SQL rows into Microsoft Excel XLSX files.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to sql2xlsx

modern-office-git-diff
An experiment in tracking and diffing versions of modern Microsoft Office files in Git.
Stars: ✭ 51 (+21.43%)
Mutual labels:  xlsx
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (-35.71%)
Mutual labels:  xlsx
workbook
simple framework for containing spreadsheet like data
Stars: ✭ 13 (-69.05%)
Mutual labels:  xlsx
binance-profit-calculator
Just some Trade History import tool to see how much profit you made. If you have bags (unsold coins) it tries to take those into account as well.
Stars: ✭ 30 (-28.57%)
Mutual labels:  xlsx
idataapi-transform
Full async support toolkit for IDataAPI for efficiency work, read data from API/ES/csv/xlsx/json/redis/mysql/mongo/kafka, write to ES/csv/xlsx/json/redis/mysql/mongo/kafka, provide CLI and python API
Stars: ✭ 36 (-14.29%)
Mutual labels:  xlsx
lisp-xl
Common Lisp Microsoft XLSX (Microsoft Excel) loader for arbitrarily-sized / big-size files
Stars: ✭ 27 (-35.71%)
Mutual labels:  xlsx
spreadsheet decoder
Spreadsheet Decoder is a library for decoding spreadsheets for ODS and XLSX files.
Stars: ✭ 40 (-4.76%)
Mutual labels:  xlsx
TemplaterExamples
Creating reports in .NET and Java
Stars: ✭ 37 (-11.9%)
Mutual labels:  xlsx
excel-merge
A PHP library to merge two or more Excel files into one
Stars: ✭ 26 (-38.1%)
Mutual labels:  xlsx
svelte-sheets
Blazing fast excel sheets in the browser, hugely inspired by JExcel, built with Svelte and XLSX.
Stars: ✭ 45 (+7.14%)
Mutual labels:  xlsx
php-csv-exporter
A fast and tiny PHP library to export data to CSV based on Generator. Export millions of data seamlessly without memory exception.
Stars: ✭ 15 (-64.29%)
Mutual labels:  xlsx
vue-element-admin-ts
vue-element-admin 的 typescript 版本
Stars: ✭ 101 (+140.48%)
Mutual labels:  xlsx
carsBase
База автомобилей с марками и моделями JSON, CSV, XLSX и MySQL
Stars: ✭ 49 (+16.67%)
Mutual labels:  xlsx
excelizor
A simple tool to export .xlsx files to lua-table, json and their corresponding csharp classes and golang structs
Stars: ✭ 35 (-16.67%)
Mutual labels:  xlsx
XToolset
Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.
Stars: ✭ 110 (+161.9%)
Mutual labels:  xlsx
excel-writer-xlsx
Perl module to create Excel XLSX files.
Stars: ✭ 97 (+130.95%)
Mutual labels:  xlsx
hfexcel
JSON to Excel in Python. 🐍 Human Friendly excel creation in python. 📄 easy, advanced and smart api. json to excel conversion support.. ❤️
Stars: ✭ 16 (-61.9%)
Mutual labels:  xlsx
excel validator
Python script to validate data in Excel files
Stars: ✭ 14 (-66.67%)
Mutual labels:  xlsx
goxlsxwriter
Golang bindings for libxlsxwriter for writing XLSX files
Stars: ✭ 18 (-57.14%)
Mutual labels:  xlsx
exoffice
Library to parse common excel formats (xls, xlsx, csv)
Stars: ✭ 31 (-26.19%)
Mutual labels:  xlsx

sql2xlsx

Go report Discord Gophers

A simple program to convert SQL rows into Microsoft Excel XLSX files.

This example is built to work with MS SQL driver however it can easily be modified to function with any other Go SQL driver.

For help with this program or general Go discussion, please join the Discord Gophers chat server.

Install & Build

This assumes you already have a working Go environment, if not please see this page first.

go get https://github.com/bwmarrin/sql2xlsx.git
cd sql2xlsx
go build

Usage

All options are required.

Usage of ./sql2xlsx:
  -h string
        SQL Server hostname or IP
  -u string
        User ID
  -p string
        Password
  -s string
        SQL Query filename
  -o string
        Output filename

Other handy tools

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].