https://bugs.documentfoundation.org/show_bug.cgi?id=92893
--- Comment #4 from Markus Mohrhard <[email protected]> --- (In reply to Chen Huang from comment #3) > I would like to give this task a try. > > Just curious, is this just a cleanup of legacy API or is there any other > issue with UNO API (performance, buggy,...)? UNO is not a legacy API. It is our public external API. However as an external API it is quite slow as it has to do many checks (invalid user input, ...) and needs to take care of features not used during import like undo/redo, ... In contrast to that using the direct calc internal API (normally around ScDocument) is as fast as possible and makes both debugging as well as profiling a lot easier. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
