Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: No list? Pin
benjymous2-Sep-02 5:28
benjymous2-Sep-02 5:28 
GeneralRe: No list? Pin
Martin Ziacek2-Sep-02 5:35
Martin Ziacek2-Sep-02 5:35 
GeneralRe: No list? Pin
benjymous2-Sep-02 6:48
benjymous2-Sep-02 6:48 
AnswerRe: No list? Pin
Michael Dunn2-Sep-02 8:20
sitebuilderMichael Dunn2-Sep-02 8:20 
GeneralRe: No list? Pin
Max Santos2-Sep-02 8:21
Max Santos2-Sep-02 8:21 
GeneralI need to export data in an Excel document Pin
Anonymous2-Sep-02 3:52
Anonymous2-Sep-02 3:52 
GeneralRe: I need to export data in an Excel document Pin
Carlos Antollini2-Sep-02 4:28
Carlos Antollini2-Sep-02 4:28 
GeneralRe: I need to export data in an Excel document Pin
Stephane Rodriguez.2-Sep-02 6:01
Stephane Rodriguez.2-Sep-02 6:01 
Use DAO, ODBC (.csv, .xls)

Or export to the Excel xml file format (you'll get the reference with this key search on MSDN : "Microsoft Office Drawing File Format". Using xml allows you to create charts or pivot tables as well.

And if you need the .xls format itself, yes the simplest way to do it is through Automation, at least if you are running Windows.

Final point, you may buy a finished product (softartisan).

Or crack the binary file format.



And I swallow a small raisin.

GeneralRe: I need to export data in an Excel document Pin
Pavel Klocek2-Sep-02 11:17
Pavel Klocek2-Sep-02 11:17 
QuestionHow to get Scroll Mouse Events ? Pin
Koep2-Sep-02 3:44
Koep2-Sep-02 3:44 
AnswerRe: How to get Scroll Mouse Events ? Pin
.dan.g.2-Sep-02 14:07
professional.dan.g.2-Sep-02 14:07 
GeneralRe: How to get Scroll Mouse Events ? Pin
Koep2-Sep-02 21:44
Koep2-Sep-02 21:44 
QuestionWhat means "SVR4 system"? Pin
George Ma2-Sep-02 3:28
George Ma2-Sep-02 3:28 
AnswerRe: What means "SVR4 system"? [corrected] Pin
Joaquín M López Muñoz2-Sep-02 3:31
Joaquín M López Muñoz2-Sep-02 3:31 
GeneralRe: What means "SVR4 system"? [corrected] Pin
George Ma2-Sep-02 3:40
George Ma2-Sep-02 3:40 
AnswerRe: What means "SVR4 system"? Pin
Tomasz Sowinski2-Sep-02 3:34
Tomasz Sowinski2-Sep-02 3:34 
GeneralRe: What means "SVR4 system"? Pin
George Ma2-Sep-02 3:41
George Ma2-Sep-02 3:41 
GeneralLosing Classes in VC6 Pin
Jawache2-Sep-02 3:22
Jawache2-Sep-02 3:22 
GeneralRe: Losing Classes in VC6 Pin
jhwurmbach2-Sep-02 3:33
jhwurmbach2-Sep-02 3:33 
GeneralRe: Losing Classes in VC6 Pin
Jawache2-Sep-02 3:47
Jawache2-Sep-02 3:47 
GeneralRe: Losing Classes in VC6 Pin
jhwurmbach2-Sep-02 4:00
jhwurmbach2-Sep-02 4:00 
GeneralRe: Losing Classes in VC6 Pin
Jawache2-Sep-02 4:05
Jawache2-Sep-02 4:05 
GeneralRe: Losing Classes in VC6 Pin
Max Santos2-Sep-02 8:17
Max Santos2-Sep-02 8:17 
GeneralRe: Losing Classes in VC6 Pin
Jawache3-Sep-02 6:36
Jawache3-Sep-02 6:36 
GeneralRe: Losing Classes in VC6 Pin
Anonymous12-Nov-02 0:02
Anonymous12-Nov-02 0:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.