|
|||||||||||||||
|
IntroductionNExcel is a open source API wich allows .NET applications to read Excel spreadsheets. Easy to use and to deploy, it reads spreadsheets from Excel 97 and later in biff format. It can be used both in Windows applications and in ASP.NET Web applications. For more informations on NExcel's features see Features.
NExcel is entirely written in C# and doesn't need Ms Office Excel or third-party libraries.
NExcel is a port of JExcelAPI by Andrew Khan,
a famous open source API for Excel in Java.
Current release of NExcel is the 0.5.0 and is in Alpha Status. It is based on JExcelAPI rel. 2.4.4. You can find a start tutorial in Getting Started and code examples in Samples. FeaturesNExcel provides the following features:
Current release can only read Excel spreadsheets, not write. The write feature will be added in future releases.
RequirementsCurrent release of NExcel needs to install on your system:
Installation
Before using NExcel in your .NET application, you need to add NExcel.dll to your application's project.
Now you're ready to write code. To start with it, you can find a start tutorial in Getting Started and code examples in Samples.
|
||||||||||||||
|
|||||||||||||||
Copyright © 2005 Stefano Franco
|