可以通过以下步骤实现:
using Excel = Microsoft.Office.Interop.Excel;
// 创建Excel应用程序对象
Excel.Application excelApp = new Excel.Application();
// 打开Excel文件
Excel.Workbook workbook = excelApp.Workbooks.Open("文件路径");
Excel.Worksheet worksheet = workbook.ActiveSheet;
// 获取当前日期时间
DateTime currentDateTime = DateTime.Now;
// 格式化日期时间
string formattedDateTime = currentDateTime.ToString("yyyy-MM-dd HH:mm:ss");
// 在指定单元格中插入公式
Excel.Range cell = worksheet.Cells[行号, 列号];
cell.Formula = "= \"" + formattedDateTime + "\"";
// 保存文件
workbook.Save();
// 关闭Excel应用程序对象
workbook.Close();
excelApp.Quit();
这样,你就成功在Excel文件中追加了日期时间戳。
领取专属 10元无门槛券
手把手带您无忧上云