Use Aspose.Cells with perl

I would like to learn if I can use your product with Perl ?


This message was posted using Email2Forum by Merit.

Hi,

We will get back to you soon for your inquiry.

Thank you.

Hi,

Any news? I will be glad to get the option to use your product combined with Perl scripts.

Thanks

Hi,

After some testing, I think you can use Aspose.Cells for Java combined with Perl, it is a pure Java component, using it is just same as invoking other common Java API in Perl. To call Java in Perl, you need to install the Java-Perl extension for Perl first to access JVM. For reference, I think you can get more details on CPAN for invoking java from Perl, and see http://search.cpan.org/~metzzo/Java-4.7/ for more details for Java-Perl extension please.
Attachment is my simple test script using Aspose.Cells for Java to create an Excel file, it runs fine and give out proper output Excel file.

Hi,

And for further reference, please check the documentation topic: http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/using-aspose-cells-for-java-with-perl.html

Thank you.