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

Possible Usage Scenarios

Numbers is a spreadsheet application developed by Apple Inc. Aspose.Cells can read Numbers spreadsheet but it does not support writing to it. It can read Numbers spreadsheet’s Data, Style and Formulas.

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

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

Sample Code