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