답변 3개
9년 전
대충 이런식입니다
</p><p><?php </p><p>include_once("./_common.php");
$filen = $g4['time_ymd']."_".$filen.".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=".$filen);
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0,pre-check=0");
header("Pragma: public");
?>
<!DOCTYPE html>
<html lang='ko'>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$g4['charset']?>">
<style>
table { font-family: 굴림; font-size: 9pt; border-collapse: collapse; }
td { font-family: 굴림; font-size: 9pt; border:1 solid #999999; }
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<?php
include $exskin."/excel.".$pm.".skin.php";
?>
</body>
</html> </p><p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
�
공대그녀
9년 전
영카트5 UTF-8 버전이에요.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인