https://issues.apache.org/bugzilla/show_bug.cgi?id=49654
--- Comment #4 from Bryan Tong <[email protected]> 2010-07-29 04:21:31 EDT --- we are trying to use the following way instead. cell.setCellFormula("HYPERLINK(\"" + "http://www.google.ca"+ "\",\"" + "Goolge" + "\")"); but we have to color part of the "Goolge" string ,suppose ool,It seems that POI also doesnot support it.By this way ,the "unreadable content in xls" error will disappear, but It cannot color part of a string. Could you give us some advice on how to solve it. Thanks a lot. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
