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