Currently if you use setCellHyperLink() over multiple calls the default format will be applied on each call as a separate cellStyle object. This is not performant and can run into the workbook's cell style limit.
If no format is specified, then the default should be applied as a re-usable style to avoid this.
Currently if you use
setCellHyperLink()
over multiple calls the default format will be applied on each call as a separate cellStyle object. This is not performant and can run into the workbook's cell style limit.If no format is specified, then the default should be applied as a re-usable style to avoid this.