1
vote
4answers
256 views

What are some non-MS languages that can write xlsx (Excel 2007+) documents efficiently?

Unfortunately, Excel format is required for the project I am working on. I have no problems getting the data I need in objects and arrays, and currently PHPExcel is doing handling the document ...
4
votes
3answers
344 views

What was the first server-side language [closed]

I was thinking about different server-side languages and this question immediately cropped up in my mind. What was the first server-side programming language using which websites were being created? ...
5
votes
4answers
271 views

How can a server side language span many servers?

I would like to ask you as experts about PHP, ASP.NET/C#, Python or any other server side language. How do they span multiple servers? When I see a big website and look how many dedicated servers it ...