MathNya
MathNya
Thank you for contacting us. We will investigate the cause.
I could not reproduce the error here. Hmmm, maybe it depends on the Excel version.
We will consider it.
Thank you for your report. I will check the areas you mentioned.
I have checked the relevant sources and cannot find the cause. Can you tell us where the panic occurred?
Sorry it took so long to respond. I tried the above procedure with the latest version and did not encounter any errors. Please check again with the latest version.
It implements lazy_read(path) in case a large file is to be edited. This implementation allows the user to specify when to deserialize on a per-sheet basis. ```rust // Read raw...
@agentjill You are right. lazy_read(path) is a bit quirky. I have felt the need to improve the documentation. > Also, once the sheet is loaded that would mean things like...
@mjhmjhgkmj Very nice idea. The sections you mentioned can be processed in parallel. (Perhaps there are other areas where parallel processing is possible.)
[john-dc252](https://github.com/john-dc252) > Since mutators and accessors are already available through Cell, would it not be better to exclude the CellValue type from the public API? Sorry for the late reply....