id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10624,[patch] cut off text longer than  Excel cell restrictions,jholg,jun66j5,Excel has a limit of 32767 characters for cells.\r\n\r\nThis patch allows for configurable setting of a max. number of characters for (text) fields_ defaulting the Excel limit of 32767. \r\n\r\nWhen cutting off text an ellipsis string gets added to the end of the cut-off string to mark that the string has been truncated. The default ellipsis is "[...]".\r\n\r\ntrac.ini example:\r\n{{{\r\n[exceldownload]\r\n# Example: Set another ellipsis string (default: ellipsis = [...])\r\nellipsis = .....\r\n# Example: unset limits (default: max_text_size = 32767)\r\nmax_text_size = 0\r\n}}}\r\n\r\nFind patch based on r12346 of ExcelDownloadPlugin attached.\r\n\r\n'''Note''': Patch diff has been generated from ExcelDownloadPlugin patched with the (somewhat related) [attachment:ticket:10623:exceldownload_longtext_patch.diff  exceldownload_longtext_patch.diff] as proposed in #10623.\r\n\r\nSo ideally [attachment:ticket:10623:exceldownload_longtext_patch.diff  exceldownload_longtext_patch.diff] should be applied first and then this patch afterwards ;-). Apart from that I guess it's trivial enough to do manually_ if interested.\r\n\r\nHolger,enhancement,new,normal,ExcelDownloadPlugin,normal,,,,0.12
