Skip to content

Simple golang program for converting sql db files to xlsx

Notifications You must be signed in to change notification settings

zile42O/sqlite-to-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-to-xlsx

Usage

Simple golang program, xlsx files will be into out folder, clone this git directory and put your .db file inside folder, do build and run.

Build

go build

Run

go run main <db-path.db>

Or (if you did build)

./main.exe <db-path.db>

Demo Excel (Well formating) [output]

Demo

Demo Default [output]

Demo

Used example .db is from Site


Demo Cipher Supported [output]

Demo

About

Simple golang program for converting sql db files to xlsx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages