Ejemplo n.º 1
0
        public static TwoSheetsWorkbook Setup()
        {
            var model = new TwoSheetsWorkbook();

            model.FirstSheet  = SimpleSheet.Setup();
            model.SecondSheet = SheetWithTwoComplexCollections.Setup();

            return(model);
        }