Extension point to provide export service for data from that is generated from the AD_Window definition. The client in use ( swing or zk ) is responsible to present all available export extension to user to pick the one to use. numeric priority value, higher value is of higher priority. Implementation class name for the org.adempiere.base.IGridTabExporter interface 1.0.0 <pre> <extension id="org.adempiere.impexp.GridTabXlsExporter" name="Grid data excel exporter" point="org.adempiere.base.IGridTabExporter"> <exporter class="org.adempiere.impexp.GridTabExcelExporter" priority="0"> </exporter> </extension> </pre> The class attribute must represent an implementor of org.adempiere.base.IGridTabExporter excel export in org.adempiere.base and 2pack archive export in org.adempiere.pipo This file is part of Adempiere ERP Bazaar http://www.adempiere.org. Copyright (C) Heng Sin Low. Copyright (C) Contributors. This program is free software; you can redistribute it and/or modify it under the terms version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.