Aspose.Cells for .NET is an Excel Spreadsheet Programming API allowing software developers to manipulate and convert spreadsheet files from within their 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 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 |
- You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
- Extract the contents of the 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 the first run, the dependencies will automatically be downloaded via NuGet. You may also download the DLLs separately from here
- The 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.
- 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 the 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
- The Data folder at the 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.
- 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 the 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
- The Data folder at the 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 on how to run the examples here.
- Website: www.aspose.com
- Product Home: Aspose.Cells for .NET
- Download: Download Aspose.Cells for .NET
- Documentation: Aspose.Cells for .NET Documentation
- Forum: Aspose.Cells for .NET Forum
- Blog: Aspose.Cells for .NET Blog