Forms and Macros

GemBox.Spreadsheet for Java preserves Form Controls and Macros when reading XLSX file format.

Excel form controls and macros preserved with GemBox.Spreadsheet for Java
Screenshot of Excel form controls and macros preserved with GemBox.Spreadsheet for Java
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("Forms and Macros.xlsm");
    }
}

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