When I parse the excel which has an empty cell, it doesn't create a extra td tag.
If there are three cells of which middle one is empty, it skips the middle cell and only outputs 1st and 3rd cell with a td tag
How can I tell tika not to ignore the empty cells ?
Thanks, Krishna