Skip to content

Commit 4488048

Browse files
committed
rewrite the description
1 parent c206c32 commit 4488048

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PkgGoDev](https://pkg.go.dev/badge/github.com/noborus/xlsxsql)](https://pkg.go.dev/github.com/noborus/xlsxsql)
44
[![Actions Status](https://github.com/noborus/xlsxsql/workflows/Go/badge.svg)](https://github.com/noborus/xlsxsql/actions)
55

6-
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.
77

88
![xlsxsql query -H -o md "SELECT a.id,a.name,b.price FROM testdata/test3.xlsx::.C1 AS a LEFT JOIN testdata/test3.xlsx::.F4 AS b ON a.id=b.id"](docs/xlsxsql.png)
99

@@ -13,8 +13,8 @@ A CLI tool to execute SQL queries on xlsx files and output the results to xlsx f
1313
| 2 | orange | 50 |
1414
| 3 | melon | 500 |
1515

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).
1818

1919
## Install
2020

0 commit comments

Comments
 (0)