ExportXBRL_CSV
Exports the report from the respective Excel workbook to the XBRL-CSV report package and validates it. To get the validation results, call GetValidationReport after calling this method.
Signature
ExportXBRL_CSV(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-CSV report package file. |