DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41567>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41567 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|No more than 10 ActiveX |No more than 8 ActiveX |Controls per Workbook |Controls per Workbook ------- Additional Comments From [EMAIL PROTECTED] 2007-02-08 22:20 ------- Ok now a more detailed description. I created a new Excel workbook with say 3 sheets. Then i added on each sheet 4 buttons (Not the form buttons, the ActiveX ones). I read the file and wrote it back again. HSSFWorkbook workbook = new HSSFWorkbook(new FileInputStream("excel.xls"); workbook.write(new FileOutputStream("another.xls"); If i try to open the another.xls, Excel tells me "Unable to read the file". This happens until there are no more than 8 buttons left. I tried it again and found out there must not be more than 8 not 10 buttons. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
