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.
25 lines
1.0 KiB
25 lines
1.0 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
<plugin> |
|
<id>com.fr.plugin.report.lazysheet</id> |
|
<name><![CDATA[多sheet懒加载]]></name> |
|
<active>yes</active> |
|
<version>3.0</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2015-08-09</jartime> |
|
<vendor email="solution@finereport.com">solution.richie</vendor> |
|
<description><![CDATA[多sheet报表仅仅只加载当前sheet(不支持sheet间运算)]]></description> |
|
<change-notes><![CDATA[ |
|
[2019-10-12]适配10.0版本以及完全依赖FineKit。<br/> |
|
[2016-04-11]增加插件API兼容性检测<br/> |
|
]]></change-notes> |
|
<extra-core> |
|
<LocaleFinder class="com.fr.plugin.lazy.sheet.LazyLocaleBridge"/> |
|
</extra-core> |
|
<extra-report> |
|
<ActorProvider class="com.fr.plugin.lazy.sheet.LazySheetActorBridge"/> |
|
</extra-report> |
|
<extra-designer> |
|
<PreviewProvider class="com.fr.plugin.lazy.sheet.LazySheetPreviewBridge"/> |
|
</extra-designer> |
|
<function-recorder class="com.fr.plugin.lazy.sheet.fun.LazySheetActor"/> |
|
</plugin> |