Class CalcFileWriter

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

public class CalcFileWriter extends Object
Writes LibreOffices Calc ODS file.
  • Method Details

    • write

      public static void write(List<ProjectLicenseInfo> projectLicenseInfos, File licensesCalcOutputFile)
    • applyHyperlink

      public static void applyHyperlink(org.odftoolkit.odfdom.doc.table.OdfTable table, org.odftoolkit.odfdom.doc.table.OdfTableCell cell, String hyperlink, boolean isEmail)