2
0
forked from Wavyzz/dolibarr

Fix: bug sur le nombre de colonne enregistr

This commit is contained in:
Regis Houssin
2007-09-09 16:30:13 +00:00
parent 48c7d36518
commit 18eaa3055f
2 changed files with 7 additions and 7 deletions

View File

@@ -3360,6 +3360,7 @@ function viewExcelFileContent($file_to_include='',$max_rows=0,$max_cols=0)
var sheet_HTML = Array();\n";
for($sheet=0;$sheet<count($data->sheets);$sheet++)
{
$table_output[$sheet] .= $data->sheets[$sheet]['numCols'];
$table_output[$sheet] .= "<TABLE CLASS='table_body'>
<TR>
<TD>&nbsp;</TD>";