Installation

Installing Aspose.Cells for C++ in Windows

Using Nuget Package Manager

  1. In Nuget Package Manager, search for Aspose.Cells. 
    1. Here is the Link to NuGet Package Aspose.Cells.Cpp.
  2. Refer to [Install Aspose Cells through NuGet] for details.(https://docs.aspose.com/cells/cpp/getting-started/).  

You can also download ZIP package from the Aspose.Cells for C++ download page. The archive also contains the offline API documentation.

Using Include and lib Folders

  1. Download/Install the latest files.
  2. Unzip the folder to the production environment.
  3. To use Aspose.Cells for C++, reference “Include” and “lib / dll” directory in your project.

Installing Aspose.Cells for C++ in Linux

  1. Download/Install the latest files.
  2. Unzip the folder to the production environment.
  3. To use Aspose.Cells for C++, reference “Include” and “libAspose.Cells.so” directory in your project.

Installing Aspose.Cells for C++ in MacOS

  1. Download/Install the latest files.
  2. Unzip the folder to the production environment.
  3. To use Aspose.Cells for C++, reference “Include” and “libAspose.Cells.dylib” directory in your project.