搜索资源列表
ToXLS
- 导出Excel文件,不需要在本机安装office软件-export excel files,and not need to install office soft
Excel ExportDelphi例程
- excel 文档的导入导出,Delphi,thank you very much to have a view-excel documents for import and export, Delphi, thank you very much to have a view!
cxXLSExport
- 修改cxgrid中导出Excel数字前加人民币符号问题,将替换控件中原有的该文件,然后从新编译一下,即可-Export Excel to modify cxgrid in front of number symbols issue RMB, will replace any original control file, then compile the new look, you can
ReprtMachine-6.5-For-XE2
- [转] 我是RM的正版用户, 因为WHF消失得没有音讯, RM7也买不到,对所有用RM的人应该是个悲剧. 不得已放出RM6.5(含RMCell),希望有人来接力修改For XE,XE2, 网上能下载的RM应该都无RMCell 这个版本应该是目前FOR XE最完美的版本, 我已经做了大量的修改,可以完美运行于XE,并可导出EXCEL. 这是在XE修改的, 未在D7测试, 还未折腾XE2.. 希望能够有人能够团结起来接力修改, 最好是建立一个QQ群.
syhscq
- 自己制作的索引号生成器,政务公开使用的。支持导入导出excel 和打开word文档,使用Access作为数据库。-Produce their own index number generator, use of government affairs. Support import and export excel and open the word document, using Access as the database.
FR4.7.61
- FastReport 4.7.61 解决导出Excel,不能预览和乱码的问题-FastReport 4.7.61
DBGridEH
- delphi控件类,非常好用,可以排序,导出等功能-delphi type controls, very easy to use, you can sort, export and other functions
hksjzh.exe
- 针对银行还款账单的处理工具,以及快速导出excel功能-Bank loan repayment bill processing tools, as well as the rapid export excel function
gridtoxls
- 将SQL DBGRID数据导出报表为EXCEL-Export data to SQL DBGRID statements for EXCEL
EXCELtoSQL
- 此程序是可以将数据库表中的数据导出转为EXCEL、也可将EXCEL中的数据导入至数据库的表中。-This process is the database table data export to EXCEL, and it can import data from EXCEL to database table.
DBGrid2Excel
- delphi DBGrid 导出到excel无65535行限制的代码。-delphi DBGrid Export to excel without 65535 lines of code restrictions.
excelpas
- 该代码用于excel数据导入与程序出数据导出excel所用。-excel数据导入出数据导出excel
DBGridToExcel
- delphi导出excel文件,功能强大,代码复用效率高-asdasdasdadasdadasdadasdasdasd
Excel
- Delphi实现Excel数据的导入导出,代码简单通俗易懂,分享给大家-Excel import and export of data to achieve
EXCEL
- EXCEL怎样导入导出数据库,E XCEL怎样导入导出数据库-How to import/export Excel file
Input
- 导入导出EXCEL可以和任意数据库连接功能界面清晰-Import and Export EXCEL
Excel
- 如何将Delphi中的数据导出Excel表格中,付代码。-Delphi ETO Excel
excel
- 比较简单的导出Excel饼图,导出后分别建两个表,一个表数据,一个表二维图。只合适刚刚接触delphi用到导出Exceld的程序员(Relatively simple export Excel pie chart, after the export were built two tables, a table data, a table two dimensional map. Only suitable for those who have just contacted Delphi for
把DBGRID输出到EXcel表格
- 用deiphi 实现DBGrid导出到Excel表格!(Export DBGrid to Excel form)
dbgrid导出excel
- d7的dbgrid通过流导出excel 调用: DBGridEhToExcel: TDBGridToExcel; begin DBGridEhToExcel := TDBGridToExcel.Create(nil); try DBGridEhToExcel.DBGrid := DBGrid1; DBGridEhToExcel.ShowProgress := True; DBGridEhToExcel.FileName