btlqql opened a new issue, #2756: URL: https://github.com/apache/rocketmq-dashboard/issues/2756
CSV export protects spreadsheet formulas by adding a leading apostrophe, and import removes that protection apostrophe. A legitimate value that already begins with an apostrophe followed by a formula trigger is exported unchanged, so importing the generated CSV removes the user-supplied apostrophe and changes the data. Formula protection should be reversible: export must also protect apostrophe-prefixed formula-like values, while import removes exactly one protection layer and preserves all apostrophes originally supplied by the user. -- 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]
