' Create an instance of the class that exports Excel files, having two sheetsDim workbook As New ExcelDocument(2)' Set the sheet namesworkbook.easygetSheetAt(0).setSheetName('First tab')workbook.easygetSheetAt(1).setSheetName('Second tab')' Add data to the first sheet, the data source of the pivot table.' ' Create an instance of the class that exports Excel filesset workbook = Server.CreateObject('EasyXLS.ExcelDocument')' Create two sheetsworkbook.easyaddWorksheet2('First tab')workbook.easyaddWorksheet2('Second tab')' Add data to the first sheet, the data source of the pivot table.' ' Create an instance of the class that exports Excel filesSet workbook = CreateObject('EasyXLS.ExcelDocument')' Create two sheetsworkbook.easyaddWorksheet2 ('First tab')workbook.easyaddWorksheet2 ('Second tab')' Add data to the first sheet, the data source of the pivot table.' ' Create an instance of the class that exports Excel filesSet workbook = CreateObject('EasyXLS.ExcelDocument')' Create two sheetsworkbook.easyaddWorksheet2('First tab')workbook.easyaddWorksheet2('Second tab')' Add data to the first sheet, the data source of the pivot table.'