Removed = sign from csv data
This commit is contained in:
@@ -1972,7 +1972,7 @@ public class ApplicationDao {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wrap it in ="..." to make Excel treat it as a literal string
|
// Wrap it in ="..." to make Excel treat it as a literal string
|
||||||
return "=\"" + stringValue.replace("\"", "\"\"") + "\"";
|
return stringValue;
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
Reference in New Issue
Block a user