TestimoX

API Reference

Class

ExcelReports

Namespace TestimoX.Reporting.Excel

Generates Excel workbook reports for completed TestimoX runs.

Inheritance

  • Object
  • ExcelReports

Methods

GenerateReport(TestimoX.Testimo result, System.Boolean openInExcel, System.String filePath, TestimoX.Reporting.Localization.ReportLanguage language, System.Boolean forceLanguageSuffix) #

Generates an Excel workbook report for the supplied TestimoX run.

Parameters

result TestimoX.Testimo required
Completed TestimoX run.
openInExcel System.Boolean required
When true, opens the generated workbook with the default shell handler.
filePath System.String required
Optional workbook output path or directory.
language TestimoX.Reporting.Localization.ReportLanguage required
Report language.
forceLanguageSuffix System.Boolean required
When true, appends the report language code to the file name.

Returns

The generated workbook path.