pjfanning commented on PR #952:
URL: https://github.com/apache/poi/pull/952#issuecomment-3598236308

   Just for documentation purposes: POI users are much better off arranging 
their code so that they create as few cell style instances as possible and 
reuse the instances as much as feasible. That is, don't keep creating the same 
style over and over. Create it once and cache a CellStyle instance in memory 
and use that for each cell that needs that style.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to