Hello – we need to integrate an excel library in our C++ product.
We need Windows, Linux and ARM. Our tests look good for Windows and Linux, but we cannot find any support for ARM (Linux) platform.
Are we missing something or is this not possible?
Hello – we need to integrate an excel library in our C++ product.
We need Windows, Linux and ARM. Our tests look good for Windows and Linux, but we cannot find any support for ARM (Linux) platform.
Are we missing something or is this not possible?
See the document on System Requirements that demonstrates development environments, compilers details, tools and other dependencies information for your reference. We are sorry but we do not have any version of Aspose.Cells for C++ lib that is compiled for ARM processor specifically. We also discussed its implementation in future but it is not in our plans in near future due to technical limitations.
By the way, you may try our Cloud APIs (https://products.aspose.cloud/cells) Aspose.Cells for Cloud (REST based APIs) in your environment as these APIs can be used in any platform and languages.
Ok - Cloud is not an option for us - we want to deliver it with our software.
Are there any other options that support ARM?
Apparently there is no better option available or other way around. We will still check it further and get back to you.
Whats about the .NET version?
Aspose.Cells for .NET also includes an assembly (in “\Xamarin.iOS” folder at your installation directory) to use it your native iOS applications via Xamain. See the document on API limitation and other differences for your reference:
https://docs.aspose.com/display/cellsnet/Aspose.Cells+for+iOS+via+Xamarin+Limitations+and+API+Differences
In Aspose.Cells for .NET v22.10 (Download | NuGet), we build a version depends on SkiaSharp for Net 6.
Please refer to the document How to Run Aspose.Cells for .Net6 and the release note.
The package SkiaSharp.NativeAssets.Linux
is needed to use Aspose.Cells v22.10 with Net 6 on Linux.
<PackageReference Include="Aspose.Cells" Version="22.10.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" />
According to the page More Pre-Built Linux Libraries, Linux ARM is supported.
Please try it on your side and give us feedback.
Ok - thanks for the help - may a little time for the feedback