Class ExcelFileWriter

java.lang.Object
org.codehaus.mojo.license.extended.spreadsheet.ExcelFileWriter

public class ExcelFileWriter extends Object
Writes project license infos 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).