You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI tool to execute SQL queries on xlsx files and output the results to xlsx format.
6
+
A CLI tool that executes SQL queries on various files including xlsx files and outputs the results to various files.
7
7
8
8

9
9
@@ -13,8 +13,8 @@ A CLI tool to execute SQL queries on xlsx files and output the results to xlsx f
13
13
| 2 | orange | 50 |
14
14
| 3 | melon | 500 |
15
15
16
-
Execute SQL on xlsx files and output the results to xlsx format using [xcelize](https://github.com/qax-os/excelize)and [trdsql](https://github.com/noborus/trdsql).
17
-
Output to various formats.
16
+
A CLI tool that executes SQL queries on xlsx files and outputs the results to various files, and also executes SQL queries on various files and outputs them to xlsx files.
17
+
Built using [excelize](https://github.com/qax-os/excelize) and [trdsql](https://github.com/noborus/trdsql).
0 commit comments