新左派
7 years ago
要怎麼由 excel copy 內容到 angular 咧? 完全 google 不到相關資料 ...
小賤健
7 years ago @Edit 7 years ago
這要用後端程式來做吧?用 NPOI 把 cell 內容讀出來,開 api 吐給 angular 吃。
新左派
7 years ago
可是 user 是想要在 excel 把內容框起來按 ctrl-C 然後到 angular 上的 table 裡按 ctrl-V,copy / paste ...
立即下載
新左派
7 years ago
原來用 handsontable 就可以做到很接近 excel 的功能 ... 當然也有 copy/paste 的功能 …