Close
Just a few details and you gain access to free downloads, support, subscription updates, betas, and special offers.
Join Now





Help Show Password

Read our Privacy Policy

Import your Excel data using ComponentOne Excel™ for Windows Phone. Create and load XLSX files with this easy-to-use class library. Access and modify data in individual sheets as if they were a simple grid composed of rows, columns, and cells. Take files to and from the cloud and device.

Features

  • Save and Load Workbooks with One Command

    Excel for Windows Phone includes one key component, C1XLBook. C1XLBook is easy to use, allowing you to use a single command to load or save a workbook from your C#/VB.NET code. Workbooks, which can contain multiple sheets, can be directly read to and written from memory streams too, so you don't have to use isolated storage files.

  • Read and Write Data in Individual Cells

    After loading or creating an Excel Workbook into C1XLBook, you can access data in individual sheets as if they were a simple grid composed of rows, columns, and cells. Modify an existing spreadsheet and save the changes.

  • Import/Export XLSX

    Excel for Windows Phone reads and writes one primary format: XLSX (OpenXml format). OpenXml format allows you to save smaller, compressed files.

  • Format the Data in Each Cell

    You can format cells to ensure that end-users enter correct data. The format associated with each cell is as easy to access as the data stored in the cell.

  • Add Cell Formulas

    Excel for Windows Phone fully supports cell formulas and binary parsing. The XLCell.Formula property allows you to specify a formula for the cell.

  • Calculate Subtotals & Group Data

    Calculate subtotals for rows and columns. Declare outline level grouping in code to best display totals and subtotals.

  • Manage Cell Comments (Notes)

    Add or edit cell comments in your Excel files using the easy API. Cell comments (or notes) allow you to attach a comment to a cell to inform, remind or explain the content of a cell or range of cells.