Any crate for read/write excel?

I find rust-xls crate from github, however it cannot build successfully under cargo 0.13 nightly.

Can some one recommend one notoble crate to read/write excel? Thanks.

Hm, it looks actively maintained. What error did you get? And, what rustc version?

I have started creating a pure rust version
https://github.com/tafia/office

It doesn't do much yet: it can only read excel ranges out of xlsx, xlsm (not xlsb). I'm currently working on reading the vba.
I do not advise you to use it as it is VERY immature.