go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

Excel support #125

Open dgrr opened 4 years ago

dgrr commented 4 years ago

Hello,

Are you going to add support for excel files? If so, I can help using this library.

Thanks.

pytomtoto commented 3 years ago

:)

karthikcru commented 3 years ago

Hello,

Are you going to add support for excel files? If so, I can help using this library.

Thanks.

Are we not doing writet support as well, the library is only for reading, I am ready to contribute to write support as well.

I am already using it in a project and excel support would be awesome. As of now working with a wrapper which reads and then writes to JSON and consuming it during read.