Apply SEDocModelParser
Release 2.8.0 and above.
In the Synap Editor 2.8.0 release, the editor script files were made more lightweight by separating import features and shape-related features into external modules.
To continue using the import features and shape-related features as before, you must additionally include the files below.
To use the feature that imports documents such as xlsx, docx, and hwp, include the SEDocModelParser module located under the editor package's externals folder.
How to Apply
Use SEDocModelParser.min.js included in externals/SEDocModelParser.
<script src="externals/SEDocModelParser/SEDocModelParser.min.js"></script>