Hi, I'm creating an excel from a grails application using POI library. I'm trying to create a column group with sheet.groupColumn(from,to) and it works fine but I would want the summary cell to be at the left, not at the right.
In excel you can achieve this in the configuration, not marking "Columnas resumen a la derecha del detalle" (Sorry, I don't know how this is named in the english version of excel) For more information, this option is in the Data tab, in something like Schema where the grouping options are) Is there any way of setting this configuration with POI library? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
