<p data-start=”42″ data-end=”253″>This happens because Ctrl+V and right-click use the browser’s default paste, which often turns Excel tables into images. The toolbar “Paste” button uses the editor’s custom logic, which handles tables correctly.</p>
<p data-start=”255″ data-end=”547″ data-is-last-node=”” data-is-only-node=””>Unfortunately, <code data-start=”270″ data-end=”295″>executeCommand(‘paste’) won’t help since it’s not supported. Check if the clipboard contains HTML with a table, and insert it manually into the editor.</p>