C# Class Smrf.NodeXL.ExcelTemplate.NodeXLWorkbookConverter

Copies a NodeXL workbook created on another machine and converts the copy to work on this machine.
Use ConvertNodeXLWorkbook to copy and convert a NodeXL workbook.

All methods are static.

Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
ConvertNodeXLWorkbook ( String otherWorkbookFile, String convertedWorkbookFile ) : void

Method Details

ConvertNodeXLWorkbook() public static method

public static ConvertNodeXLWorkbook ( String otherWorkbookFile, String convertedWorkbookFile ) : void
otherWorkbookFile String
convertedWorkbookFile String
return void