Raphael Stoeckli
Raphael Stoeckli
Hi, It is mentioned in the readme and FAQ: "What You Can Write Is What You Can Read". Everything else is discarded. The library is meant as a writer/reader (exporter/importer)...
Hi, Currently, data validation is not implemented. But I think I will place it on the backlog quite high, after inline formatting and conditional formatting. The implementation looks not very...
Thank you, that is very nice of you, and I am extremely happy that the library is useful to you and your organization. It was my intention to provide a...
Hi, Can you explain your use case a little bit further? What do you mean with "the incremental value is false"? Does it count the wrong steps or direction? If...
Hi, OK, I think I understand now, what the problem is. Yes, it may be not very intuitive that setting the cell by AddCell is set to the cursor. Therefore,...
How have you added NanoXLSX to your project? - By NuGet package manager? - Manually added a DLL? - Referencing the source code of NanoXLSX (a copy of the .cs...
I will close this issue for now, since it's open for a month. The requirement to ignore triggering the "cursor" to go to the next cell on AddCell() is added...
Hi, Thank you for the input and the PoC. Currently. I am doing a complete re-engineering (mostly structural) on the library (branch: [dev-v3](https://github.com/rabanti-github/NanoXLSX/tree/dev-v3)). The main goal is modularization. Therefore, the...
Hi, What is your system locale, where the library is running? Other than "en-US"? I have a suspicion. I discovered some other instances in the reader code, where numbers are...
Hi, can you quickly try the attached NuGet package out? This should fix any I18N-parsing issue. If it is working, I will do some maintenance work and then release the...