The output of a module is downloaded through the browser once execution has finished. Depending on the module, the output is: - **Excel workbook** (most common): a workbook with multiple worksheets. The first worksheets typically contain the parameters used and execution information, followed by one or more worksheets with the actual data. The data is registered under Excel "names", enabling direct use in pivot tables and pivot charts. The column headings are translated into the user interface language chosen. - **ZIP file**: modules that download documents return a ZIP file with a folder structure per company and document category. ZIP files can not be larger than 2 GB. - **Web page**: some database update modules can alternatively present their results as a web page, controlled through an "Output Format" parameter. The name of a downloaded file includes the module, company information and a generation timestamp, so consecutive downloads do not overwrite each other.