You are here

function ViewsDataExportExporterDOC::post_process in Views data export 7.4

Allow final processing of the results.

Parameters

$results: An array of result data, including:

  • file_name: The full file path of the generated file.
  • row_count: The final number of rows in the generated file.

Overrides ViewsDataExportExporter::post_process

File

exporters/views_data_export_exporter_doc.inc, line 73

Class

ViewsDataExportExporterDOC
This exporter creates a DOC file readable by Microsoft Word. The content is an HTML table, as used by the old XLS export mechanism.

Code

function post_process(&$results) {
}