using excel from c#

December 20th, 2010 - 06:07 pm ET by mp | Report spam
anyone know good sites/ngs for using excel interop from c#?

I can connect to excel/book/sheet/cells but am having trouble
finding info on many basic things.

most of my searches turn up vb and vba solutions and some of them
i can't figure how to convert to c#

i'd think by now there would be sites with common conversions information
thanks
mark
email Follow the discussionReplies 3 repliesReplies Make a reply

Replies

#1 Lynn McGuire
December 23rd, 2010 - 06:25 pm ET | Report spam
On 12/20/2010 5:07 PM, mp wrote:
anyone know good sites/ngs for using excel interop from c#?

I can connect to excel/book/sheet/cells but am having trouble
finding info on many basic things.

most of my searches turn up vb and vba solutions and some of them
i can't figure how to convert to c#

i'd think by now there would be sites with common conversions information
thanks
mark



I can supply you with a large amount of generic C++ code for
talking with Excel if you want. I dont use import or anything
else so my code works with all versions of Excel using very
plain OLE automation.

Lynn

Similar topics