Hi ! In my actual project, I need to copy row (same style, same comment and same data validation) in a sheet. The problem is that I cannot find a way to copy data validation. I've done some research and I know that a getdataValidation exist in XSSF but I can't use XSSF, only HSSF because I need to work with XLS (Excel 2003 is a client requirement).
Is there a way to know if a cell contain a data validation or a name in it? Is it possible to get it or to remove it? Thanks for your help -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Copy-data-validation-from-a-cell-to-another-tp5710380.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]
