OldHawk

菜地一块,欢迎拍砖
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年6月13日

摘要: This class will produce an Excel Spreadsheet from a TDataSet. No OLE is required or Excel Installation needed to create the file. The one problem with Excel OLE is that is tends to be rather Sloooow. The class uses standard Delphi I/O functions and is considerably faster than the OLE calls. 阅读全文

posted @ 2007-06-13 16:40 OldHawk 阅读(1032) 评论(0) 推荐(0) 编辑

摘要: This Class allows you to create an Excel Worksheet in much the same way as you create a TStringGrid. ie. Cell[Column,Row]. 阅读全文

posted @ 2007-06-13 16:25 OldHawk 阅读(862) 评论(0) 推荐(0) 编辑

摘要: FDBGridEh: TDBGridEh; //对应DBGridEh FColumnCount: integer; //DBGridEh列数(指visible为True的列数) FRowCount: integer; //DBGridEh多表头层数(没有多表头则层数为1) procedure SetDBGridEh(const Value: TDBGridEh); function GetTitleRow: integer; //获取DBGridEh多表头层数 function GetTitleColumn: integer; //获取DBGridEh列数 阅读全文

posted @ 2007-06-13 09:54 OldHawk 阅读(2950) 评论(7) 推荐(0) 编辑