H
harifajri
Hi,
i can generate an excel doc from console apps using C#
and by using the following :
using Microsoft.Office.Interop.Excel;
using System.Reflection;
using System.Runtime.InteropServices;
How do i create Excel Doc on the fly from web apps?
Rgds
HF
i can generate an excel doc from console apps using C#
and by using the following :
using Microsoft.Office.Interop.Excel;
using System.Reflection;
using System.Runtime.InteropServices;
How do i create Excel Doc on the fly from web apps?
Rgds
HF