public class AsposeCellsHelper { public Workbook workBook; public Worksheet worksheet; Style style; /// <summary> /// 构造函数,不设置工作表名称 /// </summary> public AsposeCellsHelper() { workBook = new Workbook(); worksheet = workBook.Worksheets[0]; } //
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using System.Data; using Aspose.Cells; /// <summary> ///OutFileDao 的摘要说明 /// </summary> public class OutFileDao { public Ou