On Mar 25, 3:35*pm, "Mark Rae [MVP]" <m...@markNOSPAMrae.net> wrote:
> "DaveBinM" <Brydo.Sk...@gmail.com> wrote in message
>
> news:546588c1-2d31-4762-a2a3-...
>
> > I've got an Excel file that calculates various engineering formulas,
> > and uses VBA to perform certain tasks essential to the calculations,
> > and I now need to make an ASP.Net page that allows someone to input
> > data into a web form, and be input into cells in excel, then return
> > the overall result to a web page (whether the same page or not I do
> > not believe matters). I know a little bit of C# and have a reasonable
> > level of understanding of VB, but cannot think of a way to make Excel
> > interface with ASP.Net.
>
> http://www.aspose.com/categories/fil.../aspose.cells-...
>
> Don't even consider server-side Office automation:http://support.microsoft..com/defaul...aspx/kb/288367
>
> --
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
Thanks for that,
The program would only be used by about 6 or so different users, and
would be secured using a certificate and username/password
authentication. I'm not sure if that would affect the stability given
the small number of users, and I doubt there would be more than one
user at a time.