Embedded images are not adjusted when rows/columns are inserted/removed
There are a whole bunch of adjustment_insert/delete_row/column API's that are marked pub(crate) but are not called anywhere.
They should be called in insert_cols, remove_cols, insert_rows, remove_rows etc.
Currently, inserting/removing rows/columns require manual adjustment of the cell anchor of embedded images (as well as I believe all other embedded objects).
Additionally, I find that, once columns/rows are deleted, then it seems that all formulas in all the cells beyond the deleted columns/rows are deleted (or at least the majority of them).
@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.