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
MoneyManagerfileName
string
ExportToExcel(BootstrapResults, double)
Exports BootstrapResults using the specified confidence level.
public static void ExportToExcel(this BootstrapResults results, double confidenceLevel = 0.95)
Parameters
results
BootstrapResultsconfidenceLevel
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
TradeStatsCollectionfields
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()