> if I want to make a web site, with inventory
> management, and make exports to excel, what shold ia
> chose? java? or c# ?
> does c#, have more support for generating office
> files ?
> since c# is from microsoft ?
There are Java libraries that can generate excel files, but you might be better off with C# if you know that you always will deploy on windows, and if you need to interact with applications written by Microsoft.
Well, unless this is the main reason for having the site / application (which it very well may be), I'm not so sure I would base my lanuage decision on it. There are ways to do this with just about any of the web languages. For instance, I've done this with PHP quite recently and it was really quite simple...