Read and Write XLSB File Format

Possible Usage Scenarios

Microsoft Excel supports many formats like XLS, XLSX, XLSM, XLSB, CSV, etc. Aspose.Cells also supports many of these formats. This article explains how to read and write Excel files in XLSB format using Aspose.Cells.

Read and Write XLSB File Format

The following sample code loads the source XLSB file, reads cell A1, copies its contents to cell C4, and saves it as an output XLSB file.

Sample Code