I would like to setup Extjs GridPanel to allow pasting from clipboard. Ideally, I would like to be able to paste a matrix copied from Excel directly onto the GridPanel - does anyone know of an existing method of doing this? or any thoughts on where to start implementing it?
问问题
3020 次
3 回答
2
于 2011-05-08T10:06:10.853 回答
2
onpaste
我将从在 GridPanel 上收听事件开始。您可能需要做一些工作才能让它正确地冒泡到您的处理程序。
希望您随后会处理来自 Excel 的一堆文本。
于 2011-05-06T04:00:08.947 回答
1
如果您仅使用 IE,则可以使用与HTML 表格上的其他问题类似的方法。否则,我认为您无法在所有浏览器中访问剪贴板。
您可能需要考虑从 Excel 导出为 CSV 文件并将其导入您的应用程序。
于 2011-05-05T22:52:59.050 回答