Convert XBRL to Excel XLSX in Python
Contents
[
Hide
]
Aspose.Finance supports converting XBRL files to XLSX by passing an instance of the SaveOptions class to the XbrlDocument.save method. To save the document is XLSX format, set the SaveOptions.save_format to SaveFormat.XLSX.
The following Python code snippet demonstrates how convert XBRL to XLSX.