Are you asking if it is possible to disable - just as an example - the Save As menu option? If so, then the answer is no. POI is not able to control Excel in the way that VBA macros can; you can use POI to create and edit files that are compatible with Excel.
Yours Mark B TARAF, WALID (ATTSI) wrote: > > Hi everyone, > > I am tryin to disable a menu item in the Excel file I generate...for > example "Review....unprotect sheet" > Has anyone been able to do either of the following using HSSF? > > I am able to lock the sheet, and set up a password etc...but I do not > see any functionality to disable particular menu item (almost like a VB > macro would do). > > Thanks for your consideration > wt > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/HSSF-hide-menu-item--tp28018065p28018163.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
