Raphael Stoeckli

Results 50 comments of Raphael Stoeckli
trafficstars

The feature (and other View features) are not yet implemented. But it looks like they are very easy to implement in the Worksheet class. I will probably do this the...

The following features were added right now with the new release v3.2.0: - Added worksheet option for zoom factors - Added worksheet option for view types (e.g. page break preview)...

Hi, This property is not yet implemented, but would be easy to implement. I have taken it into the [backlog of NanoXLSX](https://github.com/rabanti-github/NanoXLSX/wiki/Backlog). But I cannot promise when it will be...

Hi, Please see: [https://github.com/rabanti-github/NanoXLSX/issues/59](https://github.com/rabanti-github/NanoXLSX/issues/59). The next major version of PicoXLSX is planned as subset of NanoXLSX

Hi, This feature is currently not supported. However, that feature would perfectly fit into the further development (I was already thinking about it and have added it now to the...

Hi Thanks for the request. RichText (inline formatting) is on top of the (not yet written down :-) roadmap. Conditional formatting is also planned but will be probably a bigger...

Hi, Thank you for the report. It looks like something has changed in the format in the last few weeks, since the current escaping behavior was implemented due to a...

Hi, I am still working on a solution for the escaping. Not sure how to provide a holistic and error-proof escaping at the moment. Especially due to internationalized date/time formatting,...

Hi, Thank you for the additional input. I just released v2.1.0, where the whole escaping (except the XML escaping) was removed. I am quite tired today, therefore I will post...

Ok, here is the follow up. ### Analysis I had a deep dive into custom number formatting. And this is what happens internally: - Most characters like x, l or...