Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在这里讨论的是旧的二进制 xls 格式,即 Excel 2003 年份。
文档属性似乎将上次修改时间显示为本地时间。
我想转换为 UTC。
我们已经尝试过 Aspose 库。他们返回 DateTime.Kind = Unspecified。
我们没有原始文件——只有一个字节数组。
您可以使用File.GetLastWriteTimeUtc或FileInfo.LastWriteTimeUtc。文件类型不相关。
File.GetLastWriteTimeUtc
FileInfo.LastWriteTimeUtc