Skip to content
/ tailxlsx Public

tailxlsx is go-lang application to provide see content of xlsx files (Microsoft Excel format) on console

License

Notifications You must be signed in to change notification settings

selam/tailxlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailxlsx

tailxlsx is go-lang application to provide see content of xlsx files (Microsoft Excel format) on console

parameters of tailxlsx

-s sheet number or name default is "1" (first sheet)

-r start and end row numbers (no space between them), seperated with coma default is 1,10

-c start and end cell numbers, you must give cell number instead of letters, default is 1,10

Usage of tailxlxs

tailxlsx test.xlsx

+----+----+----+
| 1a | 1b | 1c |
+----+----+----+
| 2a | 2b | 3c |
+----+----+----+

TODO

make it more readable

write tests

add odf support

Thanks

for tablewriter to Oleku Konko

for xlsx library to Geoffrey J. Teale

About

tailxlsx is go-lang application to provide see content of xlsx files (Microsoft Excel format) on console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages