Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 455 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 455 Bytes

xl

xlsx operation command line tool

Install

go get github.com/twinbird/xl

Usage

  xl -in [filepath]  
  or  
  xl -out [filepath]  

Option

  -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 " ")  

License

MIT