Aspose.Cells  for Android via Java

Android APIs to Manipulate Excel Spreadsheets

Create, read, write or manipulate Excel files within Android apps without any dependencies.

  Download Free Trial
  
 

Aspose.Cells for Android via Java is a scalable API to programmatically generate, combine, modify and parse spreadsheets. API offers many functions including excel document formatting and page setup tasks, import and export capabilities, render worksheet pages to raster images as well as specifying image resolution, quality, compression, adding different charts and much more. Android spreadsheet API supports XLS, XLSX, CSV, SpreadsheetML, ODS, Tab Delimited, HTML, PDF, XPS, and more formats.

Advanced Android Excel API Features

Apply formatting to worksheet, row, column, cell and range

Export and import data from ArrayList, Array, Recordset & Resultset

Encrypt & decrypt Excel files

Set numbers formatting

Create & manipulate charts

Create & manipulate comments

Read, set & calculate formulas

Configure page setup

Set & manipulate auto-filters & page breaks

Read & write conditional formatting

Create copies of existing worksheets

Set protection options introduced since Microsoft Excel XP

Manipulate cells & named ranges

Convert Excel files to PDF

Convert worksheets & charts to images

Create & manipulate Pivot Tables

Create & manipulate custom charts

Trace Precedents and Dependents

Create & manipulate Scenarios

Powerful formula calculation engine

Read & write TSV, CSV & HTML files

Different Formats Conversion

Android Excel library offers conversion of spreadsheets to XPS, PDF & HTML formats keeping the highest visual fidelity. The reliable conversion process makes API a perfect choice for the companies for exchanging files in industry-standard formats.

Save Workbook in various formats - Java

// load file to be converted

Workbook wkb = new Workbook(SD_PATH + "template.xls");

// XLS to PDF, XPS and HTML conversion

wkb.save(SD_PATH + "output.pdf", SaveFormat.PDF);

wkb.save(SD_PATH + "output.xps", SaveFormat.XPS);

wkb.save(SD_PATH + "output.html", SaveFormat.HTML);

Convert Spreadsheet Objects to Different Formats

Aspose.Cells for Android via Java offer some distinctive features such as worksheets to images, charts to images & PDF and spreadsheets to PDF document format conversion. The flexible process has a number of choices for the conversion, like images re-sampling during spreadsheets to PDF or setting the resultant image dimensions when rendering worksheets & charts to image formats.

Spreadsheet API Formula Calculation Engine

Android sheets API provides a powerful Formula Calculation Engine supporting the advanced and standard Microsoft Excel functions and formulas. Formula calculation engine makes it easy to read, set and calculate the results of the built-in or add-in type, array and R1C1 reference style formulas.

  

Support and Learning Resources