This element configures the manner in which EditLive! reacts when text is imported from Microsoft Excel.
<editLive>
<excelImport>
<editLive> ... <excelImport ... /> ... </editLive> |
This attribute specifies the user prompting and behaviour of EditLive! upon detecting an import from Microsoft Excel. This attribute has four possible values:
Styles imported from Microsoft Excel will not overwrite styles which already exist within the document. |
This boolean value specifies whether the Clean HTML option will appear in the Paste Special... dialog.
Default value: true
This boolean value specifies whether the Styled HTML (Inline) option will appear in the Paste Special... dialog.
Default value: true
This boolean value specifies whether the Plain Text option will appear in the Paste Special... dialog.
Default value: true
The following example demonstrates how to set EditLive! to prompt the user with style import options every time a Microsoft Excel import is detected.
<editLive> ... <excelImport styleOption="user_prompt" /> ... </editLive> |
The <excelImport> element can appear only once within the <editLive> element.
If the <excelImport> element is to be left blank then the element must be a complete tag; it cannot contain a tag body. Therefore the tag must be closed in the same line. It should appear as below:
<excelImport styleOption=... /> |