Closed cstkingkey closed 2 years ago
Thank you for your suggestion. This seems to be a more efficient way of processing. We will test it and if it is confirmed that there is no problem, we will address it in the next version update.
The program has been corrected. Please obtain and review the latest version.
for example https://github.com/MathNya/umya-spreadsheet/blob/b9910d87a9c18ed1168916bb1762a209d801090a/src/structs/cells.rs#L101
when calling get_cell_by_column_and_row_mut to get a new cell, it will basically enumerate all cells two times.
I think that using hashmap with coordinate as the key to store the cells is better idea.