Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过使用 ej2-syncfusion(spreadsheet) 上传 excel 文档来显示电子表格,该文档正在成功显示,但我无法复制单元格的索引号。当用户复制某个单元格时,有什么方法可以获得索引号?
这是syncfusion的输出,我希望用户复制单元格时输出为c1-c4
将以下内容添加到 angular.json 后,它对我有用
"stylePreprocessorOptions": { "includePaths": [ "node_modules", "src/assets/styles" ]