Thanks for your feedback. I may go that route if I have to, but I'm not finding any good converters. I was hoping to avoid writing my own, which is why I'm trying Tika. Do you know if there's a relatively simple way to extend a Tika class to filter out hidden content? Seems like that should be the default anyway, doesn't it?
Thanks On Tue, Mar 5, 2013 at 8:32 AM, Nick Burch <[email protected]> wrote: > On Tue, 5 Mar 2013, CL wrote: > >> 1) Is there a way to convert only a specific worksheet of a workbook that >> has multiple worksheets? >> >> 2) I have hidden columns and worksheets in the workbook, but they become >> visible in the output HTML. Is there a way to keep these out of the >> output? >> > > If you have quite specific requirements (which it sounds liek you do), and > only need to work with one file format, you're probably better off calling > Apache POI directly. That way, you can have full control over everything. > > Nick >
