Re: excel
- From: "Kemal Taskin" <kemal.taskin@xxxxxxxxxx>
- Date: Wed, 4 May 2005 15:21:53 +0300
no, get byte array from db (that is easy), print it on the web page.
and this byte array represents an excel file, which has (in its simplest
terms)
contains two dimensional data in its (say first) ***.
hence everything happens in a single web page.
"Mircea Pleteriu" <mpleteriu@xxxxxxxxxxxxxxxx> wrote in message
news:eglqHJKUFHA.2472@xxxxxxxxxxxxxxxxxxxxxxx
> I do not know if I understand correctly your problem.
>
> Get the array of bytes from db, store them to a file and open the file
with
> the Excel object.
>
> "Kemal Taskin" <kemal.taskin@xxxxxxxxxx> wrote in message
> news:u0GRjCKUFHA.3952@xxxxxxxxxxxxxxxxxxxxxxx
> > Hi all, this question should go to excel newsgroup
> > however it is related to .NET also. anyway..
> >
> > In a web page written with C# I read excel files
> > and store them into a table in an MSSQL Server 2000
> > db.
> >
> > I read this excel file from db into a byte []. Now, how can I
> > convert this byte [] to a two dimensional array, such as a DataTable?
> >
> > I think I need a code that parses Excel documents from a byte[]
> >
> > My e-mail is kemaltaskin@xxxxxxxxx
> > you can also send e-mail to me. thank you very much
> >
> > -kemal
> >
> >
>
>
.
- Follow-Ups:
- Re: excel
- From: Mircea Pleteriu
- Re: excel