项目介绍 轻量,快速的C#编写的库读取Microsoft Excel文件(\'97-2007)。 跨平台: - Windows with .Net Framework 2 - Windows Mobile with Compact Framework - Linux, OS X, BSD with Mono 2+ 如何使用 C# 代码: 复制代码 代码如下: FileStream stream = File.Open(filePath, FileMode.Open, FileAccess....