Example #1
0
        public void Setup()
        {
            var target = Engine.Object.Construct(Arguments.Empty);

            Engine.Global.FastAddProperty("Excel", target, true, false, true);

            Workbook.Setup(target);
            Sheet.Setup(target);
            SheetList.Setup(target);
            Row.Setup(target);
            RowList.Setup(target);
            Cell.Setup(target);
            CellList.Setup(target);
            Comment.Setup(target);
            Color.Setup(target);
            Font.Setup(target);
            MergeRegionList.Setup(target);
            MergeRegion.Setup(target);
            CellStyleList.Setup(target);
            CellStyle.Setup(target);
        }