File "view_doc02.php"

Full Path: /home/analogde/www/Administratif/FTP/Monsta-FTP-master/view_doc02.php
File size: 710 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Visualiser un fichier Excel</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            margin: 20px;
        }
        iframe {
            border: 1px solid #ccc;
            margin-top: 20px;
        }
    </style>
</head>
<body>
    <h1>Visualiser un fichier Excel</h1>
    <iframe src="https://docs.google.com/gview?url=https://analog-design.net/2024_PHP/2024_PHP_25_11_2024/FTP/Monsta-FTP-master/test.xlsx&embedded=true" width="640" height="480" allow="autoplay"></iframe>
</body>
</html>