Hi,
We wanted to use aspose.cells for .net component to general excel. Component will be used in web application using. Server side scripting is written in ASP, which calls a .Net Wrapper through CCW.
The .Net wrapper will use the ASPOSE.CELLS API to generate excel.
1) Are there any issues if we use the ASPOSE.CELLS component in web application when concurrent different users are trying to carry out the excel generation operation at the same time. If yes, what all the safety checks / best practise that needs to be followed?
2) Is this component a MTA / STA?. If its STA what will be the performance impact?
3) In the API documentation, the below statments is mentioned
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
In case of web application(as mentioned with the above setup ASP -> CCW -> .Net Comp -> ASPOSE CELL Component), what needs to be taken care so that there are no multi threading issues while coding the app and when deployed in a web server having Microsoft IIS 6.0 / 5.0.
4) Any case studies with the usage of the compoennt in web application will help?
5) We have to support the excel generation in 9 languages like Greek, French, German, Portugese etc..). Are there any known issues / limitation?
6) If you have any best practise document while using this component will be helpful.
It would be very helpful if you could answer each of the points above in detail.
thanks
Sri