PHP
PHP 에서 엑셀 추출시 01 형태의 숫자를 그대로 출력하는 방법
먹세
2019. 7. 9. 11:07
echo "<td style=mso-number-format:'\@'>".$row['number']."</td>";
형태로 출력하면 됨.
반응형