>> Yegor and I always use and copy an empty HSSFWorkbook that has a digitally >> signed Macro in it. > >> HSSFWorkbook wb = new HSSFWorkbook(new >> FileInputStream(RTC_global.templatePath + >> LibraryData.SBOM_IMPORT_MACRO_TEMPLATE)); > >> Does this work for you? > > > Hello Dave, That sounds like a home run solution. I would ask how to > digitally sign the macro but that sounds like another question for another > forum.
http://www.google.com/search?btnG=1&pws=0&q=signing+excel+macros > I was thinking that was what I might have to do. One question, if you happen > to know, did you implement the digitally signed macro to alleviate problems > like I have mentioned? Yes, it helps with warnings and tight corporate security policies. It may even be necessary for Excel 2010. (I am not sure.) A self-signed certificate may not be enough, one issued by a certificate authority may be required. Regards, Dave > > Sincerely, James > > > > > > > If you reply to this email, your message will be added to the discussion > below: > http://apache-poi.1045710.n5.nabble.com/POI-from-Excel-2000-to-Excel-2010-issues-tp3365053p3366513.html > > To unsubscribe from POI from Excel 2000 to Excel 2010 issues., click here . > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/POI-from-Excel-2000-to-Excel-2010-issues-tp3365053p3366652.html > Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
