Test in production without watermarks.
Works wherever you need it to.
Get 30 days of fully functional product.
Have it up and running in minutes.
Full access to our support engineering team during your product trial
This tutorial provides a comprehensive guide on creating new spreadsheets using Iron XL in C. It begins with the essential step of installing the Iron XL NuGet package if it's not already installed. The process involves setting up namespace imports and ensuring your license key is set. The creation of a new spreadsheet is accomplished with the workbook.create method, which initializes a workbook in memory. Users can specify the Excel file format using the Excel file format.xlsx argument. An alternative overload of the create method allows for additional options, such as setting a default file format. Once the workbook is initialized, a worksheet is created, named, and then saved to disk using the save as method. The newly created spreadsheet can be opened in Excel. Following these steps, users can programmatically create spreadsheets tailored to their needs. The tutorial concludes by encouraging users to subscribe for more tutorials and try out Iron XL by downloading the trial version. A link in the description offers further guidance.
Further Reading: How to Create New Spreadsheets