Skip to content

Commit

Permalink
Changed Note notation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Nov 21, 2023
1 parent 4a4e0d0 commit dfb39ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Optional if the sheet is the first sheet.
xlsxsql query "SELECT * FROM test3.xlsx::.C1"
```

> Note:
> [!NOTE]
> If cell is specified, the table up to the blank column is considered to be the table.
This allows multiple tables to be specified on one sheet, and JOIN is also possible.
Expand Down Expand Up @@ -223,10 +223,10 @@ You can output the result to an xlsx file by specifying a file name with the `.x
xlsxsql query --out-file test2.xlsx "SELECT * FROM test.xlsx::Sheet2"
```

> Note:
> [!NOTE]
> You can also output to the same xlsx file as the input file. Please be careful as the contents will be overwritten.
> Note:
> [!NOTE]
> Even if you specify XLSX with --out, you must specify a file name with the extension `.xlsx`.
This command will execute the SQL query on the Sheet1 of test.xlsx and output the result to result.xlsx.
Expand Down

0 comments on commit dfb39ff

Please sign in to comment.