Modif appel Export
This commit is contained in:
parent
f0683e9817
commit
b4d8904ad9
@ -1,5 +1,5 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -59,8 +59,9 @@ class ComptaExportTableur extends ComptaExport
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function Export($linec)
|
function Export($dir, $linec)
|
||||||
{
|
{
|
||||||
|
//$fname = $dir . "/tmp/toto.xls"; DEBUG DEBUG
|
||||||
$fname = "/tmp/toto.xls";
|
$fname = "/tmp/toto.xls";
|
||||||
|
|
||||||
$workbook = &new writeexcel_workbook($fname);
|
$workbook = &new writeexcel_workbook($fname);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user