All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.testcase.annotation.handle.toexcel.strategy.ToXlsxExcelStrategy Maven / Gradle / Ivy

The newest version!
package com.googlecode.testcase.annotation.handle.toexcel.strategy;

import org.apache.poi.xssf.usermodel.XSSFWorkbook;

public class ToXlsxExcelStrategy extends AbstractToExcelStrategy {

 	public ToXlsxExcelStrategy(String folder, String file) {
		super(folder, file, new XSSFWorkbook ());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy