Class TagToSpreadsheet

java.lang.Object
org.spdx.tools.TagToSpreadsheet

public class TagToSpreadsheet
extends Object
Translates an tag-value file to a SPDX Spreadsheet format Usage: TagToSpreadsheet spdxfile.spdx spreadsheetfile.xls where spdxfile.spdx is a valid SPDX tag-value file and spreadsheetfile.xls is the output SPDX spreadsheeet file.
Author:
Rana Rahal, Protecode Inc.
  • Constructor Details

  • Method Details

    • main

      public static void main​(String[] args)
      Parameters:
      args -
    • onlineFunction

      public static List<String> onlineFunction​(String[] args) throws OnlineToolException
      Parameters:
      args - args[0] is the Tag Value file to be converted, args[1] is the result spreadsheet file name
      Returns:
      Warnings of the conversion, display to the user
      Throws:
      OnlineToolException - Exception caught by JPype and displayed to the user