C# Class Smrf.NodeXL.NetworkServer.NodeXLWorkbookSaver

Saves a graph to a NodeXL Excel workbook.
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
SaveGraphToNodeXLWorkbook ( System.DateTime startTime, XmlDocument xmlDocument, String networkConfigurationFilePath, String networkFileFolderPath, String nodeXLWorkbookSettingsFilePath, System.Boolean automate ) : void

Method Details

SaveGraphToNodeXLWorkbook() public static method

public static SaveGraphToNodeXLWorkbook ( System.DateTime startTime, XmlDocument xmlDocument, String networkConfigurationFilePath, String networkFileFolderPath, String nodeXLWorkbookSettingsFilePath, System.Boolean automate ) : void
startTime System.DateTime
xmlDocument System.Xml.XmlDocument
networkConfigurationFilePath String
networkFileFolderPath String
nodeXLWorkbookSettingsFilePath String
automate System.Boolean
return void