Skip to content

menghaoyu2002/ssq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssq

use sql to query spreadsheets.

Takes in a SQL query and returns an array of JSON objects representing each row.

Only supports the syntax

SELECT [COLUMNS] FROM [PATH_TO_SPREADSHEET] SHEET [SHEET_WITHIN_SPREADSHEET] WHERE [CONDITIONS]

SHEET keyword is optional and only required for filetypes that can contain multiple sheets.

take it easy on me, this is my first time writing rust. i feel like im doing something wrong but i don't know the right way to do it so i'm leaving it like this. i'm sorry for the rust crimes i'm committing

About

spreadsheet query

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages