forked from fanruan/demo-export-xml
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.
31 lines
1.4 KiB
31 lines
1.4 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
<plugin> |
|
<id>com.fr.plugin.export.xml</id> |
|
<main-package>com.fr.plugin.export</main-package> |
|
<name><![CDATA[导出XML]]></name> |
|
<active>yes</active> |
|
<version>3.0</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2018-10-21</jartime> |
|
<vendor>author</vendor> |
|
<description><![CDATA[将报表导出为XML文件]]></description> |
|
<change-notes><![CDATA[ |
|
[2017-12-21]修复功能点记录重复的问题。<br/> |
|
[2017-12-21]适配9.0同时修复导出时可能出现空指针错误。<br/> |
|
[2016-01-25]修复xml导出无法正确导出带有格式信息的单元格内容。<br/> |
|
[2016-02-28]增加功能点使用统计信息。<br/> |
|
[2016-01-19]完善xml导出的基本框架。<br/> |
|
]]></change-notes> |
|
<extra-core> |
|
<LocaleFinder class="com.fr.plugin.export.xml.XmlLocaleFinder"/> |
|
</extra-core> |
|
<extra-report> |
|
<ExtensionButtonProvider class="com.fr.plugin.export.xml.core.XmlExtensionButton"/> |
|
<ExportOperateProvider class="com.fr.plugin.export.xml.core.XmlExport"/> |
|
<JavaScriptFileHandler class="com.fr.plugin.export.xml.XmlFileHandler"/> |
|
</extra-report> |
|
<extra-designer> |
|
<ToolbarItemProvider class="com.fr.plugin.export.xml.ui.XmlExportToolbarUI"/> |
|
</extra-designer> |
|
<function-recorder class="com.fr.plugin.export.xml.core.XmlExport"/> |
|
</plugin> |