Package org.spdx.tools
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 Summary
Constructors Constructor Description SpreadsheetToTag() -
Method Summary
-
Constructor Details
-
SpreadsheetToTag
public SpreadsheetToTag()
-
-
Method Details
-
main
- Parameters:
args-
-
onlineFunction
- 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
-