MathNya
MathNya
The latest version has been released. Please check it out.
@taylorh140 Thank you for your report. We will investigate the cause.
@taylorh140 Sorry, we have considered correcting the problem, but it is difficult to respond. It will be some time before the response is complete.
@taylorh140 Fixed issue. Please get the latest version and check it. I happened to find a good document and was able to correct it. However, a special calculation is used...
@Andrew-Lyu Thank you for your report. Ah, such a difference in performance. This must be improved. As agentjill said, the first step to improvement would be to optimize the loading...
@schungx Thank you for your report as well. We will respond to it as well.
The latest version is now available. This issue has been resolved. Please check it out.
@Expurple Yes, sir. It will probably be easy to implement and will be addressed in the next version update.
Oh, sorry. We have released the latest version, but just now we realized that it is not supported here. We will fix it soon.
@Expurple The latest version is now available. Please use this function. ```rust let path = std::path::Path::new("./tests/test_files/issue_201.xlsx"); let mut book = umya_spreadsheet::reader::xlsx::read(path).unwrap(); let mut cell = book.get_sheet_mut(&0).unwrap().get_cell_mut("B1"); cell.set_formula_result_default(""); ```