Hi,
I need to access the the JExcelApi, which is an open source java api to access excel files. There is a jar file jxl.jar available. How can I use the members of this library in basic4android. Will I have to use eclipse to create a class for each and every class in this jar file. Is there no way that the classes/methods/events in the jar file can be used directly within basic4android.
For example the Object as seen in eclipse shows a Sheet>WritableSheet>getrow(int) property. How can I declare the jxl.jar file in basic for android and write something like MyCellRow = Sheet1.WritableSheet.getrow(2)
Please do help.:BangHead:
I need to access the the JExcelApi, which is an open source java api to access excel files. There is a jar file jxl.jar available. How can I use the members of this library in basic4android. Will I have to use eclipse to create a class for each and every class in this jar file. Is there no way that the classes/methods/events in the jar file can be used directly within basic4android.
For example the Object as seen in eclipse shows a Sheet>WritableSheet>getrow(int) property. How can I declare the jxl.jar file in basic for android and write something like MyCellRow = Sheet1.WritableSheet.getrow(2)
Please do help.:BangHead: