production/Societes/envoyx/Tarifs/Controleur/Piedavenantexport.php
2026-03-04 01:48:40 +00:00

14 lines
326 B
PHP
Executable File

<?php
/* On en a plus besoin
$writer = new Xlsx($classeur);
$writer->save($fichier);
$t_html =' <div id ="div_export_a" class="alert alert-info"> ';
$t_html .=' <a style="font-size:15pt;" href="'.$fichier.'" target="_blank" > '._("TELECHARGER").' </a> ';
$t_html .=' </div ';
echo $t_html;
exit();
*/
?>