
com.googlecode.testcase.annotation.handle.toexcel.strategy.ToXlsExcelStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcase-annotation Show documentation
Show all versions of testcase-annotation Show documentation
export test case to excel from annotation by java annotation tool.
The newest version!
package com.googlecode.testcase.annotation.handle.toexcel.strategy;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
public class ToXlsExcelStrategy extends AbstractToExcelStrategy {
public ToXlsExcelStrategy(String folder, String file) {
super(folder, file, new HSSFWorkbook ());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy