Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The following are the system requirements to use Aspose.Cells .NET for PHP:
The following are the supported platforms:
Download the required libraries mentioned below. These are required for executing Aspose.Cells .NET for PHP examples.
If you download the MSI version, you will find Aspose.Cells.dll in the installed location, which is C:\Program Files (x86)\Aspose\Aspose.Cells for .NET\Bin\net2.0 by default.
If you have downloaded the DLL version, you can extract it and then copy Aspose.Cells.dll from the .NET 2.0 folder to your C:\temp folder for ease of use.
Similarly, extract the Interop zip file and copy Aspose.Interop.dll to C:\temp.
The following runnable examples are available to download from the social coding sites listed below:
Aspose.Cells .NET for PHP Examples
Please follow these simple steps in order to open and extend the source code while using it:
Register both DLL and Interop DLL files e.g. Aspose.Cells.dll and Aspose.Cells.Interop.dll.
C:\Windows\Microsoft.NET\Framework\v2.0.50727>regasm c:\cells\Aspose.Cells.dll /codebase
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.7905
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
Types registered successfully
C:\Windows\Microsoft.NET\Framework\v2.0.50727>regasm c:\cells\Aspose.Cells.Interop.dll /codebaseIn IIS, open PHP Manager and then click Enable/Disable Extension. Find php_com_dotnet.dll and make sure it is enabled.
Clone PHP examples from GitHub and run the following command:
composer installIn your PHP project’s composer.json file, add the following lines:
{
"require": {
"aspose-cells/Aspose.Cells-for-.NET_for_php": "dev-master"
}
}and run the install command:
composer installTo read about Composer, visit https://getcomposer.org/
From the very first days of Aspose, we knew that merely providing good products would not be enough. We also needed to deliver good service. We are developers ourselves and understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create them.
This is why we offer free support. Anyone who uses our product, whether they have bought it or are using an evaluation, deserves our full attention and respect.
You can log any issues or suggestions related to Aspose.Cells .NET for PHP using any of the following platforms:
Aspose.Cells .NET for PHP is open source, and its source code is available on major social coding websites listed below. Developers are encouraged to download the source code and contribute by suggesting or adding new features or improving the existing ones, so that others can also benefit from it.
You can get the latest source code from one of the following locations:
This section includes the following topics:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.