Click here to Skip to main content
15,887,322 members
Home / Discussions / C#
   

C#

 
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 
taibc wrote:
But, I am wanting to creat .xls file from xml string.

XML is not a native Excell-format. Creating an .xls file is not the same as dumping your data as Xml and renaming the extension - it will still be XML (even if Excell can read it without problems) and as soon as you save it, it will become a "real" XLS-file. That will contain more than Xml, as it will contain even properties that identify the author.

taibc wrote:
So, I can save xml string as "CSV" file ? <layer>But, I am wanting to creat .xls file from xml string.

CSV would behave in a similar way, but at least it'd be very clear that it's no longer an Excell-file Smile | :)

If you want a "real" Excell file (the large ones), you'll need to create a file using Excel-interop and move the Xml values into a worksheet.
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 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 
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 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 23:36
taibc4-Apr-13 23:36 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Richard MacCutchan4-Apr-13 23:41
mveRichard MacCutchan4-Apr-13 23:41 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 23:51
taibc4-Apr-13 23:51 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
Richard MacCutchan4-Apr-13 23:54
mveRichard MacCutchan4-Apr-13 23:54 
GeneralRe: Problem about size with creating excel file using xml spreadsheet ? Pin
taibc4-Apr-13 23:57
taibc4-Apr-13 23:57 
Questioni use google maps api and can't remove single marker Pin
Asaf Shay4-Apr-13 13:05
Asaf Shay4-Apr-13 13:05 
QuestionAutomating website using c# windows form Pin
Nico Panares4-Apr-13 7:35
Nico Panares4-Apr-13 7:35 
AnswerRe: Automating website using c# windows form Pin
Eddy Vluggen4-Apr-13 9:38
professionalEddy Vluggen4-Apr-13 9:38 
QuestionHow to deny users from disabling my C# service Pin
candogu4-Apr-13 7:05
candogu4-Apr-13 7:05 
AnswerRe: How to deny users from disabling my C# service Pin
jschell4-Apr-13 9:24
jschell4-Apr-13 9:24 
AnswerRe: How to deny users from disabling my C# service Pin
Eddy Vluggen4-Apr-13 9:42
professionalEddy Vluggen4-Apr-13 9:42 

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.