Raphael Stoeckli
Raphael Stoeckli
I will close this issue for now. Please don't hesitate to open a new one, if there are any issues with this fix or another part of the library. Thanks...
Hi, This is at the first rank in the [backlog ](https://github.com/rabanti-github/NanoXLSX/wiki/Backlog)(Formatting & Data --> Cell inline formatting). Unfortunately, I cannot say when v3.0 will be available, since I'm currently the...
Hi, sorry about the delay. The specs of inline formatting can be found in the official ISO documentation of ISO-IEC 29500-1. You find the documentation at: https://standards.iso.org/ittf/PubliclyAvailableStandards/index.html (search for `ISO-IEC...
Hi, thanks for the report. This is part of the [backlog](https://github.com/rabanti-github/NanoXLSX/wiki/Backlog) vor version 3.x of NanoXLSX However, it will probably not be a RichText parser (since this is a very...
Hi, Sorry about the slowdown in the progress. I have rewritten a lot on the dev-v3 branch until December 4th. Then I had to deal with some other things and...
Hello, I don't know whether this is somehow helpful, but I tried to track down the `ArrayIndexOutOfBoundsException`, using the sample images. There seems to be two issues: 1. `decodeBwRef` (Vp8LDecoder.java)...
I have some other ideas. Maybe I can find time to check the one or other: - One could reverse engineer the encoding process of the images (png --> webp)....
Here is a small update. I tried to read myself into the webp specs, and had a thorough look into the file header section. What can be ruled out is...
I could check some further things. It may be that the problem comes from the class HuffmanTable.java, since this is the foundation of `lz77decode`, what is used in `decodeBwRef`. After...
Hello, This feature is in the Backlog for v3.x of NanoXLSX: https://github.com/rabanti-github/NanoXLSX/wiki/Backlog However, the task is not that easy, since there must a full capable font parser (to get letter...