kardianos / xls

Go XLS reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How bad is it?

agentabstract opened this issue · comments

I'm stuck with an older application only capable of exporting very simple spreadsheets in XLS format. There are no good XLS options for Go. I need to be able to read these reports when they come in. I've spent a few hours on this issue, I know you clearly spent a lot longer, so I'm asking for advice really.

Would opening the file, calling the ReadAll method, and then closing the file be unsafe in production?