Hi, For reasons that are too convoluted to explain, I'm trying to use the POI file creation/writing methods that are included with Tika -- previously I was using the POI jars directly. In Eclipse, everything seems fine -- references to methods in org.apache.poi.ss.usermodel (i.e. things like Font, ExtendedColor, and ConditionalFormattingRule, for instance) are valid, and no errors are reported.
However, when I build the jar and deploy it - it's running as a plugin inside IBM's Watson Explorer product - I get "no such method" errors on some of the classes/methods above. They're all in the ss.usermodel area, and I'm wondering if they're actually exposed, given that Tika is really only designed as an extraction tool. Any ideas appreciated. cheers, Dick Joltes Harvard University
