You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
3 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.zk.jsd8101.excel</id>
|
||
|
<name><![CDATA[异步流式导出]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0.1</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2020-08-20</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description>
|
||
|
<![CDATA[异步流式导出]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
[2021-06-29]1.0.1 增加sessionid下载,用户操作记录,文件自定义<br/>
|
||
|
]]></change-notes>
|
||
|
|
||
|
<main-package>com.fr.plugin.zk</main-package>
|
||
|
|
||
|
<dependence>
|
||
|
<item type="plugin" key="com.fr.plugin.export.excel.stream"/>
|
||
|
</dependence>
|
||
|
|
||
|
|
||
|
<extra-core>
|
||
|
<DBAccessProvider class="com.fr.plugin.zk.stream.excel.db.ExcelAccessProviderImpl"/>
|
||
|
</extra-core>
|
||
|
|
||
|
<extra-decision>
|
||
|
<HttpHandlerProvider class="com.fr.plugin.zk.stream.excel.HttpHandlerProvider"/>
|
||
|
<URLAliasProvider class="com.fr.plugin.zk.stream.excel.UrlAliasBridge"/>
|
||
|
</extra-decision>
|
||
|
|
||
|
<function-recorder class="com.fr.plugin.zk.stream.excel.provider.ExportProvider"/>
|
||
|
|
||
|
</plugin>
|