This document contains a descr iption of the binary file format of Microsoft Excel, including all available Excel versions (for Windows) from Excel 2.1 to the current Excel 2003. 包含对Microsoft Excel 2003以前各版本的二进制文件格式的说明。对Microsoft Excel进行底层开发必备参考。
项目介绍 轻量,快速的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.Read); /