how to show excel file from data base which stored in binary form?
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
how to show excel file from data base which stored in binary form.
-
how to show excel file from data base which stored in binary form.
Get the data, stream it, save it as an .xls, connect to it with OleDb.
var question = (_2b || !(_2b));
-
Get the data, stream it, save it as an .xls, connect to it with OleDb.
var question = (_2b || !(_2b));
give me some example pls