I got a solution http://stackoverflow.com/questions/262341/get-data-from-an-uploaded-excel-file-without-saving-to-file-system
****************** *C.Arun Kumar* ****************** On Jun 27, 8:36 am, ArunKumar <[email protected]> wrote: > Hi guys > Can any one say how to read http Posted Excel file with out save into > server? > > I explain my scenario > > Existing system > Client post CSV file and I populate that file into Data > grid > Now I proposed to excel file > In existing system I easily read that file because CSV file > like text file (Comma separated) so I get the Stream > (HttpPostedFile.Inputstream ) but it is not possible to read excel > file . So I decide to save that excel file into server then I read it. > > Now my question is how to read excel file without save into server? > > ****************** > *C.Arun Kumar* > ******************
