搜索资源列表
pb_excel
- PB的数据窗口中的内容经常要导出为excel,自带的函数效果总是不好,可以试试这个,表头也可导出.-PB data window to the often exported to excel, and built-in function is undesirable results, you can try this, the first table can be derived.
datawindow_to_excel
- PB中将数据窗口完全导出到excel中的一个实例,仅供参考
pb
- 导出EXCEL文件带中文标题的UO,可以把数据表方便导出成各种格式的文件-Export EXCEL file with the Chinese title of the UO, you can easily export the data table file into various formats
excel_file_importandexportinpB
- 使用PB对excel文件在pB中进行资料导入导出测试,提供源码,及详细说明-The use of PB to the excel file for data import and export pB in the test, to provide source code, and detailed descr iption of
dw2xlsdemo_pb651_1163
- pb导出excel文件,pb9.0源码,有大量导出函数-pb export excle
pbTOEXCEL
- PB数据窗口导出到EXCEL方法,仅供参考!-PB DataWindow Export to EXCEL
Dw2xls
- 数据窗口导出代码(pb数据窗口要到处excel表)-Export data window code
to_EXCEL.ZIP
- 【PB源码】PB转化为EXCEL的程序源码,实现动态EXCEL表格的导出、导入。-【Source】 PB PB program source code into EXCEL, EXCEL table dynamic export, import.
PBEXCEL.ZIP
- 网上的pb数据窗口导出excel全部是不能保留格式的,我们用了两周的时间才把这个缺陷改好。pb7.0开发-Online pb export excel data window does not retain the formatting of all, we spent two weeks only then the defect changing for the better. pb7.0 development
DW2XLS_DEMO_PB9
- pb导出EXCEL完美版,很好用的控件,所见即所得-pb export EXCEL perfect version, easy to use controls, WYSIWYG
pb_dw2xls
- pb导出功能,所见即所得的导出模式, pb导出功能,所见即所得的导出模式-this is very good at excel
dw2xls
- PB 9.0 实现DW导出excel机能-PB 9.0 DW export excel function
F1BOOK
- pb-F1一个简单实例关于报表操作,导出,导入excel-Pb-F1 a simple example of the report operation, export, import Excel
PB-DW-EXCEL
- 用PowerBuilder做的数据窗口数据导出电子表格代码,简单易用。-Using PowerBuilder DataWindow data do export a spreadsheet code, easy to use.
dw2xls 把dw存成excel格式 8.0
- 导出excel,非常经典的excel功能,方便使用(Export excel, very classic excel function, easy to use)
PB使用HTML格式导出Excel
- PB使用HTML格式导出Excel。使用PB数据窗口的saveas函数完成数据导出功能。(PB exports Excel using HTML format.Use the SaveAs function of the PB data window to complete the data export function.)
PBtoExcel中文表头最终版
- 使用powerduilder导出excel中文表头文档的示例(powerbuilder to excel Chinese header example)
dw2xls_demo_pb9
- 由于DW2XLS原版本是完全采用PB的代码实现生成Excel文件的,在性能上有很大的限制,当导出的报表数据量比较大时,导出的时间会非常久。更严重的问题是,当数据量比较大时,最终生成的Excel文件格式是损坏的,用户不能正常打开生成的文件! 正是因为以上两大原因,并且希望导出的Excel文件格式更加完整、支持图片导出等功能,才决定重新开发DW2XLS组件程序。(Since the original version of DW2XLS is the complete use of PB code
dw2xls_demo_pb9
- DW2XLS导出的Excel文件格式更加完整、支持图片导出等功能,才决定重新开发DW2XLS组件程序。新的程序开发历时5个月,生成Excel文件部分采用VC重写,PB部分也全部重写,以便最大程度提高报表导出的速度和性能。并且增加支持图片和图表导出,多数据窗口导出等原来版本没有的功能。(The Excel file format exported by DW2XLS is more complete and supports the functions of picture export, so