I have an Excel file where extracting text using ExcelExtractor works fine except that it does not insert extra tab characters for missing cells. This results in table formatted data being incorrect if there are any missing cells.
Calling setMissingCellPolicy on the HSSFWorkbook doesn't seem to have any effect. I can I tell it to insert missing cells? (i.e. add \t) -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
