【发布时间】:2020-01-10 00:00:51
【问题描述】:
我有一个 excel 表,我想把这个表的一列放在 .dat 文件的向量中。 这是我所拥有的: 具有完整路径的第一个解决方案: SheetConnection sheet("C:\Users\Hor246\opl\Bushfire\month_01_omission.xlsx"); 来自 SheetRead(sheet,"month_01_omission!B2:B431"); 的值 名称为第二个解决方案: SheetConnection sheet("month_01.xlsx"); 纬度来自 SheetRead(sheet,"month_01!A2:A855856"); 在这两种情况下,当我运行项目时,cplex 都会说“未定义值/纬度” 你知道是什么问题吗? 谢谢
【问题讨论】: