有没有办法以编程方式使用vb.net插入公式到csv文件?
问题描述:
我需要将公式添加到已存在的CSV文件。这是可能使用VB.Net吗?
I need to add formulas to a CSV file that already exists. Is this possible to do this using VB.Net?
这个想法是我已经有一个CSV文件,我需要一个列填充在每个单元格与自定义公式。这必须以编程方式完成,因为这些文件是动态创建的。
The idea is I already have a CSV file and I need one column to be populated in each cell with a custom formula. This has to be done programmatically because these files are being created dynamically.
有没有人知道如何做到这一点?非常感谢。
Does anyone know how to do this? Thanks.
答
CSV格式不支持公式。它是纯文本格式。
The CSV format does not support formulas. It is a plain text only format.