xlsx operation command line tool
go get github.com/twinbird/xl
xl -in [filepath]
or
xl -out [filepath]
-S string
operation sheet name
-b string
base cell position
-in string
input excel file path
-out string
output excel file path
-s string
text column separater character (default " ")
MIT