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