PowerDesigner导入Excel表结构.doc

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PowerDesigner导入Excel表结构

如何将Excel表结构导入到Powerdesigner中 (适用于Powerdesigner各种版本) 编写测试excel文件 打开pd脚本编辑器 PD菜单栏中,依次点击“Tools -Excute Commands-Edit/Run Script..” 编写脚本 Option Explicit Dim mdl the current model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox There is no Active Model End If Dim HaveExcel Dim RQ RQ = vbYes MsgBox(Is Excel Installed on your machine ?, vbYesNo + vbInformation, Confirmation) If RQ = vbYes Then HaveExcel = True Open Create Excel Document Dim x1 Set x1 = CreateObject(Excel.Application) x1.Workbooks.Open D:/荷露叮咚.xlsx x1.Workbooks(1).Worksheets(Sheet1).Activate Else HaveExcel = False End If a x1, mdl sub a(x1, mdl) dim rwIndex dim tableName dim colname dim table dim col dim count on error Resume Next For rwIndex = 1 To 4 step 1 With x1.Workbooks(1).Worksheets(Sheet1) MsgBox 生成数据表结构共计1 =+CStr(.Cells(2,2).Value ), vbOK + vbInformation, 表 If .Cells(rwIndex, 1).Value = Then Exit For End If If .Cells(rwIndex, 3).Value = Then set table = mdl.Tables.CreateNew table.Name = .Cells(rwIndex , 1).Value table.Code = .Cells(rwIndex , 2).Value count = count + 1 Else colName = .Cells(rwIndex, 1).Value set col = table.Columns.CreateNew MsgBox .Cells(rwIndex, 1).Value, vbOK + vbInformation, 列 col.Name = .Cells(rwIndex, 1).Value MsgBox col.Name, vbOK + vbInformation, 列 col.Code = .Cells(rwIndex, 2).Value col.Comment = .Cells(rwIndex,1).Value col.DataType = .Cells(rwIndex, 3).Value End If End With Next MsgBox 生成数据表结构共计 + CStr(count), vbOK + vbInformation, 表 Exit Sub End sub 测试 第一步:把excel模板文件(例如荷露叮咚.xlsx)拷贝到 D盘根目录下(这里的路径需与脚本中标红的地方匹配。) 第二步:运行脚本 第三步:检查导入效果 PS:可以将脚本保存,下次再导入重复利用。

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档