Illustrations and Shapes

GemBox.Spreadsheet supports XLSX preservation of illustrations, shapes, Word Art, etc.

We advise our customers to use XLSX for more advanced features (images, comments, charts), because XLSX conforms to public Open XML specification.

You can read XLSX files with Excel 2003 and older with Microsoft Office Compatibility Pack.

Excel illustrations and shapes preserved with GemBox.Spreadsheet
Screenshot of Excel illustrations and shapes preserved with GemBox.Spreadsheet
Upload your file (Drag file here)
import com.gembox.spreadsheet.*;

class Program {

    public static void main(String[] args) throws java.io.IOException {
        // If using the Professional version, put your serial key below.
        SpreadsheetInfo.setLicense("FREE-LIMITED-KEY");

        ExcelFile workbook = ExcelFile.load("%InputFileName%");

        workbook.save("Illustrations and Shapes.xlsx");
    }
}

See also


Next steps

GemBox.Spreadsheet for Java is a component that enables you to read, write, edit and convert spreadsheet files from your applications using one simple API.

Download Buy