Class SpreadsheetToTag

java.lang.Object
org.spdx.tools.SpreadsheetToTag

public class SpreadsheetToTag
extends Object
Converts a spreadsheet to a tag-value format Usage: SpreadsheetToTag spreadsheetfile.xls spdxfile.spdx where spreadsheetfile.xls is a valid SPDX Spreadsheet and spdxfile.spdx is the output SPDX tag-value 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 Spreadsheet file to be converted, args[1] is the result Tag Value file name
      Returns:
      Warnings of the conversion, displayed to the user
      Throws:
      OnlineToolException - Exception caught by JPype and displayed to the user