Module

paste-from-office/filters/removexmlns

@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns

module

Filtering

Functions

  • removeXmlns( documentFragment, writer ) → void

    Removes the xmlns attribute from table pasted from Google Sheets.

    Parameters

    documentFragment : DocumentFragment

    element data.content obtained from clipboard

    writer : UpcastWriter

    Returns

    void