123123213weqw opened a new issue, #1461: URL: https://github.com/apache/rocketmq-dashboard/issues/1461
## Bug The DLQ CSV exporter protects cells beginning with `=`, `+`, `-`, `@`, tab, or carriage return, but omits line feed (`\n`). Spreadsheet applications can ignore leading control whitespace when interpreting a cell, so a value such as `\n=HYPERLINK(...)` can remain formula-active after export. The CSV cell is quoted, but quoting controls CSV structure; it does not neutralize spreadsheet formula interpretation. ## Expected behavior DLQ CSV values beginning with any formula marker or leading tab/CR/LF should be prefixed with an apostrophe before CSV quoting. ## Proposed fix - include `\n` in the leading-character formula guard - add an export regression test using a line-feed-prefixed group name -- 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]
