Hi James, You have to write your own implementation for the stuff you want export and import through excel. The module contains an example in the fixture project [1].
Cheers, Jeroen [1] https://github.com/isisaddons/isis-module-excel/tree/master/fixture/src/main/java/org/isisaddons/module/excel/fixture/app On 14 February 2015 at 18:55, James Agada <[email protected]> wrote: > I notice that in the security module, there is no package listed for the > excel module. > > On Feb 14, 2015, at 6:21 PM, James Agada <[email protected]> > wrote: > > > > I am trying to add the excel Haddon module to simpleApp project. > > I have added this to the pom.xml > > <dependency> > > <groupId>org.isisaddons.module.excel</groupId> > > <artifactId>isis-module-excel-dom</artifactId> > > <version>1.8.0-SNAPSHOT</version> > > </dependency> > > I have configured isis.properties to include > > > > isis.services-installer=configuration-and-annotation > > isis.services.ServicesInstallerFromAnnotation.packagePrefix=dom.simple,\ > > > fixture.simple,\ > > > webapp.prototyping,\ > > org.isisaddons.module.security,\ > > org.isisaddons.module.devutils.dom,\ > > > org.isisaddons.module.devutils.fixture,\ > > org.isisaddons.module.command.dom,\ > > org.isisaddons.module.audit.dom,\ > > org.isisaddons.module.excel > > > > > > > > When I run the project, i don’t get any thing to show. > > > > Do I need to build my own services ( like in doing AppUserRegistration ) > or is this all i need to do as claimed by the documentation? > > Rgds > > James Agada > > This email and any attachment thereto are confidential and priviledged. > if you have received it in error, please delete immediately and notify the > sender. Do not disclose, copy, circulate or in any way use it. The > information contained therein is for the address only, if you reply on it, > its at your own risk. Emails are not guaranteed to be secure or error free, > the message and any attachment could be intercepted, corrupted, lost, > delayed, incomplete or ammended. Computer warehouse group and its divisions > do not accept liability for damage caused by this email or any attachment. > The message you tried to print is protected with Information Rights > Management. You don't have the necessary user rights to print the message. > > This email and any attachment thereto are confidential and priviledged. > if you have received it in error, please delete immediately and notify the > sender. Do not disclose, copy, circulate or in any way use it. The > information contained therein is for the address only, if you reply on it, > its at your own risk. Emails are not guaranteed to be secure or error free, > the message and any attachment could be intercepted, corrupted, lost, > delayed, incomplete or ammended. Computer warehouse group and its divisions > do not accept liability for damage caused by this email or any attachment. > The message you tried to print is protected with Information Rights > Management. You don't have the necessary user rights to print the message. > > This email and any attachment thereto are confidential and priviledged. if > you have received it in error, please delete immediately and notify the > sender. Do not disclose, copy, circulate or in any way use it. The > information contained therein is for the address only, if you reply on it, > its at your own risk. Emails are not guaranteed to be secure or error free, > the message and any attachment could be intercepted, corrupted, lost, > delayed, incomplete or ammended. Computer warehouse group and its divisions > do not accept liability for damage caused by this email or any attachment. > The message you tried to print is protected with Information Rights > Management. You don't have the necessary user rights to print the message. >
