包含了php操作excel的读取类及写入类。 解决了服务器处理位数不同而出现的 Fatal error: Allowed memory size of xxxxx bytes exhausted (tried to allocate 71 bytes) in /xxx/xxx/ss/oleread.inc on line 133]错误 强烈推荐!!!!!
本文实例讲述了C#自定义导出数据到Excel的类。分享给大家供大家参考。具体如下:
C#自定义Excel操作类,可以用于将DataTable导出到Excel文件,从Excel文件读取数据。
using System;
using System.IO;
using System.Data;
using System.Collections;
using System.Data.OleDb;
using System.Web;
using System.Web.UI;
using System.W