adarkazanli / simple-task-timer

Automatically exported from code.google.com/p/simple-task-timer
0 stars 1 forks source link

Add to CSV files separator char header #586

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. export your current tasks to CSV
2. open the generated CSV file with excel 2013

What is the expected output? What do you see instead?

I expect excel to split all csv fields in different columns. But excel does not 
identify the comma as a separator.

What version of the product are you using? On what operating system?
Chrome extension running on Windows 8.1

Please provide any additional information below.

When you generate the CSV file add a first line with 'sep=,'. This will make 
Excel to use ',' as the separator character and therefore all fields will be 
spitted in different columns

Original issue reported on code.google.com by juanjo.a...@gmail.com on 2 Sep 2014 at 1:10

GoogleCodeExporter commented 8 years ago
It seems to be working properly for me, also on Excel 2013. Have you changed 
any Excel settings?

Original comment by Gawdl3y on 16 Dec 2014 at 5:53