Skip to content

yonglehou/Aspose_Cells_NET

 
 

Repository files navigation

##Aspose.Cells for .NET Examples Repository

This package contains C# and VB.NET Example Projects for Aspose.Cells for .NET.

Aspose.Cells for .NET is a class library that enables your applications to perform a great range of document processing tasks. Aspose.Cells supports the popular spreadsheet (XLS, XLSX, XLSM, XLTX, CSV, SpreadsheetML) and image file formats. With Aspose.Cells you can generate, modify, convert, render and print documents without utilizing Microsoft Excel.

Using Aspose.Cells for .NET in your project gives you the following benefits:

  • Rich Set of Features

  • No Microsoft Excel Automation

  • Platform Independence

  • Performance and Scalability

  • Minimal Learning Curve

These example projects provide helpful demonstrations and code when using Aspose.Cells for .NET.

 

##What's included in this examples repository?

###Code

Each example is provided in both C# and Visual Basic in their respective folders.

ExampleDescription
QuickStartThese examples are quick start tutorials for Aspose.Cells. After you check the source code, you will find how easy it is to use Aspose.Cells in your applications.
ChartsThese examples describe how to create different charts. It will give you an overview of some standard chart types and their subtypes.
SchoolReport CardThese examples generate a report card spreadsheet using a fictitious set of data.
NorthwindThese examples illustrate how to create the most diverse reports similar to those contained in Microsoft Access Northwind Sample Database using Aspose.Cells component.
Business ReportsThese examples illustrate how to create Financial Plan and Cost Pareto chart reports similar to business reports template files contained in Microsoft website.
Smart MarkerThese examples illustrate how to create data reports with just a few lines of code based on Smart Marker technique.

###Data

  • Input Documents - Main directory has a File directory which contains all the input Excel Documents used in these examples.
  • Northwind.mdb - Many examples use this Microsoft Access Database found under the "Database" directory for demonstrating merging data into documents.

###Output

  • All examples will perform operations on documents and prompt the user to download the output document.

###Help Material

For further details on setting up the examples and any requirements refer to the readme.txt found in the root of the repository.

##Download the examples

Please Download the Aspose.Cells for .NET Examples to try them at your end.

##How to use the examples?

Download the examples from the above link. The solution files for Microsoft Visual Studio 2005, 2008 and 2010 are provided with the examples.

Once downloaded you can open the examples by opening the appropriate solution file (.sln) according to the version of Visual Studio installed on your system.

  • Aspose.Cells.Demos.2005.sln - Open with Microsoft Visual Studio 2005
  • Aspose.Cells.Demos.2008.sln - Open with Microsoft Visual Studio 2008
  • Aspose.Cells.Demos.2010.sln - Open with Microsoft Visual Studio 2010

The example should be ready to compile. Click on "Debug" menu and choose one of the following menu items to start the example:

  • Start Debugging
  • Start Without Debugging

##Contact Us

Releases

No releases published

Packages

No packages published

Languages

  • C# 49.9%
  • Visual Basic .NET 44.1%
  • HTML 4.9%
  • CSS 1.1%