Originally posted by: Chris Jones
Is is possible to create this same app with a console application?
Originally posted by: Johnny Diep
How do you order sheets in a workbook using the move function?
Johnny D
ReplyOriginally posted by: Vishwanath kale
how can i Save Excel data as HTML Page using C++ or COM or ATL ?
and i have the same question asked by Michael Kuelshammer
thanx
vishy
Originally posted by: Jeremy Davis
For information on inserting data into Excel97 and even creating an Excel97 graph goto....
http://support.microsoft.com/support/kb/articles/q186/1/20.asp
Unusually (some may disagree ;-) ) this Microsoft HOWTO has been of great help to me. It has also been updated in January 1999. It also contains a link to an article to insert an Excel view into your own application.
Hope this helps someone out there....
Jeremy Davis
ReplyOriginally posted by: Pinaki Ghosh
Hi,
How can I open multiple worksheets in a single workbook?
I have VC++ 5.0 and MS Excel 95.
Thanks
Originally posted by: Hung Nguyen Chan
Hi,Thomas.
I am writing an application that save data on the HDD in a form of *.xls.. I suppose the PC running my
app may not have Excel..! Data will be saved on Server and will be opened in other PCs that have Excel.
I need to store data in form of (x,y)... (those y is a real data like "-23.54" (dBm) and x is a x
co-ordination) in a form of speardsheet... (for instant *.xls)which have colums separated by tab character
like follow:
1 -23,54
2 -43,75
3 -63,7
So how should I serialize them...?? in a form of Array of Point... or file of Strings...??
Would you show me the best solution around..!
Thanks.
Reply