Kenneth Troldal Balslev
Kenneth Troldal Balslev
Hi @sp00ktober, I'm glad you like it :) Unfortunately, cell formatting is not possible at the moment. The primary goal of OpenXLSX has been data access, i.e. reading and writing...
@gvollant yes, I am indeed. I will eventually get around to it, but I have some other stuff I need to clean up before I proceed. But rest assured, I...
Hi @kelbon `1. I think it is possible to unicode name of sheet or smth? Isnt it?` I'm not sure what you mean. Are you asking if it is possible...
Hi @snagytx You are right, it is not supported. But it's a good point, so I'll keep this issue open, and return to it when I have the time.
Hi @shuaibozhang Sorry for the late reply. I'm not sure what is the problem. There is practically no difference in the two codelines above. Also, I don't get a failed...
The Zippy library has been renamed KZip and can be found here: https://github.com/troldal/KZip It's basically just a wrapper around miniz: https://github.com/richgel999/miniz Regarding your suggestions for multithreading, that would be great...
The .values() function from the XLRow class does not return a std::vector of strings, but XLCellValue objects. An XLCellValue object can be implicitly converted to a the type corresponding to...