gpt4 book ai didi

c# - Utils.GetFileInfo 错误

转载 作者:太空狗 更新时间:2023-10-29 23:28:34 24 4
gpt4 key购买 nike

我正在浏览 EPPlus 的示例项目,终于到达了我感兴趣的部分。我想导入一个 .txt 文件的内容。示例 9 展示了如何执行此操作,但我收到一个我似乎无法修复的错误。

错误信息:

The type or namespace name "GetFileInfo" doesn't exist in the namespace 'OfficeOpenXml.Utils'(are you missing an assembly reference?)

代码:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using OfficeOpenXml;
using System.IO;
using OfficeOpenXml.Table;
using OfficeOpenXml.Drawing.Chart;
using System.Globalization

...

FileInfo newFile = Utils.GetFileInfo(@"\sample9.xlsx");

有人遇到过这个问题吗?提前致谢!

编辑:如果我直接打开示例文件,我不会收到任何错误,只有当我尝试在我自己的项目中这样做时。

最佳答案

试试这个:

var file = new System.IO.FileInfo(fullpathandfilename);

关于c# - Utils.GetFileInfo 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51336919/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com