Using Aspose.Cells on Spring framework

Hi Team,

Whether Spring Integration is possible in Aspose Cells?

Thanks & Regards,
Saravanan Mani

Hi,


Thanks for your query.

How could you perform Spring integration in Ms Excel manually? Aspose.Cells component is a subset of Ms Excel features (that provides APIs) and follows its standards and specifications for different features and operations supported in it. Could you please provide us more details, sample Excel file (that you may create it manually in MS Excel) and steps involved (regarding the MS Excel features) to accomplish the task taken in Ms Excel and show your requirements, we will check on how to do it via Aspose.Cells APIs to guide you soon.

Thank you.

Hi

To Create Abstraction Layer for Aspose APi using Spring Framework.

i.e configuration can be done using xml files.

Thanks & Regards,
Saravanan Mani

Hi,


Since Aspose.Cells for Java is a pure JAVA library which will work fine on any framework/ environment which supports JAVA runtime. It should be same as if you use any other JAVA (custom) component in Spring framework. Furthermore, we also publish our official JAVA versions of the product on maven repository. It does have project’s structure as pom.xml file. It does have artifactId, version, description fields and other fields etc., so you may integrate Aspose.Cells accordingly. This article might help you for your requirements here:
https://asposespringjava.codeplex.com/wikipage?title=IntegrationWithMaven

Also, see the blog post here for your further reference:
http://www.aspose.com/blogs/?p=17129

Thank you.