You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
If a field value starts with equals character (=), the csv does not open correctly in Excel. This may technically be an Excel problem, but it would be nice if there was some kind of "excelSafe" option to csv-stringify.
Examples:
Field CSV Encoding What Excel Shows Excel-safe CSV Encoding (causes Excel to show same as input)
=test =test #NAME? "=""=test"""
="test" "=""test""" test "=""=""""test"""""""
="test "=""test" ="test "=""=""""test"""