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.
我正在使用 ace:fileEntry 上传 excel 文件。我希望使用 POI 将文件解析为对象数组。如何呈现来自 FileEntryListener 的响应并将控件传递给另一个 java 类,而无需用户等待整个文件被处理?
谢谢和问候, 杰伊
使用ace:fileEntry您可以将文件上传到特定目录,我认为此链接提供了一种非常好的实现方法,可以满足您的需求。您只需要根据线程池中的文件创建触发一些事件。
ace:fileEntry