.NET 學習

.NET 學習生活感想... 万事成蹉跎..... 贵在坚持 及时整理自己做过和学过的东西

博客园 首页 新随笔 联系 订阅 管理

XAF 用Excel导入数据模块

Here's a video on how it works: http://mdworkstuff.blogspot.com/2011/05/excel-import-wizard-demo-from.html

and a post on how to include it into an existing XAF project
http://mdworkstuff.blogspot.com/2011/05/how-to-include-expandframework-module.html

 
One more common situation when working with XAF is that in many cases You usually get a lot of data in Excel SpreadSheets,You need to import to Your New Application.

So instead of writing a separate controller for each different excel file, o forcing people to use some predefined template, here what I came up with.

Wizard Page 1 lets You select Excell 2007 or newer file, select a Sheet that You want to import data from and see a PreView of the Data:

Next You can Map Excel columns to Your object Properties (or Let the Import Wizard try to Guess the mappings)

And See the progress of data import that is done in a separate thread.
posted on 2011-04-23 17:24  Tonyyang  阅读(936)  评论(0编辑  收藏  举报
欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/