简体   繁体   中英

Display Data in a Grid view -MFC c++ dialog based application

By receiving data from excel file , I have developed MFC c++ application. I populated four combo boxes based on data in excel file. By selecting the combo boxes I want to show rest of the data in excel file below the combo boxes. **For data visualization **,

  1. What are the available data visualization grids ?( all the data after the visualization can be accessed easily)
  2. Are there possibility to use excel grid view (just like ruler based data grid view) Figure 1 to display rest of data in the selected excel file.

You can use a ListView control with report-style. See:

Also, you can use Chris Maunder's MFC Grid control

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM