Read Numbers Spreadsheet Developed by Apple Inc. using Aspose.Cells

Possible Usage Scenarios

Numbers is a spreadsheet application developed by Apple Inc. Aspose.Cells for Python via .NET can read Numbers spreadsheets, but it does not support writing to them. It can read Numbers spreadsheets' data, style, and formulas.

Read Numbers Spreadsheet Developed by Apple Inc. using Aspose.Cells Python via .NET

The following sample code loads the Sample Numbers Spreadsheet and converts it to Output PDF Format. You will have to use the LoadOptions class and specify LoadFormat.NUMBERS as a parameter in its constructor to load it successfully. Please download both files from the given links. You can try the code with any Numbers spreadsheet. Please also read the comments in the code for more help.

Sample Code