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.
XAF Excel Importer

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:
XAF Excel Importer

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

And See the progress of data import that is done in a separate thread.
XAF Excel Importer

相关文章:

  • 2021-08-14
  • 2022-12-23
  • 2021-10-10
  • 2021-08-14
  • 2021-10-14
  • 2021-08-24
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2021-05-27
  • 2021-12-29
  • 2021-10-21
  • 2021-08-11
  • 2021-07-30
相关资源
相似解决方案