Skip to content

yuluoxk/Aspose.Cells-for-.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspose.Cells for .NET

Aspose.Cells for .NET is an Excel Spreadsheet Programming API allowing software developers to manipulate and convert spreadsheet files from within their own applications. A combination of APIs and GUI controls - Aspose.Cells for .NET speeds up Microsoft Excel programming and conversion.

This repository contains Examples, Plugins and Showcases for Aspose.Cells for .NET to help you learn and write your own applications.

Directory Description
Examples A collection of .NET examples that help you learn and explore the API features
Examples_GridDesktop A collection of .NET examples that help you learn and use Aspose.Cells.GridDesktop
Examples_GridWeb A collection of .NET examples that help you learn and use Aspose.Cells.GridWeb
Plugins Plugins that will demonstrate one or more features of Aspose.Cells for .NET

How to Run the Examples

Examples

  • You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
  • Extract the contents of ZIP file to any folder on your computer. All the examples are located in the Examples folder.
  • There is a Visual Studio solution file for C# Examples i.e. Aspose.Cells.Examples.CSharp.sln.
  • The project is created and maintained in Visual Studio 2015.
  • Open the solution file in Visual Studio and build the project.
  • On first run, the dependencies will automatically be downloaded via NuGet. You may also download the DLLs separately from here
  • Data folder at the root folder of Examples contains input files used in code examples. It is mandatory that you download the Data folder along with the examples project.
  • Open RunExamples.cs, all the examples are called from here.
  • Uncomment the examples you want to run from within the project.

Examples_GridDesktop

  • Aspose.Cells.GridDesktop examples are also included in Aspose.Cells GitHub repository and will be available as part of the ZIP file downloadable from here.
  • All examples are located in Examples_GridDesktop folder.
  • Similar to Aspose.Cells examples, GridDesktop examples solution file name is Aspose.Cells.GridDesktop.Examples.CSharp.sln.
  • Open the solution file in Visual Studio and build the project.
  • All dependencies are included as part of the examples project. You may also download the DLLs separately from here
  • Data folder at root folder of Examples_GridDesktop contains input files used in the examples. It is mandatory that you download the Data folder along with the examples project.
  • Open and run the project.
  • Click on the example in the menu that you want to run from within the form.

Examples_GridWeb

  • Aspose.Cells.GridWeb examples are also included in Aspose.Cells GitHub repository and will be available as part of the ZIP file downloadable from here.
  • All examples are located in Examples_GridWeb folder.
  • Similar to Aspose.Cells examples, GridWeb examples solution file name is Aspose.Cells.GridWeb.Examples.CSharp.sln.
  • Open the solution file in Visual Studio and build the project.
  • All dependencies are included as part of the examples project. You may also download the DLLs separately from here
  • Data folder at root folder of Examples_GridWeb contains input files used in the examples. It is mandatory that you download the Data folder along with the examples project.
  • Open and run Examples.aspx in the examples project.
  • Click on the example in the browser that you want to run from within the project.

Please find more details for how to run the examples here.

Resources

About

Aspose.Cells for .NET examples, plugins and showcases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 64.2%
  • Classic ASP 20.5%
  • JavaScript 12.6%
  • HTML 1.5%
  • Other 1.2%