ExportXBRL
Exports the report from the respective Excel workbook to XBRL and validates it. To get the validation results, call GetValidationReport after calling this method.
Signature
ExportXBRL(in workbook:Microsoft.Office.Interop.Excel.Workbook, in outputFile:String) -> Void |
Parameters
Name | Type | Description |
---|---|---|
workbook | Microsoft.Office.Interop.Excel.Workbook | The Excel workbook to be exported. |
outputFile | String | The path to the output XBRL file. |