Use Aspose.Cells as Excel Reader in .NET Windows Service

Can i use Aspose only for Excel Reader with in .NET Windows Service

Can i read the protected excel also
I don’t know the sheet names?
What will be the performance impact on memory or concurrent connections?
How robust in only in back-end component?


Hi,

Thanks for your inquiry.

Well, I think Aspose.Cells can suit your needs. Aspose.Cells for .NET library is written in managed C#.NET, so, concurrency and multithreading is not a problem by any means. Our several users do use the component in their diverse environments in different types of solutions (Winforms, web forms, windows/web service, console app. etc.) or scenarios without any problem. Also, Aspose.Cells shows good performance in reading/writing large Excel files.

You may read/write encrypted or protected Excel files, see the documents for your reference:
http://www.aspose.com/docs/display/cellsnet/Opening+Files
(see the description/example code under "Opening Encrypted Excel Files" sub-heading)
http://www.aspose.com/docs/display/cellsnet/Encrypting+Files

And, see the documents on how to get worksheets in the workbook by using either its indexed position or by its names:
http://www.aspose.com/docs/display/cellsnet/Managing+Worksheets

We recommend you to kindly see the Wiki Conf. Docs and featured demos for your complete reference:
http://www.aspose.com/docs/display/cellsnet
https://github.com/aspose-cells/Aspose.Cells-for-.NET

Please do evaluate our product for your scenario. If you find any issue, let us know.

Thank you.