hi i am converting a code which uses poi 2.0 for 'export to excel.xls' (entirely hssf based) to one which can 'Export to either .Xls or .xlsx format ' using poi 3.6. i have made some of the necessary changes by replacing the HSSf.usermodel methods with SS.usermodel methods but there are some methods of record class and some other classes which are exclusive to HSSF. can anyone please help me out. thank you
here are some of the methods which are creating problem: getrecords... getdimsloc... getsheetbof... addsstsstring.... addvaluerecord... findfirstrecordbysid... getsize... these are not compatible with the sheet(ss.usermodel.sheet) or the workbook (ss.usermodel.workbook) the only quick fix suggested by Eclipse is casting..which is not possible -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Using-HSSF-record-methods-for-a-SS-usermodel-tp3246532p3246532.html Sent from the POI - User mailing list archive at Nabble.com.
