Thursday, 15 March 2012

Parse Excel file using Go on OS X -



Parse Excel file using Go on OS X -

i'm trying read excel file golang (even not .xlsx) , using several libraries can't have success in it. libraries crashes on openfile stage such error:

zip: not valid zip file

libraries tried use: https://github.com/tealeg/xlsx https://github.com/tealeg/xlsx2csv/

there others too, crashed during

go name-of-lib because of dll problems.

any ideas? because i'm trying in under macos or other reason?

the libraries trying utilize 1, 2 back upwards newest microsoft excel format zip xml documents. hence error: zip: not valid zip file. can used on macos, first need convert old xls files xlsx files. should able convert them libreoffice in headless mode described other question, can run process code.

the other libraries failing "dll" errors because must linked against windows dynamic link libraries. so, not usable on macos.

excel go

No comments:

Post a Comment