Click here to Skip to main content
15,917,645 members
Home / Discussions / C#
   

C#

 
GeneralRe: Insert img into sql without using sqlparameter Pin
Jason Gleim5-Apr-13 11:01
professionalJason Gleim5-Apr-13 11:01 
AnswerRe: Insert img into sql without using sqlparameter Pin
cursore844-Apr-13 23:25
cursore844-Apr-13 23:25 
Questionc# exchange server 2007 set user properties Pin
Member 97066334-Apr-13 20:52
Member 97066334-Apr-13 20:52 
QuestionDll sharing and autoupdate application Pin
jp19814-Apr-13 20:14
jp19814-Apr-13 20:14 
AnswerRe: Dll sharing and autoupdate application Pin
Eddy Vluggen4-Apr-13 22:29
professionalEddy Vluggen4-Apr-13 22:29 
GeneralRe: Dll sharing and autoupdate application Pin
jp19814-Apr-13 22:59
jp19814-Apr-13 22:59 
GeneralRe: Dll sharing and autoupdate application Pin
Eddy Vluggen5-Apr-13 7:02
professionalEddy Vluggen5-Apr-13 7:02 
AnswerRe: Dll sharing and autoupdate application Pin
AmitGajjar5-Apr-13 20:38
professionalAmitGajjar5-Apr-13 20:38 
GeneralRe: Dll sharing and autoupdate application Pin
jp19815-Apr-13 23:46
jp19815-Apr-13 23:46 
QuestionProblem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 18:01
taibc4-Apr-13 18:01 
AnswerRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Mycroft Holmes4-Apr-13 20:07
professionalMycroft Holmes4-Apr-13 20:07 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 20:19
taibc4-Apr-13 20:19 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Mycroft Holmes4-Apr-13 20:58
professionalMycroft Holmes4-Apr-13 20:58 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 21:48
taibc4-Apr-13 21:48 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Mycroft Holmes4-Apr-13 22:02
professionalMycroft Holmes4-Apr-13 22:02 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 22:05
taibc4-Apr-13 22:05 
AnswerRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Eddy Vluggen4-Apr-13 22:30
professionalEddy Vluggen4-Apr-13 22:30 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 22:43
taibc4-Apr-13 22:43 
AnswerRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Eddy Vluggen5-Apr-13 0:28
professionalEddy Vluggen5-Apr-13 0:28 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc5-Apr-13 0:34
taibc5-Apr-13 0:34 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Eddy Vluggen5-Apr-13 7:00
professionalEddy Vluggen5-Apr-13 7:00 
As Richard notes, if you want to write a file in the native Excell-format, you'll have to InterOp to Excell. One problem to be expected is that the interop-libraries are tied to a specific version of Office. Use Office-2007 interop, and you'll be able to write .xls and .xlsx files. Do note that the native format is also tied to a specific Office-version. Second point is that one would need a license for Excell.

Alternatively, you could try searching for some third-party libraries. Most people will spit out an XML or CSV and not bother with it, unless there's a need to have some formatting in there.

Why is it such a big problem if the file grows a bit?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc5-Apr-13 17:55
taibc5-Apr-13 17:55 
AnswerRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Richard MacCutchan4-Apr-13 22:37
mveRichard MacCutchan4-Apr-13 22:37 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 22:41
taibc4-Apr-13 22:41 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Richard MacCutchan4-Apr-13 23:29
mveRichard MacCutchan4-Apr-13 23:29 

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.