Removed = sign from csv data

This commit is contained in:
rajesh
2025-06-04 13:03:04 +05:30
parent 91926d8ab7
commit 578fd8e6ee

View File

@@ -1956,7 +1956,7 @@ public class ApplicationDao {
}
// Wrap it in ="..." to make Excel treat it as a literal string
return "=\"" + stringValue.replace("\"", "\"\"") + "\"";
return stringValue;
} catch (Exception e) {
return "";