Illustrations and Shapes
GemBox.Spreadsheet for Java has been retired
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.

import com.gembox.spreadsheet.*;
class Program {
public static void main(String[] args) throws java.io.IOException {
// If using Professional version, put your serial key below.
SpreadsheetInfo.setLicense("FREE-LIMITED-KEY");
ExcelFile workbook = ExcelFile.load("%InputFileName%");
workbook.save("Illustrations and Shapes.xlsx");
}
}
Want more?
Like it?
Published: February 28, 2020 | Modified: December 6, 2021 | Author: Marek Turis