Wednesday, 15 August 2012

how to convert xls to xml in android -



how to convert xls to xml in android -

recently working reading excel file , need show on android view. have tried both java libraries apache poi , jexcel api helps in parsing excel sheet in java failed parse in android when tried.

i tried converting excel xml,than parse xml , show contents on android view have needed convertor converts .xls .xml. can help me in parsing excel file in android.

thanks , regards pinkesh gupta

jxl can used in android supports xls format not xlsx.

while poi supports both. when used in android, can read xls file using hssfworkbook. reading xlsx file need xssfworkbook, there issue when using xssfworkbook in android (see this).

android

No comments:

Post a Comment