genyez
genyez
I‘ve seen many improvable points, such as: - don't copy data from/to string/vector by using emplace_back - multi-threaded xml w/r - multi-threaded com/decompression - incremental save (base on dirty mark...
or just a toy? Bugs including: - pybind not maintained (value - getValue) - sharestring initialization error ( what t h is the empty string?) - inline string mark not...
A separate issue from https://github.com/troldal/OpenXLSX/issues/243 Let's see `Python/library/pyXLCell.cpp` around line 69 ```cpp def("offset", py::overload_cast(&XLCell::offset), .... ``` I encountered a link error( or compile? not sure), said signature not matched, which...
A separate issue from #243 When I clone and build the python binding lib. Some error came up, one of them is missing function of value, which seems to be...