Hi All, I have a simple java program to generate an Excel using POI 3.5 ,and iam loading that Excel data to MS-Access database table.Excel file is generating fine with data and I can see all the columns if I open it, but when iam loading that file to the DB table,last column is missing. strange part is that this issue occuring when I generate the Excel sheet with Even number of columns ( for example 50 colums).
But when iam generating Excel with Odd number of columns ( for example 51 colums), its working fine and all the columns are loading into the table. Can anybody faced this problem? Any idea what is the issue?please suggest. Thanks&Regards Srini --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
