Importing data to worksheet doesn't work

I found “importing data to worksheet” tutorial on youtube (https://www.youtube.com/watch?v=_X8y_Bri44k) . I tried it but its not work with me and console screen appear :



p/s: I use Eclipse.

Thank you

Hi,

Thanks for your posting and using Aspose.Cells.

Please download and use the latest version: Aspose.Cells for .NET 8.4.2 it should resolve your issue.

You will find two jar files, you need to add class path of both jar files, I have attached the image for your reference.

  • aspose-cells-8.4.2.jar
  • bcprov-jdk16-146.jar

Thank you,
I have reading the example of import data to worksheet here, but I need import data into existing excel files, not create new excel file.
how to import data into existing excel file?

Hi,


Please see the document on how to open an existing file (either from streams or file path) for your complete reference (So, you may easily load your template file via Aspose.Cells APIs and then import data into it):
http://www.aspose.com/docs/display/cellsjava/Opening+Files (Java)
Thank you.