我有一些数据集,我想在每次模拟运行后打印到excel。
数据集名称:public function email_header() {
wc_get_template( 'emails/email-header.php');
}
,
Excel文件名:Arrival1
,
我写的代码:ExcelOutputs
数据集中的数据:
excelOutputs.writeDataSet(this.Arrival1, "Tabelle1", 1, 1);
我在excel表中获得的数据:
0 0
300 15
480 24
700 35
900 45
1,180 59
1,360 68
1,520 76
1,740 87
1,980 99
2,180 109
2,460 123
2,700 135
2,900 145
3,340 167
3,500 175
完全不同的数字,我不知道它们来自哪里。没有其他具有这些数字的数据集,excel表最初是空的。
有人可以帮助我!提前谢谢