Class ExcelFileWriter
java.lang.Object
org.codehaus.mojo.license.extended.spreadsheet.ExcelFileWriter
Writes project license infos into Excel file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwrite(List<ProjectLicenseInfo> projectLicenseInfos, File licensesExcelOutputFile) Writes a list of projects into Excel file.
-
Method Details
-
write
public static void write(List<ProjectLicenseInfo> projectLicenseInfos, File licensesExcelOutputFile) Writes a list of projects into Excel file.- Parameters:
projectLicenseInfos- Project license infos to write.licensesExcelOutputFile- Excel output file in latest format (OOXML).
-