Hi, I am seeking some general guidelines/advice or references to articles on how to programmatically (using the Java apache.poi.hssf ) create new xls reports, starting from a template. I know the basic concept: - have a template xls file that is saved previously - programmatically read the template - programmatically add/change data in the template - programmatically write the revisions to a new file.
However, how does one "find"/"identify" the particular cells that one wants to modify. Do you put special tag values in those cells and then search for those values, before replacing the value. Bascially, what are the techniques/tricks to be used in this process? THANKS, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
