Hi,
I've been using JExcel in an application, for a year, but we always have to pre-process an Excel file, before we can use it with JExcel.
The problem is, that the vendor sends us an Excel 5.0 file. If we try to open it,
https://www.b4x.com/b4j/help/jexcel.html#readableworkbook_initialize
, it returns an error
External sheet record for Biff 7 not supported.
So, we have to first open the Excel 5.0 file, in Excel 2010, then immediately save it in xls compatibility format. From there, we're able to open the xls file successfully, and proceed to navigate through the fields.
But we're trying to avoid this manual step. We can go ahead and search for another Java library to convert the 5.0 file. But we wanted to know, if there's some way to do this, in the context of B4J's existing libraries.
I've been using JExcel in an application, for a year, but we always have to pre-process an Excel file, before we can use it with JExcel.
The problem is, that the vendor sends us an Excel 5.0 file. If we try to open it,
https://www.b4x.com/b4j/help/jexcel.html#readableworkbook_initialize
, it returns an error
External sheet record for Biff 7 not supported.
So, we have to first open the Excel 5.0 file, in Excel 2010, then immediately save it in xls compatibility format. From there, we're able to open the xls file successfully, and proceed to navigate through the fields.
But we're trying to avoid this manual step. We can go ahead and search for another Java library to convert the 5.0 file. But we wanted to know, if there's some way to do this, in the context of B4J's existing libraries.