HighTechTalks DotNet Forums  

Need help in .Net

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Need help in .Net in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Edb
 
Posts: n/a

Default Need help in .Net - 12-05-2003 , 12:57 PM






Hi all,
I am willing to pay someone to help me resolve my gaps
in .net. They are ...


- Assess a project I started and help me understand how to
create muliple inserts to SQL Server RDBMS.
- Create an Export to excel function (I may figure this
out today).
- Assess my Web Service understanding
- Assess my Import Excel to .Net understanding

Please e-mail me at info (AT) dm2000 (DOT) com with subjectline.
Help is Here and your phone number.

thx,
Edb

Reply With Quote
  #2  
Old   
Ed Kaim [MSFT]
 
Posts: n/a

Default Re: Need help in .Net - 12-15-2003 , 09:06 PM






One quick & dirty way to export to Excel is to use comma separated variables
(CSV). In CSV, columns are separated by commas, and rows are separates by
newlines. It looks like this:

LastName, FirstName, City
Smith, Bill, New York
Jones, John, Redmond

if you save it with a ".csv" extension, Excel should be able to open in up
with no problem. Then again, this is just quick and dirty.

"Edb" <info (AT) dm2000 (DOT) com> wrote

Quote:
Hi all,
I am willing to pay someone to help me resolve my gaps
in .net. They are ...


- Assess a project I started and help me understand how to
create muliple inserts to SQL Server RDBMS.
- Create an Export to excel function (I may figure this
out today).
- Assess my Web Service understanding
- Assess my Import Excel to .Net understanding

Please e-mail me at info (AT) dm2000 (DOT) com with subjectline.
Help is Here and your phone number.

thx,
Edb



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.