tail for xlsx files
I wrote a command line application similar for "tail" but used for xlsx (spreadsheet files), i was needed to develop another application which accept uploading xlsx files to server and generate a new one from database, for debugging purposes i was need to see quickly what's inside of these files, tailxlsx reads xlsx file and prints with ascii table to terminal some part of it
installtion of tailxlsx
go get github.com/selam/tailxlsx
remember $GOPATH/bin must be added to $PATH
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
-h
help
Usage of tailxlxs
tailxlsx test.xlsx
+----+----+----+
| 1a | 1b | 1c |
+----+----+----+
| 2a | 2b | 3c |
+----+----+----+
Posted on Utopian.io - Rewarding Open Source Contributors
Your contribution cannot be approved yet because it is too short for a Dev Contribution. If You wanted to show what can be achieved using Golang language, write a tutorial instead.
See the Utopian Rules. Please edit your contribution to reapply for approval.
You may edit your post here, as shown below:
You can contact us on Discord.
[utopian-moderator]
For notification purposes
@codingdefined what you mean when you say "too short"? line of code's are short? decription is short? etc.
i don't want to show go's capabilities, I develop some applications for my needs and publish under free software licences.
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Congratulations @selamtux! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :
You got a First Reply
Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word
STOP
Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - The results, the winners and the prizes
Congratulations @selamtux! You received a personal award!
Click here to view your Board of Honor
Congratulations @selamtux! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!