Table of Contents

Class Excel

Namespace
Balsam
Assembly
Balsam.Reporting.dll

Extension methods for exporting to Excel.

public static class Excel
Inheritance
Excel
Inherited Members

Methods

ExportToExcel(MoneyManager, string)

Saves the specified MoneyManager results to an Excel file.

public static void ExportToExcel(this MoneyManager moneyManager, string fileName = null)

Parameters

moneyManager MoneyManager
fileName string

ExportToExcel(BootstrapResults, double)

Exports BootstrapResults using the specified confidence level.

public static void ExportToExcel(this BootstrapResults results, double confidenceLevel = 0.95)

Parameters

results BootstrapResults
confidenceLevel double

ExportToExcel(TradeStatsCollection, params string[])

Exports a TradeStatsCollection to Excel using the specified fields.

public static void ExportToExcel(this TradeStatsCollection tradeStats, params string[] fields)

Parameters

tradeStats TradeStatsCollection
fields string[]

ExportToExcel(object)

Exports the specified object to Excel.

public static void ExportToExcel(this object obj)

Parameters

obj object

IsInstalled()

Returns true if Excel is installed on this machine.

public static bool IsInstalled()

Returns

bool