次の 2 つのファイルを同じ Excel の異なるシートに置く方法
次の 2 つのファイルを同じ Excel mod.xls の異なるシート、sheet1 と Sheet2 に置く方法
最初の php< ;?php
header("Content-type: application/vnd.ms-excel");
header('Content-Disposition:attachment; filename="mod.xls"') ;
include('comm.php');
mysql_select_db('test');
$sql = "select * from module6";
$query = mysql_query( $sql);
echo "Unit 6 (1-6)tn";
echo "n";
echo "ユーザー名 t 質問 1 質問 2 質問 3 質問 4 質問 t 質問 5 t 質問 6 tn";
while($row = mysql_fetch_array($query)){
echo "n";
echo $row['username']."t" .$row['strategy1']."t".$ row['strategy2']."t".$row['strategy3']."t".$row['strategy4']."t".$ row['tellwho']."t".$row[ 'diag']."t"."n";
}
?>
header("Content-type: application/vnd.ms-excel");
header('Content-Disposition:attachment; filename=" modxls"');
include(' comm.php');
mysql_select_db('test');
$sql = "select * from module5";
$ query = mysql_query($sql);
echo "ユニット5 (1-3)tn";
echo "n";
echo "ユーザー名 t 質問 1 t 質問 2 t 3 質問 t n";
while($row = mysql_fetch_array($query)){
echo "n";
echo $row['username']."t".$row['select11' ]."t".$row['mailfile']."t".$row ['アイデア']."t"."n";
}
?>
------解決策---------- ----------
phpexcel クラスを使用してください
複数のワークブックから csv ファイルを同時にエクスポートすることはできないため、どのようにインポートできると考えられますか? csv ファイルを複数のワークブックに分割しますか?