搜索资源列表
dbgrid2excel
- dbgrid数据导入到excel(含有全部代码和窗体,能直接运行)-DBGrid data import to excel (containing all the code and forms, can directly run)
dbgrid2excel
- dbgrid数据导入到excel(含有全部代码和窗体,能直接运行)-DBGrid data import to excel (containing all the code and forms, can directly run)
dbgrid2excel
- 功能描述:把DBGrid输出到Excel表格(支持多Sheet) 调用格式:DBGridToExcel([DBGrid1, DBGrid2]) 对于数字用AsString, 其它可能含有格式的文本用DisplayText 长数字字符 的Tag C_LongNumber_FieldTag = 9 避免科学计算格式,如身份证号的显示 自动采用对齐属性, 标题粗体-dbgrid2excel
DBGrid2Excel
- delphi DBGrid 导出到excel无65535行限制的代码。-delphi DBGrid Export to excel without 65535 lines of code restrictions.
DBGrid2ExcelNEW
- DBGrid2Excel.pas文件中是一个函数,只需将该文件加到你的工程里,引用一下,然后直接调用DBGridToExcel函数即可。 这个DBGridToExcel函数支持几乎无限的记录,它会自动分页(Sheet),所以这下导出时不用担心记录太多,速度也比较快。 -DBGrid2Excel.pas file is a function, simply add the file to your project, the re