Installation
Installing Aspose.Cells for C++ in Windows
Using NuGet Package Manager
- In NuGet Package Manager, search for Aspose.Cells.
- Here is the Link to NuGet Package Aspose.Cells.Cpp.
- Refer to Install Aspose Cells through NuGet for details.
You can also download the ZIP package from the Aspose.Cells for C++ download page. The archive also contains the offline API documentation.
Using Include and lib Folders
- Download/Install the latest files.
- Unzip the folder to the production environment.
- To use Aspose.Cells for C++, reference the “Include” and “lib/dll” directories in your project.
Installing Aspose.Cells for C++ in Linux
- Download/Install the latest files.
- Unzip the folder to the production environment.
- To use Aspose.Cells for C++, reference the “Include” and
libAspose.Cells.so directories in your project.
Installing Aspose.Cells for C++ in macOS
- Download/Install the latest files.
- Unzip the folder to the production environment.
- To use Aspose.Cells for C++, reference the “Include” and
libAspose.Cells.dylib directories in your project.