我正在尝试从“行标签”(A Coumn)中读取数据并在“事件”(F列)中写入数据
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! */
答案 0 :(得分:0)
一个简单的解决方案是将公式写入F列,该公式将复制A列中单元格的值。