|
|
@ -10,8 +10,14 @@ import com.fr.general.I18nResource; |
|
|
|
import com.fr.general.log.Log4jConfig; |
|
|
|
import com.fr.general.log.Log4jConfig; |
|
|
|
import com.fr.general.log.parser.ExtraPatternParserManager; |
|
|
|
import com.fr.general.log.parser.ExtraPatternParserManager; |
|
|
|
import com.fr.health.activator.ModuleHealActivator; |
|
|
|
import com.fr.health.activator.ModuleHealActivator; |
|
|
|
import com.fr.io.TemplateWorkBookIO; |
|
|
|
import com.fr.io.exporter.CSVExporter; |
|
|
|
import com.fr.io.exporter.*; |
|
|
|
import com.fr.io.exporter.EmbeddedTableDataExporter; |
|
|
|
|
|
|
|
import com.fr.io.exporter.ExcelExporter; |
|
|
|
|
|
|
|
import com.fr.io.exporter.ImageExporter; |
|
|
|
|
|
|
|
import com.fr.io.exporter.PDFExporter; |
|
|
|
|
|
|
|
import com.fr.io.exporter.SVGExporter; |
|
|
|
|
|
|
|
import com.fr.io.exporter.TextExporter; |
|
|
|
|
|
|
|
import com.fr.io.exporter.WordExporter; |
|
|
|
import com.fr.io.exporter.excel.stream.StreamExcel2007Exporter; |
|
|
|
import com.fr.io.exporter.excel.stream.StreamExcel2007Exporter; |
|
|
|
import com.fr.main.impl.WorkBook; |
|
|
|
import com.fr.main.impl.WorkBook; |
|
|
|
import com.fr.module.tool.ActivatorToolBox; |
|
|
|
import com.fr.module.tool.ActivatorToolBox; |
|
|
@ -43,6 +49,7 @@ public class ExportApi { |
|
|
|
/**定义报表运行环境,用于执行报表*/ |
|
|
|
/**定义报表运行环境,用于执行报表*/ |
|
|
|
com.fr.module.Module module = ActivatorToolBox.simpleLink(new BaseDBActivator(), |
|
|
|
com.fr.module.Module module = ActivatorToolBox.simpleLink(new BaseDBActivator(), |
|
|
|
new ConfigurationActivator(), |
|
|
|
new ConfigurationActivator(), |
|
|
|
|
|
|
|
new ResourceRepositoryActivator(), |
|
|
|
new StandaloneModeActivator(), |
|
|
|
new StandaloneModeActivator(), |
|
|
|
new ModuleHealActivator(), |
|
|
|
new ModuleHealActivator(), |
|
|
|
//2020.4.26jar包之前的版本,替换成StateServerActivator()
|
|
|
|
//2020.4.26jar包之前的版本,替换成StateServerActivator()
|
|
|
|