摘要:
The following code shows how to use the Workbook constructor tocreate and initialize a new instance of the class. Workbook workbook = new Workbook(); OverLoaded MethodDescriptionWorkbook ()Workbook (string strFileP... 阅读全文
摘要:
Property NameDescriptionWorksheetsGets the collection in the spreadsheet.Method NameDescriptionOpen MethodOpens a preset designer spreadsheet from stream.Save MethodCreates the result spreadsheet to the stream. 阅读全文
摘要:
Aspose.Cells NamespaceThis Page Lists All Classes in this namespace Aspose.CellsClassesClass NameDescriptionCellEncapsulates the object that represents a single Workbook cell.CellsEncapsulates a collection of objects.WorkbookRepresents a root object to create an Excel spreadsheet.WorksheetEncapsulat 阅读全文
摘要:
2. Adding Worksheets to a Designer SpreadsheetThe process of adding worksheets to a designer spreadsheet is entirely same as that of the above approach except that the Excel file is already created and we need to open that Excel file first before adding worksheet to it. A designer spreadsheet can be 阅读全文