Creating Excel files
Article Writing
2
Posts
2
Posters
0
Views
1
Watching
-
Hello all! Anybody knows how to create Excel (BIFF) files without Excel (directly write to file)? I find source code only in Pascal :-((( Need C++ ... Help!!! :-))) Dmitry.
See the COMEXCEL-sample in MSDN. OK, it still uses Excel, but you can "hide" the excel-window (see the tlh/tli-files after compiling the sample). If you really want to do it without an excel-instance, I would suggest .csv-format, where every value ending with " ; " is placed in another filed of an .xls could you submit (HintiFlo@gmx.at) pascal-codes you mentioned? I currently use the way COMEXCEL goes, but I also try to avoid excel running! I would try to recreate it for C++. mfg HintiFlo