API Reference
Class
ExcelReports
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
- Completed TestimoX run.
- openInExcel System.Boolean
- When true, opens the generated workbook with the default shell handler.
- filePath System.String
- Optional workbook output path or directory.
- language TestimoX.Reporting.Localization.ReportLanguage
- Report language.
- forceLanguageSuffix System.Boolean
- When true, appends the report language code to the file name.
Returns
The generated workbook path.