如何粘贴Excel和MS Word表并在Angular网站上对其进行编辑

时间:2018-11-20 07:17:15

标签: html excel angular tabular

这是我想要实现的目标:

  

用户可以从Excel / MS-Word复制表格,然后将其粘贴到我的   角网站,他/她也可以将其保存到服务器。

我该如何实现?任何建议将不胜感激。

1 个答案:

答案 0 :(得分:0)

我正在使用ngx-editor,因为它非常易于实现且UI更好

通过npm安装

Catch

导入ExceptionActivityBinder模块

npm install ngx-editor --save

然后用html

ngx-editor

默认情况下,其高度设置不正确,但是您可以像这样import { NgxEditorModule } from 'ngx-editor'; @NgModule({ imports: [ NgxEditorModule ] })

设置最小高度
  

如果遇到错误,请确保已将<app-ngx-editor [placeholder]="'Enter text here...'" [spellcheck]="true" [(ngModel)]="htmlContent"></app-ngx-editor> 作为模块导入

     

确保minHeight="250px"也已安装并导入