You are here

function vbo_export_xlsx_action in VBO export 7

The xlsx export action.

File

./vbo_export.module, line 95
Provides VBO action to create a csv based on returned results.

Code

function vbo_export_xlsx_action($node, $context) {
  vbo_export_action_base($node, $context, 'vbo_export_xlsx', 'xlsx');
}