You are here

function template_process_views_data_export_xls_body in Views data export 7.3

Implements hook_process_views_data_export_xls_body().

File

theme/views_data_export.theme.inc, line 294
Theme related functions for processing our output style plugins.

Code

function template_process_views_data_export_xls_body(&$vars) {

  // Pass through the generic MS Office process.
  template_process_views_data_export_msoffice_body($vars);
}