|
@@ -97,7 +97,10 @@ function __construct(){
|
|
|
</x:ExcelWorkbook>
|
|
|
</xml>
|
|
|
<![endif]-->
|
|
|
- </head><body>";
|
|
|
+ </head><style>.excel-text {
|
|
|
+ mso-number-format:'\@';
|
|
|
+ vnd.ms-excel.numberformat:@;
|
|
|
+}</style><body>";
|
|
|
$str .= $titlename;
|
|
|
$str .= "<table border=1 style='font-family: Microsoft Yahei;font-size: 13px;'>";
|
|
|
foreach ($info_list as $key=>$value)
|