using System; namespace OfficeHelper { public interface IExport { object excute(); } }