https://bugs.freedesktop.org/show_bug.cgi?id=73552
--- Comment #1 from Kohei Yoshida <[email protected]> --- Actually that code path (ScOrcusFiltersImpl::importCSV) is used only when the orcus mode is enabled, which, unless you are a coder and know exactly what to do to enable that mode, is disabled by default. The main part of the current CSV import code is in ScImportExport::ExtText2Doc() in sc/source/ui/docshell/impex.cxx. IIRC, we don't really explicitly insert the first sheet instance, and CSV only uses the first sheet. So, you may not find an explicit call to insert new sheet there. You can probably just set the new name to the first sheet at appropriate point during import. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
