Files
controls-web/controls-classic/bigsheet.php
2026-02-17 09:29:34 -06:00

55 lines
1.3 KiB
PHP

<?php
error_reporting(1);
require_once 'excel_reader2.php';
$data = new Spreadsheet_Excel_Reader("I:/htdocs/lasuca/controls/milllab/2023 MILLLABREPORT/CROP DAY 40/cropday40milllab.xlsx");
?>
<html>
<head>
<title>Manufacturing</title>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
<meta http-equiv="refresh" content="300" />
<style>
table.excel {
border-style:ridge;
border-width:1;
border-collapse:collapse;
font-family:sans-serif;
font-size:15px;
margin: 0px;
width: 100%;
}
table.excel thead th, table.excel tbody th {
background:#CCCCCC;2
border-style:ridge;
border-width:1;
text-align: center;
vertical-align:bottom;
}
table.excel tbody th {
text-align:center;
width:20px;
}
table.excel tbody td {
vertical-align:bottom;
height:15px;
}
table.excel tbody td {
padding: 0 3px;
border: 1px solid #000;
}
table tr {
padding: 0 3px;
border: 1px solid #000;
line-height: 20px;
border-collapse: collapse;
}
</style>
<title></title>
</head>
<body>
<?php echo $data->dump($row_numbers=false,$col_letters=false,$sheet=0,$table_class='excel'); ?>
</body>
</html>