Click here to Skip to main content
15,896,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: List Contol Pin
David Crow4-Jan-10 15:57
David Crow4-Jan-10 15:57 
AnswerRe: List Contol Pin
YoYo_Yao4-Jan-10 16:16
YoYo_Yao4-Jan-10 16:16 
QuestionVS 2008 - CDialogBar - older application Pin
Tony Teveris4-Jan-10 7:53
Tony Teveris4-Jan-10 7:53 
QuestionCComPtr<istream> releasing problem</istream> Pin
A&Ms4-Jan-10 1:32
A&Ms4-Jan-10 1:32 
AnswerRe: CComPtr releasing problem Pin
KarstenK4-Jan-10 1:57
mveKarstenK4-Jan-10 1:57 
GeneralRe: CComPtr releasing problem Pin
A&Ms4-Jan-10 3:27
A&Ms4-Jan-10 3:27 
GeneralRe: CComPtr releasing problem Pin
KarstenK4-Jan-10 3:34
mveKarstenK4-Jan-10 3:34 
GeneralRe: CComPtr releasing problem Pin
A&Ms4-Jan-10 4:42
A&Ms4-Jan-10 4:42 
GeneralRe: CComPtr releasing problem Pin
KarstenK4-Jan-10 20:35
mveKarstenK4-Jan-10 20:35 
AnswerRe: CComPtr releasing problem Pin
Stephen Hewitt4-Jan-10 3:13
Stephen Hewitt4-Jan-10 3:13 
GeneralRe: CComPtr releasing problem Pin
A&Ms4-Jan-10 3:29
A&Ms4-Jan-10 3:29 
GeneralRe: CComPtr releasing problem Pin
Stephen Hewitt5-Jan-10 3:54
Stephen Hewitt5-Jan-10 3:54 
AnswerRe: CComPtr releasing problem Pin
KingsGambit4-Jan-10 18:16
KingsGambit4-Jan-10 18:16 
GeneralRe: CComPtr releasing problem Pin
A&Ms4-Jan-10 18:50
A&Ms4-Jan-10 18:50 
GeneralRe: CComPtr releasing problem Pin
KingsGambit4-Jan-10 19:09
KingsGambit4-Jan-10 19:09 
QuestionUser permission problem with MFC Pin
bhanu_85094-Jan-10 0:38
bhanu_85094-Jan-10 0:38 
AnswerRe: User permission problem with MFC Pin
CPallini4-Jan-10 1:02
mveCPallini4-Jan-10 1:02 
AnswerRe: User permission problem with MFC Pin
KarstenK4-Jan-10 2:01
mveKarstenK4-Jan-10 2:01 
GeneralRe: User permission problem with MFC Pin
bhanu_85094-Jan-10 5:32
bhanu_85094-Jan-10 5:32 
GeneralRe: User permission problem with MFC Pin
KarstenK4-Jan-10 20:38
mveKarstenK4-Jan-10 20:38 
AnswerRe: User permission problem with MFC Pin
Rolf Kristensen6-Jan-10 10:45
Rolf Kristensen6-Jan-10 10:45 
QuestionRead / Create Excel file with out using odbc Pin
Game-point3-Jan-10 23:00
Game-point3-Jan-10 23:00 
AnswerRe: Read / Create Excel file with out using odbc Pin
Cedric Moonen3-Jan-10 23:15
Cedric Moonen3-Jan-10 23:15 
AnswerRe: Read / Create Excel file with out using odbc Pin
Paresh Chitte3-Jan-10 23:42
Paresh Chitte3-Jan-10 23:42 
AnswerRe: Read / Create Excel file with out using odbc Pin
CikaPero13-Jan-10 23:35
CikaPero13-Jan-10 23:35 
Hi,

I recommend that you don't use Excel Interop because it has many known issues, especially when used in web applications.

You could check out GemBox.Spreadsheet .NET Excel component for reading and writing XLS, XLSX, CSV, ODS and HTML files.

It is independent of Excel, light on resources and extremely fast.

It also supports advanced scenarios like Excel export/import to DataTable so you can easily bind your Excel files to UI controls with data binding.

Save Excel to ASP.NET stream web demo demonstrates it's usage in web application.

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.