common/x*: add Korean translation (#14635)

This commit is contained in:
코드싸이
2024-11-05 16:07:08 +09:00
committed by GitHub
parent 23c5de443b
commit a3249448d1
40 changed files with 815 additions and 0 deletions

16
pages.ko/common/x_x.md Normal file
View File

@@ -0,0 +1,16 @@
# x_x
> Excel 및 CSV 파일 보기.
> 더 많은 정보: <https://github.com/kristianperkins/x_x>.
- XLSX 또는 CSV 파일 보기:
`x_x {{파일.xlsx|파일.csv}}`
- 첫 번째 행을 테이블 헤더로 사용하여 XLSX 또는 CSV 파일 보기:
`x_x -h {{0}} {{파일.xlsx|파일.csv}}`
- 비전형적인 구분 기호를 사용하는 CSV 파일 보기:
`x_x --delimiter={{';'}} --quotechar={{'|'}} {{파일.csv}}`