55 lines
1.3 KiB
PHP
55 lines
1.3 KiB
PHP
<?php
|
|
$day = include ("touchme/cropday.php");
|
|
error_reporting(1);
|
|
require_once 'excel_reader2.php';
|
|
$data = new Spreadsheet_Excel_Reader("C:/xampp/htdocs/lasuca/controls/MillLab/2018 MILLLABREPORT/CROP DAY ".$day."/cropday".$day."milllab.xls");
|
|
?>
|
|
<html>
|
|
<head>
|
|
<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:16px;
|
|
margin: 0px;
|
|
width: 100%;
|
|
}
|
|
table.excel thead th, table.excel tbody th {
|
|
background:#CCCCCC;
|
|
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>
|