devbisme / KiField

Edit/insert/delete part fields in KiCad schematics or libraries using a spreadsheet.
MIT License
70 stars 27 forks source link

CSV format do not escape special excel value #47

Open nhatkhai opened 5 years ago

nhatkhai commented 5 years ago

In excel, when loading csv file that have value start with "=", "-", "+" will make excel think they are special values. I think either wrap these value in double quote, or prefix with single quote to avoid excel misinterpreted the value.

Thank for the project - it help me save some time to made my library consistency.