Package org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper

Examples of org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper.ExcelOutputProcessorMetaData.initialize()


    RenderNode second = MatchFactory.findElementByName(logicalPageBox, "second");
    assertTrue(second instanceof RenderBox);

    ExcelOutputProcessorMetaData metaData = new ExcelOutputProcessorMetaData(ExcelOutputProcessorMetaData.PAGINATION_FULL);
    metaData.initialize(report.getConfiguration());

    XSSFWorkbook hssfWorkbook = new XSSFWorkbook();
    ExcelColorProducer colorProducer = new StaticExcelColorSupport();
    ExcelFontFactory ff = new ExcelFontFactory(hssfWorkbook, colorProducer);
    CreationHelper ch = hssfWorkbook.getCreationHelper();
View Full Code Here


    sheetLayout.ensureYMapping(StrictGeomUtility.toInternalValue(500), Boolean.FALSE);
    sheetLayout.ensureYMapping(StrictGeomUtility.toInternalValue(600), Boolean.FALSE);

    ExcelOutputProcessorMetaData metaData =
        new ExcelOutputProcessorMetaData(ExcelOutputProcessorMetaData.PAGINATION_MANUAL);
    metaData.initialize(ClassicEngineBoot.getInstance().getGlobalConfig());
    ResourceManager resourceManager = new ResourceManager();

    excelPrinter = new FastExcelPrinter(sheetLayout);
    excelPrinter.setUseXlsxFormat(false);
    excelPrinter.init(metaData, resourceManager, new MasterReport());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.