Not as far as I am aware within the api but why not write your own. You could either create a utilities class with static methods that you could reuse from within other code - assuming you will go on to use POI for other projects - or simply add a proivatemethod to your existing class to do the work. Then, you will write all of the code once and be able to call it again whenever you want.
Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Is-there-a-way-to-set-the-border-properties-for-a-cellstyle-all-at-once-tp3373249p3373898.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]
