Este proyecto de codeigniter incluye la librería xlsxwriter, las ventajas son la base de php para generar los reportes, solo configuras las variables en el controlador y el reporte se genera conforme a los valores:

$fecha_hoy=date('d-m-Y');
$ruta_descarga = 'C:/tmp/xlsx/SC/';//no olvides el / del final
$nombre_carpeta_a_descargar = 'FOLDER';

$datos_reporte_serializado = FALSE; //CACHE SERIALIZADO (NO ALMACENAR MAS DE 100 MIL REGS)
$descarga_nav = FALSE; //ESTO HABILITA O DESHABILITA LA DESCARGA

$bd = "TU_BASEDEDATOS";
$tabla = "TU_TABLAOVISTA";

//WHERE
$wheres = "";

$prefijo_reportes_archivos = "Nombre del Reporte ";
$momento = "{$fecha_hoy}";//date("Y-m-d h-i-s"); //AQUI PUEDES AGREGAR MAS DETALLES DE LA HORA
$autorxlsx = 'DANIEL GUZMÁN';
$compañiaxlsx = 'COMPAÑIA CORP.';
$descripcionxlsx = '';
$registros_por_excel = 500000; //reducir si el excel se corrompe

Features

  • Configura, ejecuta y recibe tu reporte

Project Activity

See All Activity >

Follow XlsxIgniter

XlsxIgniter Web Site

Other Useful Business Software
Process Street | Compliance Operations Platform Icon
Process Street | Compliance Operations Platform

Systemize execution. Prove compliance.

Bring compliance and operations under one roof with an AI agent that automates workflows, policies that enforce rules, and a platform that delivers results.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of XlsxIgniter!

Additional Project Details

Registered

2018-09-18