@alfrednewman It might be possible to wrap a Python XLS library in Nim?.
It's an approach I'm considering for some python libs I'm having trouble porting to Nim due to my lack of low-level C coding ability - eg Pyglet. It's not entirely unprecedented, Haskell also wraps some awesome python libs to bring some of that magic into their ecosystem: [https://hackage.haskell.org/package/matplotlib](https://hackage.haskell.org/package/matplotlib)
