feat(sheets): rich clipboard paste from Excel/Google Sheets + copy with formatting
Paste: detects text/html from clipboard, parses HTML tables from
Excel (urn:schemas-microsoft-com:office:excel) and Google Sheets
(google-sheets-html-origin), extracts values + formulas + inline
styles (bg color, text color, bold, italic, underline, font-size,
alignment). Falls back to TSV for plain text paste.
Copy: puts both text/html (styled table) and text/plain (TSV) on
clipboard via ClipboardItem, so pasting into Excel/Google Sheets
preserves formatting.
82 new tests (55 paste, 27 copy).