How to read an excel file in go? -


i'm new on go lang.i want read excel file procees later, don't know how read file in go? can show me example ?

i haven't tried there's xlsx package.

install with

go -v github.com/tealeg/xlsx 

read documentation , come here code you've tried if stuck.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -