登录
首页 » PowerBuilder » dw2xls_demo_pb9

dw2xls_demo_pb9

于 2019-06-14 发布
0 856
下载积分: 1 下载次数: 5

代码说明:

说明:  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 it is decided to redevelop the component program of DW2XLS. The development of the new program lasts 5 months. Excel files are generated by VC rewriting and PB rewriting, in order to maximize the speed and performance of report export. Additionally, support for image and graph export, multi-data window export and other functions not available in the original version are added.)

文件列表:

dw2xls_demo_pb9, 0 , 2019-06-12
dw2xls_demo_pb9\PSR, 0 , 2011-05-22
dw2xls_demo_pb9\PSR\Composite_1.psr, 31120 , 2011-02-11
dw2xls_demo_pb9\PSR\Grid_2.psr, 83456 , 2011-01-25
dw2xls_demo_pb9\PSR\kmyeb.psr, 40278 , 2011-02-12
dw2xls_demo_pb9\PSR\slmxz.psr, 38234 , 2011-02-12
dw2xls_demo_pb9\XlsWriter.dll, 86136 , 2019-01-14
dw2xls_demo_pb9\dw2xls90.pbd, 506880 , 2012-11-06
dw2xls_demo_pb9\dw2xls_demo.pbl, 35840 , 2011-10-12
dw2xls_demo_pb9\dw2xls_demo.pbt, 183 , 2011-05-16
dw2xls_demo_pb9\使用说明.txt, 2158 , 2011-05-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • simulink
    用于汽车平顺性计算的随机路面谱的simulink模型(Simulation model of vehicle ride comfort road simulink)
    2017-09-12 15:31:28下载
    积分:1
  • AN332_Si47xxExampleCode
    原厂提供的SI47XX软件,给需要的朋友提供帮助(SI47XX software provided by the original factory to help the friends in need)
    2017-12-25 10:11:08下载
    积分:1
  • 15f
    基于STC15F单片机实现串口波特率、奇偶校验、数据位转换。(Based on STC15F MCU, the serial port baud rate, parity check and data bit conversion are realized)
    2021-02-07 08:59:55下载
    积分:1
  • electronic bookstore Note : good Iddo electronic bookstores in my learning proce...
    电子书店说明 声明:好易多电子书店是本人在学习JAVA过程中的一个作业,所用的网站名字和公司名均为杜撰,如有同名,实在抱歉。    本程序只可用于学习参考,不得用于商业系统,如有发现,将以法律解决。 本站基本功能如下: 首页(index.jsp) 图书选购,(可按分类方式查找图书,或通过关键字进行查询) 购物车功能. 查看图书详细情况。 用户注册. 用户登录. 查看用户的订单信息. 修改用户个人信息。 后台管理部份: 商店图书管理:添加,修改,删除,查看。 用户信息管理:查看,修改,删除。 订单信息管理:查看订单清单,更新订单付款,出货状态。删除订单。 数据库设计时采用Oracle进行的,可以用所附脚本生成表结构。-electronic bookstore Note : good Iddo electronic bookstores in my learning process of JAVA an operation, the website names and companies were fabricated, if the same name, really sorry. This procedure can only be used to study reference shall not be used for commercial systems and, if found, will be law. Site basic functions are as follows : Home (index.jsp) to purchase books, (classification according to find books, or through keyword inquiries) Cart function. View details of the books. Registered users. User login. View customer orders information. Revised personal information. Some management background : stores library management : add, modify, delete, check. Users Informatio
    2022-05-29 06:59:22下载
    积分:1
  • IMU_calculator_matlab
    IMU 计算器 能够计算IMU的三轴陀螺仪的飘移,三轴加速度计的偏移,俯仰、横滚、偏航角度,三轴位置信息。画出上七个数据的图像。(This function takes the IMU data as the input and returns the plot of x,y,z,theta,phi,psi,u,v,w. %The data is a 7 coloumn matrix with each row representing a reading of the %IMU. %the coloumn should contain the data in the following format: %col data %1 time %2 Ax %3 Ay %4 Az %5 p(angular rate along x) %6 q(angular rate along y) %7 r(angular rate along z) % Initial is a 3x3 matrix containing initial position and attitude % [phi theta psi % u v w % x y z])
    2020-07-24 14:48:43下载
    积分:1
  • OSS_SDK_DOTNET_2_3_0
    阿里云oss源码sdk,oss文件存储对象存储sdk(Aliyun OSS source code sdk, OSS file storage object storage SDK)
    2020-06-21 23:00:02下载
    积分:1
  • LLC_VCO_COSELOOP_V1
    说明:  VCO电路,PSIM模型,有需要请使用。(Voltage Control Oscillator PSIM module)
    2021-01-31 11:18:32下载
    积分:1
  • 编程一个将字符 串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示: 第一行所显示的就是Input string is:后面跟着光标等待用户输...
    编程一个将字符 串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示: 第一行所显示的就是Input string is:后面跟着光标等待用户输入字符,输入完成后按回车键,转到下一行,显示The string is:紧跟着刚才输入的字符并逆转输出。第三行显示priess any key to continue -gffdgfdgfdgfdfdsfdfsdf
    2022-03-20 17:33:43下载
    积分:1
  • TI28335电机控制
    说明:  电机控制原理,ti矢量控制算法原理,控制实例算法以及历程代码,适合28335学习这学习电机控制(Motor control principle)
    2020-06-15 10:01:45下载
    积分:1
  • sea_Wind
    根据“A Semi-Empirical Sea-Spectrum Model for Scattering”这篇文章进行不同海风情况下的海面三维模拟。(According to the article "A Semi-Empirical Sea-Spectrum Model for Scattering", three-dimensional sea surface simulation under different sea breezes is carried out.)
    2020-11-06 15:59:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载