sql server - Writing data to excel file from C# -
building app pulls data sql server, creates new excel file, throws data in , saves file remote server.
edit. have researched , found several ways of doing , pertinent particular situation seem doing in stored proc pulling data, or in app fires sp, either using excel interop library in c#, or using rowset functions in sql server.
i have no preference other using latest technology. pertains rowset functions , excel interop library, ss there newer, or these current tried , true methods. know of tutorials?
openrowset
best if working sql server, faster implementation compared interop.
example implementation export\import , creating new excel file.
Comments
Post a Comment