Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to read all (or cell) data from *.xls? Pin
CAmelinckx14-Jun-04 4:33
CAmelinckx14-Jun-04 4:33 
From my experience I can tell you I've found two ways to read data from excel files, one is by adding the excel assembly reference to your project and creating an instance of the Excel application object, I suppose this would be the only way to actually 'show' the Excel grid programmatically, beware though, that this requires excel to be installed in any client executing you app. The other way is to use Extended Properties of the OleDbDataAdapter which allows you to get a range of cells or an entire worksheet into a DataTable, thereafter you can manipulate the data, show it in a datagrid or do whatever you need with it.
Chris.Smile | :)
GeneralRe: How to read all (or cell) data from *.xls? Pin
CAmelinckx14-Jun-04 4:40
CAmelinckx14-Jun-04 4:40 
QuestionHow to add 24bit BMP to Toolbar Pin
JabraJabra14-Jun-04 3:58
JabraJabra14-Jun-04 3:58 
AnswerRe: How to add 24bit BMP to Toolbar Pin
Johan Rosengren14-Jun-04 9:18
Johan Rosengren14-Jun-04 9:18 
GeneralRe: How to add 24bit BMP to Toolbar Pin
JabraJabra14-Jun-04 12:24
JabraJabra14-Jun-04 12:24 
GeneralRe: How to add 24bit BMP to Toolbar Pin
Johan Rosengren14-Jun-04 20:22
Johan Rosengren14-Jun-04 20:22 
GeneralView Pin
Poorniselva14-Jun-04 3:03
Poorniselva14-Jun-04 3:03 
GeneralRe: View Pin
David Crow14-Jun-04 3:19
David Crow14-Jun-04 3:19 
Questionhow display bitmaps files in my app? Pin
kimooo_4_u14-Jun-04 2:59
kimooo_4_u14-Jun-04 2:59 
AnswerRe: how display bitmaps files in my app? Pin
David Crow14-Jun-04 3:16
David Crow14-Jun-04 3:16 
GeneralWindows Service Pin
jstarr@m-net.arbornet.org14-Jun-04 2:52
jstarr@m-net.arbornet.org14-Jun-04 2:52 
GeneralRe: Windows Service Pin
David Crow14-Jun-04 3:21
David Crow14-Jun-04 3:21 
GeneralRe: Windows Service Pin
Navin14-Jun-04 4:28
Navin14-Jun-04 4:28 
QuestionUML-diagram program in VS.NET? Pin
anderslundsgard14-Jun-04 1:49
anderslundsgard14-Jun-04 1:49 
AnswerRe: UML-diagram program in VS.NET? Pin
toxcct14-Jun-04 3:53
toxcct14-Jun-04 3:53 
AnswerRe: UML-diagram program in VS.NET? Pin
Trollslayer14-Jun-04 4:13
mentorTrollslayer14-Jun-04 4:13 
GeneralRe: UML-diagram program in VS.NET? Pin
anderslundsgard14-Jun-04 21:17
anderslundsgard14-Jun-04 21:17 
GeneralMouse Move Event in Win CE Pin
S.DARWIN PAUL RAJ14-Jun-04 1:48
S.DARWIN PAUL RAJ14-Jun-04 1:48 
Generalwindows explorer Pin
kpatry14-Jun-04 1:28
kpatry14-Jun-04 1:28 
GeneralRe: windows explorer Pin
David Crow14-Jun-04 3:12
David Crow14-Jun-04 3:12 
GeneralBMP TO JPG CONVERSION IN VC++ Pin
rajgopal14-Jun-04 1:25
rajgopal14-Jun-04 1:25 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
Atif Mushtaq14-Jun-04 2:00
Atif Mushtaq14-Jun-04 2:00 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
User 665814-Jun-04 2:06
User 665814-Jun-04 2:06 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
Vadim Tabakman14-Jun-04 17:07
Vadim Tabakman14-Jun-04 17:07 
GeneralAfxEnableControlContainer() fails... help Pin
ronhash14-Jun-04 1:23
ronhash14-Jun-04 1:23 

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.