我需要在列F的excel表中列出Row_Items列表中的记录列表(在事件库存下)

时间:2016-04-26 18:09:53

标签: c# asp.net excel

我正在尝试从“行标签”(A Coumn)中读取数据并在“事件”(F列)中写入数据 enter image description here

char str[60 + 1]; /* Make target LARGE enough. */
for(int n = 0; /* INITIALISE counter. */ 
    n<60; 
    n++)
{
  str[n] = datapoint*25+65; /* Store value to the n-th element. */
}
str[n] = '\0'; /* Apply `0`-terminator using octal notation, 
                  mind the angle of the slash! */

1 个答案:

答案 0 :(得分:0)

一个简单的解决方案是将公式写入F列,该公式将复制A列中单元格的值。