Hi,
first of all thanks for this library. I currently have a solution with https://github.com/xou/elixlsx but I'm running into OOM issues with large datasets.
What is your suggested approach for adding formatting with exceed? I saw that it's possible to use protocols for own types, so I can think of adding own types for different kind of cells. But I wonder if this is the right approach. What do you think?
Thanks