嗨波

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年1月22日

摘要: 1 DECLARE cursor_timeformatter CURSOR LOCAL FOR 2 SELECT ID, PublishTime FROM Book_BaseFields 3 OPEN cursor_timeformatter 4 DECLARE @ID int ... 阅读全文
posted @ 2015-01-22 13:45 嗨波 阅读(180) 评论(0) 推荐(0) 编辑

摘要: 1 protected void btnExport_Click(object sender, EventArgs e) 2 { 3 DataTable tbBooks = (DataTable)Session["Books"]; 4 if (tbBoo... 阅读全文
posted @ 2015-01-22 13:42 嗨波 阅读(297) 评论(0) 推荐(0) 编辑

摘要: 1 Workbook workBook = new Workbook(this.fuFile.FileContent); 2 Aspose.Cells.Worksheet sheet = workBook.Worksheets[0]; 3 Cells cells = sheet.Cells; 4 ... 阅读全文
posted @ 2015-01-22 13:29 嗨波 阅读(1147) 评论(0) 推荐(0) 编辑